Ant: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
==References== | ==References== | ||
* [https://ant.apache.org/manual/running.html Running Apache Ant Command Line] | |||
* [https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html Hello World with Apache Ant] | * [https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html Hello World with Apache Ant] | ||
* [https://ant.apache.org/manual/ | * [https://ant.apache.org/manual/using.html Writing a Simple Buildfile] | ||
* [http://ant.apache.org/manual/tutorial-writing-tasks.html Tutorial: Writing Tasks] |
Revision as of 04:58, 3 April 2019
Running Ant via Java If you have installed Ant in the do-it-yourself way, Ant can be started from one of two entry points:
java -Dant.home=c:\ant org.apache.tools.ant.Main [options] [target]
java -Dant.home=c:\ant org.apache.tools.ant.launch.Launcher [options] [target]