Hi, Using Ant 1.4, I would like to create a JAR that allows classes in the JAR to reference other classes that are bundled in additional JARs that exist in the META-INF/lib directory of the main jar. In other words, I'm wanting to package JARs within another JAR.
Is the legal? If so, do I have write a custom Manifest file to allow the Jars under META-INF/lib to be seen? Currently getting ClassDefNotFoundError's at runtime. Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>