From ac04e1ad15961ba2377c07f5c2e504c870755c00 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 16 Oct 2006 14:05:44 +0000 Subject: [PATCH] Codestyle (indent of bracket) and overwrite the taskname for logging. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464500 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/running.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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>