Browse Source

Show all command line options of Ant and fix a typo.

Submitted by:	Larry Shatzer <Larry.Shatzer@Spirent.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273277 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
f2f144446e
2 changed files with 19 additions and 13 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/jspc.html
  2. +17
    -11
      docs/manual/running.html

+ 2
- 2
docs/manual/OptionalTasks/jspc.html View File

@@ -205,9 +205,9 @@ package heirarchy beginning with com.i3sp.jsp.


&lt;jspc &lt;jspc
destdir="interim" destdir="interim"
verbose="1"&gt;
verbose="1"
srcdir="src" srcdir="src"
package="com.i3sp.jsp"
package="com.i3sp.jsp"&gt;
&lt;include name="**/*.jsp" /&gt; &lt;include name="**/*.jsp" /&gt;
&lt;/jspc&gt; &lt;/jspc&gt;
&lt;depends &lt;depends


+ 17
- 11
docs/manual/running.html View File

@@ -81,19 +81,25 @@ Options:
-help print this message -help print this message
-projecthelp print project help information -projecthelp print project help information
-version print the version information and exit -version print the version information and exit
-quiet be extra quiet
-verbose be extra verbose
-diagnostics print information that might be helpful to
diagnose or report problems.
-quiet, -q be extra quiet
-verbose, -v be extra verbose
-debug print debugging information -debug print debugging information
-emacs produce logging information without adornments -emacs produce logging information without adornments
-logfile &lt;file&gt; write logging output to given file
-logger &lt;classname&gt; the class that is to perform logging
-listener &lt;classname&gt; add an instance of <i>classname</i> as a project listener
-buildfile &lt;file&gt; use given build file
-D&lt;property&gt;=&lt;value&gt; use value for given property
-propertyfile &lt;file&gt; load all properties from <i>file</i> (with -D taking precedence)
-inputhandler &lt;class&gt; the class that will handle input requests
-find [&lt;file&gt;] search for build.xml, or <i>file</i>, towards the root of the
filesystem
-logfile &lt;file&gt; use given file for log
-l &lt;file&gt; ''
-logger &lt;classname&gt; the class which is to perform logging
-listener &lt;classname&gt; add an instance of class as a project listener
-buildfile &lt;file&gt; use given buildfile
-file &lt;file&gt; ''
-f &lt;file&gt; ''
-D&lt;property>=&lt;value&gt; use value for given property
-propertyfile &lt;name&gt; load all properties from file with -D
properties taking precedence
-inputhandler &lt;class&gt; the class which will handle input requests
-find &lt;file&gt; search for buildfile towards the root of the
filesystem and use it
</pre> </pre>
<p>For more information about <code>-logger</code> and <p>For more information about <code>-logger</code> and
<code>-listener</code> see <code>-listener</code> see


Loading…
Cancel
Save