Hi Kris,
ant-antlr.jar ist in /usr/share/ant/lib for some reasons that I don't understand, ant seems to determine its lib-directory not from ANT_HOME but from the location of ant-launcher.jar. At least on mine installation and probably on yours too. After copying ant-launcher.jar from /usr/share/ant1.6/lib to /usr/share/ant/lib (and replacing the existing symlink) ant has all jars in /usr/share/ant/lib on its classpath (and, btw, looses those in /usr/share/ant1.6/lib). This is certainly only a temporary workaround. Something must be broken, but I have no idea if it is a bug in ant or a problem with the package or a problem with my installation (unstable, libant1.6-java). Bye christoph Am Sa, den 17.04.2004 schrieb Kristian G. Kvilekval um 1:14: > The antlr task seems to be missing from libant1.6-java. > The package mentions libant1.6-contrib-java but this is unavailable. > > Can anybody shed some light on the situation? > > Thanks. > > -- > email:[EMAIL PROTECTED] office:(805)893-4276 http://www.cs.ucsb.edu/~kris -- Christoph Froehlich <[EMAIL PROTECTED]>

