> Thanks a lot for your detailed report !
> However there is still a problem...it runs fine with me !
> I took junit3.5, the xalan.jar and xerces.jar from xalan 1.2.2, the
> optional.jar(I renamed it) and ant.jar from ant 1.3b2. I put xalan.jar,
> xerces.jar, ant.jar, optional.jar into the base junit3.5 directory and
> used the attached build.xml(modified a few things from yours) and build.bat
[snip]
Aha! You were absolutely right. It does work this way. I ran my original
version using "ant -debug" and the only difference I could find was that my
classpath was picking up jaxp.jar and parser.jar from the ANT_HOME/lib directory.
I moved them out and magically everything works!
Will the use of JAXP 1.1 in future Ant releases fix this?
Cheers,
Marty
