facebook

WEB-INF\classes directory hidden in IDE???

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #223818 Reply

    Mike Bryant
    Participant

    I installed MyEclipse yesterday to eval, and love it so far. There is one problem I’m having, and that is the WEB-INF/classes directory is not displayed in the package explorer view. Further, it seems that all the .properties and .xml files are being deleted from the classes directory.

    Any ideas?

    Thanks,

    Mike

    #223824 Reply

    Scott Anderson
    Participant

    There is one problem I’m having, and that is the WEB-INF/classes directory is not displayed in the package explorer view.

    No, it isn’t because it is the build output directory for the project and that view doesn’t display any build output directories. To see it you’ll need to use the Navigator view instead.

    Further, it seems that all the .properties and .xml files are being deleted from the classes directory.

    Eclipse cleans the build output directories before it compiles. If you place your properties and XML files in the appropriate location in a source directory they’ll be copied to the corresponding location in the classes directory when a build is performed.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: WEB-INF\classes directory hidden in IDE???

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