I mentioned this in another post, but wanted it to get addressed independently, so I’m breaking it out here:
I recently upgraded from 5.5.1 to 6.5 and imported my projects to the new workspace I created (I also imported preferences from 5.5.1). I have some ant tasks defined that I use to trigger my maven build and they periodically display the following error when run from within the IDE:
Errors during build.
Errors running builder ‘Integrated External Tool Builder’ on project ‘myproject’.
Variable references empty selection: ${project_path}
The project also has an ant builder that runs an ant task with a buildfile specified as:
${workspace_loc:${project_path}/build.xml}
and base directory of
${project_loc:}
This worked fine with 5.5.1, but now I get the error usually the first time its run and then periodically thereafter (haven’t figured the pattern yet). If I rerun the same ant task it works fine.
I’ve tried -clean, but it didn’t help.