To answer my own question (or rather Luís'): > > > Does ANTLR 3 use a different package? > > Was Luis' question ever answered? We can deal with the different jars > if the namespaces/packages are different.
ANTLR 2.7.7 uses antlr.* and ANTLR 3.0.1 uses org.antlr.*. Furthermore, ANTLR 3 splits the jars into an "everything" jar and runtime jar. Everything has .analysis, .codegen, .runtime, and .tool, while the runtime just had org.antlr.runtime.* The Eclipse plugin (at least the one I'm looking at), bundles both ANTLR 2.7.7 and ANTLR 3.0.1 in the same plugin, so clearly they can coexist. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
