On Thu, 2 Aug 2001, Conor MacNeill wrote: > xalan.jar is not part of the ant distribution so I don't see why that should > be in Ant's jar.
I can remove it, but it doesn't hurts anyway. I added it from reflex ( and because jaxp1.1 = parser + transform :-). Also, as I mentioned in a previous thread, there are big problems in doing transformations ( style task for example ) if xalan is not in the same class loader with jaxp.jar and the context class loader is not set. Costin
