> Is it known that 3.1 does not build? I had no problems to build my own 3.1 distribution, so if it fails 1. either a packaging error occurred or 2. you made a mistake in following the steps. Considering that you are the first one complaining in a long time, I'm inclined to guess it is the latter. > > ,---- > | [myjavac] C:\src\antlr-3.1\codegen\ANTLRLexer.java:61: duplicate class: > org.antlr.tool.ANTLRLexer > | [myjavac] public class ANTLRLexer extends antlr.CharScanner implements > ANTLRTokenTypes, TokenStream > | [myjavac] ^ > `---- > > Why does this happen with an official source distribution?
Describe the steps you did, especially any possible deviation. The error sounds like Java tries to load the same class twice, but without more information I can only guess a Java class path issue. Johannes > > _______________________________________________ > antlr-dev mailing list > [email protected] > http://www.antlr.org/mailman/listinfo/antlr-dev -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
