facebook

web-inf/classes directory not visible and files deleted.

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238350 Reply

    When using myeclipse to manage web applications I cannot see the web-inf/classes directory from within eclipse, which means I cannot manage any properties files etc from within myeclipse.

    My other problem is that myeclipse deletes any other files but the generated class files from this directory.

    Is there a way to see the directory and stop myeclipse removing the other files or is this a bug?

    Thanks Gary

    #238355

    Brian Fernandes
    Moderator

    Gary,

    Could you please answer all the questions in Posting Guidelines?
    That’ll help us attend to your issue asap.

    Best,
    Brian.

    #238453

    Hi Brian,

    Sorry, very naughty of me not to read the guidlines first. 🙂
    Required info follows.

    Eclipse Version: 3.1.0
    Eclipse Build id: I20050627-1435
    Myeclipse Version: 4.0.0
    Myeclipse Build id: 20050829-4.0.0-GA

    Yes fresh install of eclipse.
    No external plugins.

    Java info
    java version “1.4.1_01”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
    Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

    No application server configured in myeclipse, but we deploy to weblogic 7.

    There are exceptions in the eclipse log file but nothing that looks relevant to myeclipse. Mainly cvs lock problems.

    Regards Gary

    #238458

    Riyad Kalla
    Member

    Gary,
    Your output directory is hidden by default in the Package View, you should never place files in it directly, Eclipse’s build cycle erases it completely, your important files should go into the respective location in your source folder, then during build they are copied/compiled out into the output dir. You shouldn’t need to ever look in the output dir if you have your src dir setup correctly.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: web-inf/classes directory not visible and files deleted.

You must be logged in to post in the forum log in