i found i had to have antlr-tools.jar set explicitly on my classpath when i invoke ant - it wasn't enough just to shove it in ant's lib directory. cheers, jason
Remy Maucherat wrote: >>try with only the antlr-tools.jar and not antlr.jar. >>antlr.jar is used inside build.xml as part of the classpath for javac >>and as a minimal runtime. >> > > It doesn't help :-( > Oh well, it's not the first problem I have with the Ant classpath. I'm sure > I'll be able to solve it eventually. > > Remy > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
