mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix problem with antlr always re-building
This commit is contained in:
+2
-1
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user