Stephan Michels wrote: > On Fri, 16 Aug 2002, Nevermann, Dr., Peter wrote: >>Hi, >> >>try adding antlr-tools.jar to the classpath before invoking ANT. > > > Hmm, yes that's hard core method, you can also put the libs > into the jre/lib/ext, but I thought that I can tell the build script > where it could find the libs.
There seems to be a bug in Ant 1.4.x with the ANTLR task. I would recommend upgrading to Ant 1.5 (where the bug seems to be fixed) and uncomment the classpath element inside the antlr task in Slide's build.xml (search the file for the string 'Ant 1.5'). Now that Ant 1.5 is released, maybe we should uncomment that line by default and just require Ant 1.5 ... Opinions ? -- Christopher Lenz /=/ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
