Re: Gump and APR

2004-12-02 Thread Stefan Bodewig
On Wed, 01 Dec 2004, Graham Leggett [EMAIL PROTECTED] wrote: Right now I think we need two things: * a way to allow Gump to invoke make This I'll try to work on. Given my close-to-non-existant Python skills and that you declared you'd be at the same level a while back, there

Re: [vote] turning off nagging until we feel gump is solid enough for that

2004-12-02 Thread Geir Magnusson Jr
On Dec 1, 2004, at 10:12 AM, Ceki Gülcü wrote: At 03:44 PM 12/1/2004, Stefano Mazzocchi wrote: I think it's better if we start to nag ourselves first and see how we can increase the signal/noise ratio before we go back public. It's not only about gump's signal/noise ratio but the attitude adopted

Re: Gump and APR

2004-12-02 Thread Stefan Bodewig
On Wed, 1 Dec 2004, Davanum Srinivas [EMAIL PROTECTED] wrote: export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/kaffe cvs login cvs checkout kaffe apt-get build-dep kaffe ./configure --with-jikes --prefix=/usr/local/gump-kaffe make make install make check Except for apt-get and the

Re: [vote] turning off nagging until we feel gump is solid enough for that

2004-12-02 Thread Stefano Mazzocchi
Stefan Bodewig wrote: On Thu, 2 Dec 2004, Eric Pugh [EMAIL PROTECTED] wrote: Is there a feeling that attempting to build with previous versions that passed isn't a good idea? Not at all. It is a very good idea that only needs to get coded. The only is the problem here. And I have the algorithm

Hello Gump

2004-12-02 Thread Adam R. B. Jack
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. regards Adam -- Have you Gumped your code

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!

a gump sucess story (was: [EMAIL PROTECTED]: Project forrest (in module forrest) failed)

2004-12-02 Thread David Crossley
Gump wrote: To whom it may engage... Thanks Gump. Please don't stop your notifications. A couple of days ago i changed something in Cocoon that looked like it was concerned only with documentation generation. However it was also the name of the actual component and is used to build the default

Re: Gump and APR

2004-12-02 Thread Stefan Bodewig
On Thu, 02 Dec 2004, Graham Leggett [EMAIL PROTECTED] wrote: My understanding of make is that you could do this: FLAG=blah make target parameters So the ability to make needs to: - allow environment vars to be set before make - allow zero or more targets - allow other parameters