RE: excalibur-thread-impl failure in Gump

2004-09-22 Thread Stephen McConnell
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 22 September 2004 01:31 To: Gump code and data Subject: Re: excalibur-thread-impl failure in Gump Short answer: It has a problem in build.properties. There are two maven.jar.junit properties, and the second

Re: Gump longer-term progress

2004-09-22 Thread Niclas Hedhman
On Wednesday 22 September 2004 05:01, Adam R. B. Jack wrote: Please elaborate. I'm missing the picture you are painting. 1. Area graph (Excel terminology) is Line graphs with the area under it filled with a color. And can be arranged in an accummulated manner, so that; X-Axis is a timescal.

Re: APR, httpd and gump

2004-09-22 Thread Graham Leggett
Adam R. B. Jack wrote: How do folks build C primarily? Use CC in Ant? Use of make? Basically Gump wants to run a set of builders (script or ant or whatever) that generate artifacts. It'll string those artifacts together (e.g. in a CLASSPATH or as properties to Maven) and pass those in to

BATCH: All dressed up, with nowhere to go...

2004-09-22 Thread brutus
Dear Gumpmeisters, The following 1 notifys should have been sent *** G U M P [EMAIL PROTECTED]: jetty/jetty-plus failed *** G U M P [EMAIL PROTECTED]: jetty/jetty-plus

Re: excalibur-thread-impl failure in Gump

2004-09-22 Thread Adam R. B. Jack
Short answer: It has a problem in build.properties. There are two maven.jar.junit properties, and the second points at ant-junit.jar, which I assume does not declare junit.framework.TestCase. Seems the problem of 'jar id' != 'artifact id', i.e. where Gump and Maven don't have a shared

Re: APR, httpd and gump

2004-09-22 Thread Adam R. B. Jack
In the case of a build of APR, it's as simple as running three scripts back to back: ./configure make make install I know a make file is a script, but Gump doesn't consider launching the 'make' executable a script. I think I ought be able to add a make entry that does launch it though, if

Re: APR, httpd and gump

2004-09-22 Thread Stefan Bodewig
On Wed, 22 Sep 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: I know a make file is a script, but Gump doesn't consider launching the 'make' executable a script. I think I ought be able to add a make entry that does launch it though, if needed. We will need a make builder since we may want to