|
|
@@ -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 "off"</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 @@ ANTLR jar in the normal Ant lib repository will be enough.</p> |
|
|
|
|
|
|
|
<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><jvmarg></code> attributes, for example:</p> |
|
|
|
|
|
|
|
<pre> |
|
|
|
<antlr fork="yes" target=...> |
|
|
|
<antlr target=...> |
|
|
|
<jvmarg value="-Djava.compiler=NONE"/> |
|
|
|
... |
|
|
|
</antlr> |
|
|
|