[antlr-interest] Build errors in gunit trying to rebuild ANTLRWorks 1.4.2

Alan Condit acondit at ipns.com
Thu Jan 13 12:20:01 PST 2011


When I tried to rebuild ANTLRWorks 1.4.2 this morning, I got a series of errors from an area that I have never touched. I checked and made sure that I had the lastest revision. Here is what I am seeing:

[INFO] ANTLR: Processing source directory /Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/antlr3
ANTLR Parser Generator  Version 3.3 Nov 30, 2010 12:46:29
Grammar /Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/antlr3/org/antlr/gunit/gUnit.g is up to date - build skipped
Grammar /Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/StGUnit.g is up to date - build skipped
Grammar /Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ANTLRv3.g is up to date - build skipped
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to /Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[92,18] cannot find symbol
symbol  : class ANTLRv3Lexer
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[92,43] cannot find symbol
symbol  : class ANTLRv3Lexer
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[94,18] cannot find symbol
symbol  : class ANTLRv3Parser
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[94,45] cannot find symbol
symbol  : class ANTLRv3Parser
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[158,18] cannot find symbol
symbol  : class StGUnitLexer
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[158,43] cannot find symbol
symbol  : class StGUnitLexer
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[160,18] cannot find symbol
symbol  : class StGUnitParser
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java:[160,45] cannot find symbol
symbol  : class StGUnitParser
location: class org.antlr.gunit.swingui.model.TestSuiteFactory

HELP!!!!

What is going on?

Alan
---

Alan Condit
1085 Tierra Ct.
Woodburn, OR 97071

Email -- acondit at ipns.com
Home-Office (503) 982-0906



More information about the antlr-interest mailing list