Why do I get Resource "my resource" is out of sync with file system.
Comments
-
Are you changing the file outside of SOAtest? This could cause the problem. You can alleviate the problem by right-clicking on the project that contains the resource that is out of sync, and choosing the "Refresh" option.
0 -
@rickstag
as something similar to @jakubiak advice, you can try to use following solution/workaround in any Eclipse based software:
Go to Window - Preferences - General - Workspace - Refresh Automatically (called Refresh using native hooks or polling in newer builds).
It should be fine with SOAtest, however you should be careful with other tools/projects ie: Java project. It might introduce performance glitches.
More about "resource out of sync" problem you can find here--
Ireneusz Szmigiel
http://www.catb.org/esr/faqs/smart-questions.html0 -
Thank you so much. !!
0