Johannes Luber schrieb: > Hi Jim! > > I've been trying to adapt your a3 script to the 3.1.3 snapshot, but I'm > not sure which file does include the dependencies as no file the name > antlr-3.1.3-SNAPSHOT-jar-with-dependencies.jar. Any tipp? > > Johannes
I seem to have gone down the wrong directory, namely the runtime one. So my request was prematurely. But trying to build ANTLR today gave these error messages: /home/verequus/Arbeit/ANTLR/code/antlr/main/tool/src/main/java/org/antlr/tool/GrammarSerializerFoo.java:[3,24] cannot find symbol symbol : class SerializedGrammar location: package org.antlr.runtime /home/verequus/Arbeit/ANTLR/code/antlr/main/tool/src/main/java/org/antlr/tool/GrammarSerializerFoo.java:[35,25] cannot find symbol symbol : variable SerializedGrammar location: class org.antlr.tool.GrammarSerializerFoo /home/verequus/Arbeit/ANTLR/code/antlr/main/tool/src/main/java/org/antlr/tool/GrammarSerializerFoo.java:[36,22] cannot find symbol symbol : variable SerializedGrammar location: class org.antlr.tool.GrammarSerializerFoo Did you forget some changes, Ter? Johannes _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
