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
Array ( ) 3 Responses to “How to specify ant build file name”
Leave a Reply
You must be logged in to post a comment.
May 11th, 2010 at 2:48 am
Useful piece, just what I was searching for
January 21st, 2013 at 10:52 pm
Short and useful. Thank you!
May 22nd, 2013 at 3:35 pm
Thank you…I was looking for this.