From e854f481c9a76b41680eb0f605de524556b059ad Mon Sep 17 00:00:00 2001
From: Stephane Bailliez No
-
+
@@ -68,11 +68,11 @@ ANTLR jar in the normal Ant lib repository will be enough.dir
- The directory to invoke the VM in. (ignored if
- fork is disabled)
+ The directory to invoke the VM in.
No
If fork is enabled, additional parameters may be passed to the new +
Additional parameters may be passed to the new
VM via nested <jvmarg>
attributes, for example:
-<antlr fork="yes" target=...> +<antlr target=...> <jvmarg value="-Djava.compiler=NONE"/> ... </antlr>