For my project, I’ve set up a new builder to use the ANT build file. It’s below the default “Java Builder” for the project.
When I modify and save a java file, I see the new .class is created by Eclipse and put it my classes directory, but my ANT build file isn’t executed. How can I get my ANT file to run either after, or even instead of the normal “Java Builder” when I modify files?
I want this to run evertime I save a a new java file.
thanks