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">
<package>com.meterware</package>
<ant/>
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="jtidy"/>
<depend project="junit"/>
<depend project="nekohtml"/>
<depend project="jakarta-servletapi-4"/>
<jar id="httpunit" name="lib/httpunit.jar"/>
</project>
it should only add lib/httpunit.jar in the CP. It seems it is adding
jakarta-servletapi-4 and the others, which is wrong.
Thanks
-Vincent
> -----Original Message-----
> From: Adam R. B. Jack [mailto:[EMAIL PROTECTED]
> Sent: 18 March 2004 17:30
> To: [EMAIL PROTECTED]
> Subject: Re: FW: [EMAIL PROTECTED]:
jakarta-cactus/jakarta-cactus-framework-12
> failed
>
> 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 things.
I
> have
> family coming over the pond tonight, to stay, so can't even say I'll
get
> much time between now and when I go away.
>
> regards,
>
> Adam
> ----- Original Message -----
> From: "Stefan Bodewig" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, March 18, 2004 1:30 AM
> Subject: Re: FW: [EMAIL PROTECTED]:
jakarta-cactus/jakarta-cactus-framework-12
> failed
>
>
> > 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
> > <http://gump.covalent.net/log/jakarta-cactus-framework-12.html>.
> >
> > Stefan
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]