bodewig     00/09/26 00:18:52

  Modified:    docs     index.html
  Log:
  Third try to fix a typo.
  Submitted by: Nico Seessle <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.116     +1 -1      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- index.html        2000/09/25 14:46:01     1.115
  +++ index.html        2000/09/26 07:18:51     1.116
  @@ -180,7 +180,7 @@
   option, where <i>&lt;property&gt;</i> is the name of the property and 
<i>&lt;value&gt;</i>
   the value. This can also be used (and is the only way since Java can not 
access them) 
   to have access to your environment variables, just pass -DMYVAR=%MYVAR% 
(Windows) or
  --DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside 
your build-file
  +-DMYVAR=$MYVAR (Unix) to Ant, you can then access these variables inside 
your build-file
   as ${MYVAR}.</p>
   <p>Two more options are <i>-quiet</i> which instructs Ant to print less
   information on the console when running. The option <i>-verbose</i> on the 
other
  
  
  

Reply via email to