>>>>> "JG" == Jay Glanville <[EMAIL PROTECTED]> writes:
JG> Is there any reason that we can't bundle all the ant libraries JG> together into one jar? Basically, take all the class files from JG> ant.jar, jaxp.jar and parser.jar and put them into a single jar, JG> like antexe.jar for example. I'm not sure whether there is a licensing problem, probably yes because (with regard to JAXP). I see another reason against it - not everybody wants to use the JACP reference, If I have xerces installed anyway, why would I want to use another parser? JG> "java -jar antexe.jar" Given the right MANIFEST.MF this should be possible anyway - if your environment has been set up correctly (JAVA_HOME, ANT_HOME and a JAXP compliant parser in your CLASSPATH). Stefan
