You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/09/02 14:28:31 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks jspc.html

bodewig     2002/09/02 05:28:31

  Modified:    docs/manual Tag: ANT_15_BRANCH running.html
               docs/manual/OptionalTasks Tag: ANT_15_BRANCH jspc.html
  Log:
  Show all command line options of Ant, fix a typo (merge from HEAD).
  
  Submitted by:	Larry Shatzer <La...@Spirent.com>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.3  +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.13.2.2
  retrieving revision 1.13.2.3
  diff -u -r1.13.2.2 -r1.13.2.3
  --- running.html	20 Jun 2002 18:22:22 -0000	1.13.2.2
  +++ running.html	2 Sep 2002 12:28:31 -0000	1.13.2.3
  @@ -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 &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>
   <p>For more information about <code>-logger</code> and
   <code>-listener</code> see
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.3   +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.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- jspc.html	11 Jun 2002 08:14:15 -0000	1.6.2.2
  +++ jspc.html	2 Sep 2002 12:28:31 -0000	1.6.2.3
  @@ -191,9 +191,9 @@
   
   &lt;jspc 
         destdir="interim"
  -      verbose="1"&gt;
  +      verbose="1"
         srcdir="src"
  -      package="com.i3sp.jsp"
  +      package="com.i3sp.jsp"&gt;
     &lt;include name="**/*.jsp" /&gt;
   &lt;/jspc&gt;
   &lt;depends 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>