Benjamin Niemann schrieb:
> Did you do a clean build? Had a similar problem recently, and a "ant
> clean" fixed it. Perhaps the build file does not get the dependency
> right - haven't investigated...
> 
> -Ben

I've followed your advice and now I get:

   [myjavac] 
/ANTLR/code/antlr/main/src/org/antlr/codegen/ActionTranslatorLexer.java:11: 
org.antlr.codegen.ActionTranslatorLexer is not abstract and does not 
override abstract method getSourceName() in org.antlr.runtime.TokenSource
   [myjavac] public class ActionTranslatorLexer extends Lexer2 {
   [myjavac]        ^
   [myjavac] Note: Some input files use unchecked or unsafe operations.
   [myjavac] Note: Recompile with -Xlint:unchecked for details.
   [myjavac] 1 error


I suppose that must be fixed by Ter first?

Johannes
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org:8080/mailman/listinfo/antlr-dev

Reply via email to