Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-06 Thread Stefan Bodewig
On Sun, 05 Dec 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: We never noticed that xerces dependeded on that library before This is not really true. We once had a Gump build that broke because Xerces-J required xml-resolver about two weeks ago. And on the next build everything succeeded.

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread David Crossley
Stefano Mazzocchi wrote: Davanum Srinivas wrote: oops...i updated brutus.xml as ANT_OPTS is not really picked up. Added: sysproperty name=jikes.class.path value=/usr/local/gump/kaffe/workspace/xml-xerces2/java/tools/resolver.jar/ Anybody against removing this and adding a dependency on

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread Davanum Srinivas
My Question is: WHY is JDK1.4 succeding? Haven't found the answer yet. -- dims On Sun, 05 Dec 2004 19:13:03 +1100, David Crossley [EMAIL PROTECTED] wrote: Stefano Mazzocchi wrote: Davanum Srinivas wrote: oops...i updated brutus.xml as ANT_OPTS is not really picked up. Added:

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread Davanum Srinivas
Stefano, i think i poked through all the jars in JDK 1.4 and did not find it...hence the question. -- dims On Sun, 05 Dec 2004 12:40:03 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Davanum Srinivas wrote: My Question is: WHY is JDK1.4 succeding? Haven't found the answer yet. JDK 1.4

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread Stefano Mazzocchi
Davanum Srinivas wrote: Stefano, i think i poked through all the jars in JDK 1.4 and did not find it...hence the question. Found it!!! The problem is in the XJavac task that Xerces2 uses to compile stuff (probably it's a left-over workaround from an ant bug on the javac task). Now, not only I

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-05 Thread Davanum Srinivas
YIKES!!! -- dims On Sun, 05 Dec 2004 18:54:58 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Davanum Srinivas wrote: Stefano, i think i poked through all the jars in JDK 1.4 and did not find it...hence the question. Found it!!! The problem is in the XJavac task that

XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-04 Thread Adam R. B. Jack
xml-commons/java/build/resolver.jar??? JDK1.4 probably has the classes built-in is my guess. Ok, I see an xml-resolver project in the xml-commons. Do we need to tweak it's dependencies so xml-xerces can rely upon it, not vica-versa? BTW: Do we need per environment dependency settings, or do

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-04 Thread Davanum Srinivas
I added a resolver.jar in /usr/local/gump/kaffe/gump/cron/local-env-brutus.sh...let's see if it works tonight and then decide what to do next. thanks, dims On Sat, 4 Dec 2004 13:03:20 -0700, Adam R. B. Jack [EMAIL PROTECTED] wrote: xml-commons/java/build/resolver.jar??? JDK1.4 probably has

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-04 Thread Davanum Srinivas
Thanks Adam. On Sat, 4 Dec 2004 15:01:53 -0700, Adam R. B. Jack [EMAIL PROTECTED] wrote: PS: Can we run kaffe at least one more time every day till we sort things out? Done. [EMAIL PROTECTED] ~ $ crontab -l | grep -i kaf # Kaffe - This Gump runs on top of Kaffe and uses the 'live'

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-04 Thread Davanum Srinivas
OOOPS!!! made a typo in brutus.xml - forgot a double-quote. starting gump by hand. -- dims On Sat, 4 Dec 2004 16:34:25 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote: oops...i updated brutus.xml as ANT_OPTS is not really picked up. Added: sysproperty name=jikes.class.path

Re: XML Resolver for Xerces on Kaffe was Re: Hello Gump)

2004-12-04 Thread Stefano Mazzocchi
Davanum Srinivas wrote: oops...i updated brutus.xml as ANT_OPTS is not really picked up. Added: sysproperty name=jikes.class.path value=/usr/local/gump/kaffe/workspace/xml-xerces2/java/tools/resolver.jar/ Anybody against removing this and adding a dependency on xml-commons/resolver from