Wednesday, January 13th, 2010 | Author: admin
There is actually an ant task named ‘ant’. It’s described in the manual, here is
a copy of the provided example
<ant antfile=”subproject/subbuild.xml” dir=”subproject” target=”compile”/>
Reference
1. http://ant.apache.org/manual/CoreTasks/ant.html
2. http://codefeed.com/tutorial/clover.html
Category: SCM Build and Release
