On Thu, 28 Feb 2002, Conor MacNeill wrote: > Costin, > > Prior to the 1.4.1 release you added a Class-Path entry to the manifest of > Ant's ant.jar. This is causing some users problems > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6019 > > Can it be removed or is there another workaround?
Class-Path is needed to allow "java -jar ant.jar" to work. It's convenient, since it doesn't require .sh/.bat. The workaround would be to have a starter like in tomcat that would build a class loader with what's needed ( parsers, etc ) - i.e. what Class-Path attribute is doing automatically. But I'm ok if you remove it, most people use the .sh. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
