fix problem with antlr always re-building

This commit is contained in:
benfry
2010-04-12 22:26:48 +00:00
parent 6bdbc3caef
commit fb5ee76b30
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -48,7 +48,8 @@
</delete>
</target>
<target name="preproc" depends="clean" description="Compile ANTLR grammar">
<!--<target name="preproc" depends="clean" description="Compile ANTLR grammar">-->
<target name="preproc" description="Compile ANTLR grammar">
<antlr target="${grammars}/java15.g" outputdirectory="${generated}">
<classpath path="${antlrjar}" />
</antlr>
+2 -2
View File
@@ -15,6 +15,8 @@ J inconsistent bracket highlighting with comments
J http://dev.processing.org/bugs/show_bug.cgi?id=43
X single-line html comments not handled properly on export
X http://dev.processing.org/bugs/show_bug.cgi?id=1419
X antlr grammar should not need to re-build unless changed
X http://dev.processing.org/bugs/show_bug.cgi?id=1541
can't reproduce
o shortcuts not working after rename? (osx and windows confirmed)
@@ -721,8 +723,6 @@ PDE / Compiler & Preprocessor
high (bugs)
_ many syntax errors now report "you're mixing active and static modes"
_ http://dev.processing.org/bugs/show_bug.cgi?id=1539
_ antlr grammar should not need to re-build unless changed
_ http://dev.processing.org/bugs/show_bug.cgi?id=1541
need examples
_ Improve detection and handling of missing semicolons