Re: Command-Line execution of a third-party task

2012-03-23 Thread Mike Van
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

Command-Line execution of a third-party task

2012-03-22 Thread Mike Van
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