java - Eclipse "Build Automatically" not cascading -


i have project in eclipse (indigo similar in helios) has files in src/main/resources processed generate *.java source files in target/generated-sources/xyz. project settings have "build automatically" enabled whenever these resource files edited , saved corresponding *.java files generated. i've added target/generated-sources/xyz projects build paths. works perfectly.

the problem changes generated *.java files inconsistently rebuilt. if have 1 of files open in editor, notices changed , asks if want reload it. reloading *.java files enough recognize has changed , trigger rebuild. if don't have open doesn't automatically pick changes.

any ideas on can let eclipse (indigo preferably) know these generated files being updated? or better yet tell monitor folders directly?

thanks.

try configuring eclipse automatically refresh. i'm not sure indigo, in helios, it's in preferences → general → workspace → refresh automatically.


here in indigo:

screenshot


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -