Hello:
Attached please find a patch that fixes the failing assertions you found in XMLCatalogTest.java
What happened: Ant has its own toURL() routine called FileUtils:getFileURL(File)
The algorithm used yields slightly different results than that of java.io.File.toURL()
but only on Windoze.
Although the URLs are different, both seem to work. Anyway, I just changed the code to use FileUtils.getFileURL instead of java.io.File.toURL
Of course, I am submitting this on the optimistic assumption that the aforementioned JAXP jar issue will be resolved :-)
Thanks,
--Craeg
<<attachment: patch.zip>>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
