Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Adam R. B. Jack
Whatever you've done, it seems you've broken something with it, see the Strut's nags (I'll be looking into the other builds that fail on LSD but not on my Gump 0.3 machine). Now it looks as if //ant/depend wouldn't create a CLASSPATH entry at all. Hmm, sorry. I hate when I break something

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Adam R. B. Jack
On Thu, 18 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: I am away (training) next week, and only online some evenings, and I want to get Gumpy stable for while I go. If all else fails and our collective Python knowledge doesn't help to get through this, we can always disable

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Adam R. B. Jack
That said, one 1 seems to affect dependencies, and neither affect ant depend soley/directly. This, to follow, code is the code in ant.py (in the Builder class -- which is sub-classed for ant or maven) that processes depend inside ant|maven. It shows that a depend inside ant is implemented via

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Stefan Bodewig
On Fri, 19 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: 1) Allow property to default to noclasspath, and a classpath attribute (any) to reverse that. This is fine. Note that depend is property with an implcit classpath attribute. Maybe this is where you'll want to look into? or 2)

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Stefan Bodewig
On Fri, 19 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: Now, how do I test it quickly enough? integrate.py xmlunit. This is the first affected project AFAICS. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-19 Thread Adam R. B. Jack
On Fri, 19 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: 1) Allow property to default to noclasspath, and a classpath attribute (any) to reverse that. This is fine. Note that depend is property with an implcit classpath attribute. Maybe this is where you'll want to look into? You

RE: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-18 Thread Vincent Massol
Hi Adam, The problem is the the following declaration: depend property=httpunit.jar project=httpunit/ should only include in the CP the jars declared by the jar tag in the httpunit project. However it seems it is importing all jars in the CP. For example, with : project name=httpunit

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-18 Thread Stefan Bodewig
On Thu, 18 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: Seems I might get lucky with an easy fix, i.e. replace that with INHERIT_NONE. I'll do it. LEt me know if you think otherwise. Whatever you've done, it seems you've broken something with it, see the Strut's nags (I'll be looking

Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed

2004-03-18 Thread Stefan Bodewig
On Thu, 18 Mar 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote: I am away (training) next week, and only online some evenings, and I want to get Gumpy stable for while I go. If all else fails and our collective Python knowledge doesn't help to get through this, we can always disable nagging. I