[antlr-interest] Build path for ANTLRWorks, grammar issues, lexer members

Jean Bovet antlr-list at arizona-software.ch
Tue May 29 21:13:19 PDT 2007


>
> - when generating code via the debug icon (this time with Java as  
> target language), I get a bunch of exceptions - even though the  
> generated code is ok (eclipse at least does not bother - after  
> setting the project  build path). The exceptions I get to see in  
> ANTLRWorks console all seem to be orignated by missing antlr- 
> libraries:
>
>    [22:47:45]
>    D:\workspace_eclipse_3.2\JSP_Parsing\antlr\JSPParser.java:64:  
> cannot
>    find symbol
>    [22:47:45] symbol  : constructor DebugParser(antlr.TokenStream)
>    [22:47:45] location: class org.antlr.runtime.debug.DebugParser
>    [22:47:45]             super(input);
>    [22:47:45]
> but I can not see where to set the corresponding paths there....
>

That's weird because ANTLRWorks has everything it needs to compile  
that properly (it has the DebugParser class). Could you send me the  
grammar you are trying to debug and also the version of your OS?

Regards,

Jean



More information about the antlr-interest mailing list