diff --git a/docs/manual/running.html b/docs/manual/running.html index 49b59f3bf..01ea6be37 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -193,16 +193,19 @@ JVM documentation for more details.
runs Ant using the build.xml
file in the current directory, on
the default target.
ant -buildfile test.xml
runs Ant using the test.xml
file in the current directory, on
the default target.
ant -buildfile test.xml dist
runs Ant using the test.xml
file in the current directory, on
the target called dist
.
@@ -214,8 +217,15 @@ to the valueant -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.
+ +