You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Bill Barker <wb...@wilshire.com> on 2004/03/19 08:35:43 UTC

Tomcat-4 build failure

It looks like the <depend> tag nested within <ant> is broken.  The Tomcat-4
meta-data file has:
      <depend property="servlet.jar" project="jakarta-servletapi-4"/>
      <depend property="commons-collections.jar"
project="commons-collections"
        runtime="true"/>

resulting in servlet.jar being added to the CLASSPATH, and
commons-collections.jar being excluded.




---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Tomcat-4 build failure

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 18 Mar 2004, Bill Barker <wb...@wilshire.com> wrote:

> It looks like the <depend> tag nested within <ant> is broken.

Yes.  See my other posts.

As a workaround, duplicate the <depend> in <ant> things once outside
of <ant> (and without the property attribute) until we have a fix.

Sorry

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org