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: Hello Gump

2004-12-05 Thread Eric Pugh
: Adam R. B. Jack [mailto:[EMAIL PROTECTED] Sent: Saturday, December 04, 2004 10:22 PM To: Gump code and data Subject: Re: Hello Gump When a project is not built because one of the dependencies didn't build and then gets build again because the dependency solved its problems, the project

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

Re: Hello Gump

2004-12-04 Thread Stefano Mazzocchi
Davanum Srinivas wrote: xml-commons/java/build/resolver.jar??? JDK1.4 probably has the classes built-in is my guess. o, yeah, that would explain it. I think xerces is missing a dependency on xml-commons! weird that we never found out in all this time ;-) -- Stefano.

Re: Hello Gump

2004-12-04 Thread Stefano Mazzocchi
Adam R. B. Jack wrote: Howdy folks, Long time no speak! (I've been unexpectedly buried helping my wife w/ her start-up, learning DotNet). I've missed you. I've missed Gump. I'm going try hard to get back online here. Give me pointers as to where I ought focus my energies. yey! we were beginning to

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: Hello Gump

2004-12-04 Thread Adam R. B. Jack
When a project is not built because one of the dependencies didn't build and then gets build again because the dependency solved its problems, the project receives an email that is has no longer a problem. We have concensus to feel that this is annoying and the projects should be made aware

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

Re: Hello Gump

2004-12-03 Thread Adam R. B. Jack
I need help with the Kaffe gump run...it's stuck in xml-xerces (http://brutus.apache.org/gump/kaffe/xml-xerces2/xml-xerces/gump_work/build_ xml-xerces2_xml-xerces.html) I'm somewhat out of my area here, but (and stating the hopefully obvious) it looks like a bunch of warning, and four import

Re: Hello Gump

2004-12-03 Thread Davanum Srinivas
xml-commons/java/build/resolver.jar??? JDK1.4 probably has the classes built-in is my guess. -- dims On Fri, 3 Dec 2004 16:58:33 -0700, Adam R. B. Jack [EMAIL PROTECTED] wrote: I need help with the Kaffe gump run...it's stuck in xml-xerces

Re: Hello Gump

2004-12-02 Thread Davanum Srinivas
I need help with the Kaffe gump run...it's stuck in xml-xerces (http://brutus.apache.org/gump/kaffe/xml-xerces2/xml-xerces/gump_work/build_xml-xerces2_xml-xerces.html) thanks, dims On Thu, 2 Dec 2004 20:32:49 -0700, Adam R. B. Jack [EMAIL PROTECTED] wrote: Howdy folks, Long time no speak!