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 > attribute (any) to reverse that. > > This is fine. Note that is with an implcit > classpath attribute. Maybe this is where you'll want to look into? You are quick. I had to look at the code. ;-) > 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 ad

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 attribute (any) to reverse that. This is fine. Note that is with an implcit classpath attribute. Maybe this is where you'll want to look into? or > 2) Allow 1) I put the if depend.isNoClassapath() at the top of a r

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 http://gump.apache.org/metadata/ant.html#depend would imply is reasonable). This seems to clear up the mystery. since properties now default to be 'noclasspath', a

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 disa

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 somet

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.

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 Adam R. B. Jack
> The problem is the the following declaration: > > > > should only include in the CP the jars declared by the tag in the > httpunit project. However it seems it is importing all jars in the CP. > When Gumpy adds a dependency for a property it creates a dependency object: # Add a dependency

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: should only include in the CP the jars declared by the tag in the httpunit project. However it seems it is importing all jars in the CP. For example, with : com.meterware it should only

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

2004-03-18 Thread Adam R. B. Jack
Stefan, Could you try to explain what it is doing wrong (in simple terms ;-) and what it ought do & I'll try to find time to fix it. I am away (training) next week, and only online some evenings, and I want to get Gumpy stable for while I go. The documentation publication & this seem the key thing

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

2004-03-18 Thread Stefan Bodewig
On Thu, 18 Mar 2004, Vincent Massol <[EMAIL PROTECTED]> wrote: > I don't understand why it would inherit all dependencies defines in > httpunit. It shouldn't. It looks like a problem in Gumpy . Stefan --

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

2004-03-18 Thread Vincent Massol
Hi, Ok. I've debugged the problem. It comes from the addition, yesterday of the servletapi-4 to the httpunit project... Cactus tries to guess with J2EE API version is being used by checking if there is a Filter class in the j2ee.jar or servlet.jar jars: