Re: Gump breakage

2005-01-09 Thread Ceki Gülcü
At 05:56 PM 1/8/2005, Curt Arnold wrote: Add "build.examples" as a dependency to the "regression" target in tests/build.xml. Maybe there is a better place for this, but it isolates dependent projects from breakages in the examples, but still compiles them as a "test" of the API. build.examples

Re: Gump breakage

2005-01-08 Thread Curt Arnold
On Jan 8, 2005, at 9:55 AM, Ceki Gülcü wrote: At 04:34 PM 1/8/2005, Curt Arnold wrote: logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a seri

Re: Gump breakage

2005-01-08 Thread Ceki Gülcü
At 04:55 PM 1/8/2005, Ceki Gülcü wrote: At 04:34 PM 1/8/2005, Curt Arnold wrote: Restore the "jar" target to build both log4j.jar and log4j-chainsaw.jar. If you just want to build log4j.jar, you can use the "log4j.jar" target. I committed exactly the same change a few hours ago. 2 hours 43 minut

Re: Gump breakage

2005-01-08 Thread Ceki Gülcü
At 04:34 PM 1/8/2005, Curt Arnold wrote: logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a series of changes that should get Gump back online

Gump breakage

2005-01-08 Thread Curt Arnold
logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a series of changes that should get Gump back online which I will commit if there are no obje