Stefan,
Thats great! I was trying to find a way to programmatically kick off an
ant-build anyway. Doing it from the command-line was just a stepping stone.
This will allow me to write an "AntInvoker" class for my projects that use
ant builds in the same was as I have a MavenBuildInvoker that us
How would you execute a third-party-task from the command-line?
Specifically, I would like to execute the sonar-ant-task from the
command-line on a project with an existing build.xml file. Unfortunately,
editing the parent build.xml file isn't an option because of the 60+ modules
and thier sub-mod