facebook

ME seems to be deleteing my properties files [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206801 Reply

    pholister
    Member

    Win2K Pro Sp3
    Eclipse 2.1.2
    MyEclise 2.7.1
    JDK 1.4.2_01

    I’m using resource bundles and a standalone properties file in my WebApp – located in WEB-INF/classes, for some reason, these files keep being deleted.. I get msgs in my console saying: <file> has been deleted locally.. I am not initiating it.. so what’s going on here?

    Thanks,
    Mark

    #206804 Reply

    Riyad Kalla
    Member

    Mark,
    This is a restriction of the Eclipse platform. Your WEB-INF/classes is your output folder, it is scrubbed before every project build. Your properties files should be in your /src folder in the appropriate package, when your project is built, they are copied across into the output folder into the proper location.

    Also you should check the classes/* contents into CVS, they can be generated. <– NOTE, this is just good practice, not a requirement of anything.

    #206806 Reply

    pholister
    Member

    thanks..

    #206807 Reply

    Riyad Kalla
    Member

    No problem, I’m glad its working.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: ME seems to be deleteing my properties files [Closed]

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