Browse Source

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
master
Jan Materne 18 years ago
parent
commit
ac04e1ad15
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      docs/manual/running.html

+ 3
- 2
docs/manual/running.html View File

@@ -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
</pre>
<p>For more information about <code>-logger</code> and
<code>-listener</code> see
@@ -566,7 +566,8 @@ Here is an example:
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;


Loading…
Cancel
Save