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" - > + taskname="startAnt" +> <classpath> <pathelement location="${ant.home}/lib/ant-launcher.jar"/> </classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]