[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] 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'.
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