bodewig     2002/06/19 08:49:51

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html
  Log:
  Add docu for javac patch
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.5  +7 -7      jakarta-ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.33.2.4
  retrieving revision 1.33.2.5
  diff -u -r1.33.2.4 -r1.33.2.5
  --- javac.html        24 May 2002 13:56:17 -0000      1.33.2.4
  +++ javac.html        19 Jun 2002 15:49:51 -0000      1.33.2.5
  @@ -305,13 +305,13 @@
   
       <td valign="top">Value of the <code>-source</code> command-line
       switch; will be ignored by all implementations except
  -    <code>modern</code> and <code>jikes</code>.<br>
  -    If you use this attribute together with <code>jikes</code>, you
  -    must make sure that your version of jikes supports the
  -    <code>-source</code> switch.<br>
  -    Legal values are <code>1.3</code> and <code>1.4</code> &ndash; by
  -    default, no <code>-source</code> argument will be used at
  -    all.</td>
  +    <code>javac1.4</code> (or <code>modern</code> when Ant is not
  +    running in a 1.3 VM) and <code>jikes</code>.<br> If you use this
  +    attribute together with <code>jikes</code>, you must make sure
  +    that your version of jikes supports the <code>-source</code>
  +    switch.<br> Legal values are <code>1.3</code> and <code>1.4</code>
  +    &ndash; by default, no <code>-source</code> argument will be used
  +    at all.</td>
   
       <td align="center" valign="top">No</td>
     </tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to