Hi All,
When I launch an
Ant task from the Ant view in Eclipse I get the error message:
Variable references non-existent resource : ${workspace_loc:/MY/FOLDER/myjar.jar}
In the external tool's classpath dialog the file ${workspace_loc:/MY/FOLDER/myjar.jar} is listed under "Additional Tasks and Support". A little confusing since my ant script is trying to build the file myjar.jar.
It's not possible to delete this classpath entry without deleting the whole Additional Tasks and Support tree.
I've tried clean up and refresh with out success, the only thing that seems to work is to rename an arbitrary jar to myjar.jar and rebuild. The rename-rebuild usually results a an build that doesn't contain the latest code changes.
Does any one know how the solve this confusing behaviour?
I'm using Eclipse 3.3.2, Ant 1.7, JDK 1.6.0_06 and Win XP.