I'm setting up a new instance of Composer and moving some of my code to it. I create an ant builder (Project -> Properties -> Builders -> New -> Ant Builder) it allows me to do that, but when I chose Project -> Build Project from the menu, I get the following error:
Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project '<project name>'.
The builder launch configuration could not be found.
When I go back into the Builder dialog, the ant builder I've created has a red x next to it and says "Invalid External Tool Builder".
I can right-click on the builder .xml file and run as Ant Build just fine.
Is there some plug-in or tool I'm missing? I don't remember ever having to upload an ant builder before.
- Jane
I tried the following:
On the menu bar, go to Run ->External Tools -> External Tools Configurations. Run and Close. This added the ant builder to the end of the builders list and to the .project file, and now it works, but I have no idea why.