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

Terence Parr parrt at cs.usfca.edu
Thu Jan 13 17:15:38 PST 2011


That's weird.I see the correct imports now

 import org.antlr.gunit.swingui.parsers.ANTLRv3Lexer;
import org.antlr.gunit.swingui.parsers.ANTLRv3Parser;
import org.antlr.gunit.swingui.parsers.StGUnitLexer;
import org.antlr.gunit.swingui.parsers.StGUnitParser;
import org.antlr.gunit.swingui.runner.TestSuiteAdapter;
import org.antlr.runtime.ANTLRReaderStream;
import org.antlr.runtime.CommonTokenStream;
import org.antlr.stringtemplate.StringTemplate;
import org.antlr.stringtemplate.StringTemplateGroup;

Ter

On Jan 13, 2011, at 5:10 PM, Terence Parr wrote:

> Cool. wait, so the thing I just pushed is correct?
> Ter
> On Jan 13, 2011, at 5:08 PM, Pop Qvarnström wrote:
> 
>> Some imports were removed
>> from gunit/src/main/java/org/antlr/gunit/swingui/model/TestSuiteFactory.java
>> on the last commit (git commit aa9c4b5f54ac835e4aa9d1291c24e5aa8897f72c).
>> Restoring them fixed it.
>> 
>> Cheers,
>> Pop
>> 
>> 2011/1/14 Terence Parr <parrt at cs.usfca.edu>
>> 
>>> Yeah saw that. oops.Okay you can download it fresh here:
>>> 
>>> http://antlr.org/depot/antlr3/main/target
>>> 
>>> 3.3.1 snapshot. it was really just gunit not the antlr stuff.
>>> T
>>> 
>>> On Jan 13, 2011, at 3:59 PM, Pop Qvarnström wrote:
>>> 
>>>> 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 <acondit at ipns.com> 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 -- acondit at ipns.com
>>>>> 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
>>> 
>>> 
>> 
>> 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



More information about the antlr-interest mailing list