From 2bba1c8258501171b7c84a923f0d8be75ef8fced Mon Sep 17 00:00:00 2001
From: Jan Materne runs Ant using the runs Ant using the runs Ant using the build.xml
file in the current directory, on
the default target.
ant -buildfile test.xml
test.xml
file in the current directory, on
the default target.
ant -buildfile test.xml dist
test.xml
file in the current directory, on
the target called dist
.
@@ -214,8 +217,15 @@ to the value ant -buildfile test.xml -Dbuild=build/classes dist
build/classes
.
ant -lib /home/ant/extras
runs Ant picking up additional task and support jars from the -/home/ant/extras location -
+/home/ant/extras location + +++ant -lib one.jar;another.jar+ant -lib one.jar -lib another.jar+
adds two jars to Ants classpath.
+ +