|
Jul
16
|
By default ant looks for a build file name build.xml if one is not explicitly specified. To specify an alternate build file name you need to use the -buildfile command line option. For example to execute the compile target in the build file name mybuild.xml you would run:
ant -buildfile mybuild.xml compile



May 11th, 2010 at 2:48 am
Useful piece, just what I was searching for