You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2006/10/16 16:05:45 UTC

svn commit: r464500 - /ant/core/trunk/docs/manual/running.html

Author: jhm
Date: Mon Oct 16 07:05:44 2006
New Revision: 464500

URL: http://svn.apache.org/viewvc?view=rev&rev=464500
Log:
Codestyle (indent of bracket) and overwrite the taskname for logging.

Modified:
    ant/core/trunk/docs/manual/running.html

Modified: ant/core/trunk/docs/manual/running.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/running.html?view=diff&rev=464500&r1=464499&r2=464500
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Mon Oct 16 07:05:44 2006
@@ -128,7 +128,7 @@
   -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
 </pre>
 <p>For more information about <code>-logger</code> and
 <code>-listener</code> see
@@ -566,7 +566,8 @@
         failonerror="true"
         dir="${sub.builddir}"
         timeout="4000000"
-        &gt;
+        taskname="startAnt"
+&gt;
     &lt;classpath&gt;
         &lt;pathelement location="${ant.home}/lib/ant-launcher.jar"/&gt;
     &lt;/classpath&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org