[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Usage of a Properties file

Srihari wrote:
I am trying to access a properties file. The properties file is under 'src' source folder. The Java file is in a package starting from 'src'.
Now when I compile the project, the properties file gets copied to the 'bin' folder, but not the contents in it.
That's not what I see. If you can reproduce then please file a bug report against JDT Core with those steps.

Dani
Hence my test cases are failing!!

I tried refreshing after the compilation but no change.

Not really sure how to solve this issue. Everything is fine but it just the content is not getting copied,

Any suggestions on how to solve this problem