| [news.eclipse.tools.jdt] Re: Usage of a Properties file |
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'.That's not what I see. If you can reproduce then please file a bug report against JDT Core with those steps.
Now when I compile the project, the properties file gets copied to the 'bin' folder, but not the contents in it.
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