diff --git a/docs/manual/running.html b/docs/manual/running.html index 5c122ce76..382fc7571 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -128,7 +128,7 @@ Options: -nouserlib Run ant without using the jar files from ${user.home}/.ant/lib -noclasspath Run ant without using CLASSPATH -noproxy Java 1.5 only: do not use the OS proxies - -main <class> override Ant's normal entry point + -main <class> override Ant's normal entry point
For more information about -logger
and
-listener
see
@@ -566,7 +566,8 @@ Here is an example:
failonerror="true"
dir="${sub.builddir}"
timeout="4000000"
- >
+ taskname="startAnt"
+>
<classpath>
<pathelement location="${ant.home}/lib/ant-launcher.jar"/>
</classpath>