bodewig 2002/09/02 05:29:38
Modified: docs/manual running.html
docs/manual/OptionalTasks jspc.html
Log:
Show all command line options of Ant and fix a typo.
Submitted by: Larry Shatzer <[EMAIL PROTECTED]>
Revision Changes Path
1.16 +17 -11 jakarta-ant/docs/manual/running.html
Index: running.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/running.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- running.html 22 Jun 2002 23:38:27 -0000 1.15
+++ running.html 2 Sep 2002 12:29:38 -0000 1.16
@@ -81,19 +81,25 @@
-help print this message
-projecthelp print project help information
-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
-emacs produce logging information without adornments
- -logfile <file> write logging output to given file
- -logger <classname> the class that is to perform logging
- -listener <classname> add an instance of <i>classname</i> as a
project listener
- -buildfile <file> use given build file
- -D<property>=<value> use value for given property
- -propertyfile <file> load all properties from <i>file</i> (with -D
taking precedence)
- -inputhandler <class> the class that will handle input requests
- -find [<file>] search for build.xml, or <i>file</i>, towards
the root of the
- filesystem
+ -logfile <file> use given file for log
+ -l <file> ''
+ -logger <classname> the class which is to perform logging
+ -listener <classname> add an instance of class as a project listener
+ -buildfile <file> use given buildfile
+ -file <file> ''
+ -f <file> ''
+ -D<property>=<value> use value for given property
+ -propertyfile <name> load all properties from file with -D
+ properties taking precedence
+ -inputhandler <class> the class which will handle input requests
+ -find <file> search for buildfile towards the root of the
+ filesystem and use it
</pre>
<p>For more information about <code>-logger</code> and
<code>-listener</code> see
1.10 +2 -2 jakarta-ant/docs/manual/OptionalTasks/jspc.html
Index: jspc.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jspc.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jspc.html 9 Jul 2002 21:05:52 -0000 1.9
+++ jspc.html 2 Sep 2002 12:29:38 -0000 1.10
@@ -205,9 +205,9 @@
<jspc
destdir="interim"
- verbose="1">
+ verbose="1"
srcdir="src"
- package="com.i3sp.jsp"
+ package="com.i3sp.jsp">
<include name="**/*.jsp" />
</jspc>
<depends
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>