On Sat, 2007-04-07 at 19:14 +0200, Mark Wielaard wrote: > Hi Christian, > > On Sat, 2007-04-07 at 17:03 +0200, Christian Thalinger wrote: > > This patch broke SPECjbb2005 > > (http://developer.classpath.org/pipermail/classpath/2007-March/001917.html). > > Could you provide us with the input (input.systemId, ids.systemId) and > result (url) of the following in XMLParser.java at line 1543 > String url = absolutize(input.systemId, ids.systemId); > before and after this patch with your program? > > That might help analyze the problem and why the patch breaks it.
Ok, here we go: input.systemId=file:/home/twisti/cacao/spec/jbb2005/xml/template-document.xml ids.systemId=jbb-document.dtd url=jbb-document.dtd These files are in: $ ls -l xml/ total 8 -r--r--r-- 1 twisti twisti 481 Nov 2 2004 jbb-document.dtd -r--r--r-- 1 twisti twisti 339 Oct 11 2004 template-document.xml - twisti