fork the ANTLR task

This commit is contained in:
Oliver Burn 2001-12-03 00:29:21 +00:00
parent 82de45f06f
commit 11be0e3198
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@
<!-- -->
<target name="antlr">
<antlr target="${checkstyle.dir}/java.g" />
<antlr target="${checkstyle.dir}/java.g"
fork="yes" dir="${checkstyle.dir}" />
<!-- need to fork to run in the directory where the files generated -->
<!-- from the previous task are. -->
<antlr target="${checkstyle.dir}/java.tree.g"