That error is not strictly from building ANTLRWorks, but from the antlr build, specifically from building gunit, which suddenly seems broken. (Same result here.)
Cheers, Pop On Thu, Jan 13, 2011 at 9:20 PM, Alan Condit <[email protected]> wrote: > 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 -- [email protected] > Home-Office (503) 982-0906 > > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
