You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2001/12/15 14:41:39 UTC

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

sbailliez    01/12/15 05:41:39

  Modified:    docs/manual/OptionalTasks antlr.html
  Log:
  Remove mention of fork attribute in ANTLR documentation.
  
  Revision  Changes    Path
  1.4       +6 -6      jakarta-ant/docs/manual/OptionalTasks/antlr.html
  
  Index: antlr.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/antlr.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- antlr.html	2001/11/18 15:59:18	1.3
  +++ antlr.html	2001/12/15 13:41:39	1.4
  @@ -45,15 +45,15 @@
       </td>
       <td valign="top" align="center">No</td>
     </tr>
  -  <tr>
  +  <!--tr>
       <td valign="top">fork</td>
       <td valign="top">Run ANTLR in a separate VM.</td>
       <td align="center" valign="top">No, default is &quot;off&quot;</td>
  -  </tr>
  +  </tr-->
     <tr>
       <td valign="top">dir</td>
  -    <td valign="top">The directory to invoke the VM in. (ignored if
  -      fork is disabled)</td>
  +    <td valign="top">The directory to invoke the VM in. <!--(ignored if
  +      fork is disabled)--></td>
       <td align="center" valign="top">No</td>
     </tr>
   </table>
  @@ -68,11 +68,11 @@
   
   <h4>jvmarg</h4>
   
  -<p>If fork is enabled, additional parameters may be passed to the new
  +<p><!--If fork is enabled, -->Additional parameters may be passed to the new
   VM via nested <code>&lt;jvmarg&gt;</code> attributes, for example:</p>
   
   <pre>
  -&lt;antlr fork=&quot;yes&quot; target=...&gt;
  +&lt;antlr target=...&gt;
     &lt;jvmarg value=&quot;-Djava.compiler=NONE&quot;/&gt;
     ...
   &lt;/antlr&gt;
  
  
  

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