Ant: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
==References== | ==References== | ||
* [https://alvinalexander.com/blog/post/java/how-build-executable-jar-file-reference-dependencies Build an executable JAR with dependencies] | |||
* [https://ant.apache.org/manual/running.html Running Apache Ant Command Line] | * [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/using.html Writing a Simple Buildfile] | * [https://ant.apache.org/manual/using.html Writing a Simple Buildfile] | ||
* [http://ant.apache.org/manual/tutorial-writing-tasks.html Tutorial: Writing Tasks] | * [http://ant.apache.org/manual/tutorial-writing-tasks.html Tutorial: Writing Tasks] |
Revision as of 21:51, 3 October 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]