Just looked in teh J2EE plugin and found this:

<taskdef name="warvalidator" classname="org.apache.maven.j2ee.WarValidator">
      <classpath>
        <pathelement path="${plugin.resources}" />
        <pathelement path="${plugin.getDependencyPath('ant')}"/>
        <pathelement path="${plugin.getDependencyPath('dom4j')}"/>
        <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
      </classpath>
    </taskdef>


Maybe that helps you get started...

-Peter

----- Original Message -----
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 25, 2003 1:55 PM
Subject: Building an ant classpath from dependencies ?


>
> Hi,
>
> I would be interested in building an ant classpath from the set of
> dependencies of several projects. I am sure this is already done as it
> seems easy with the jelly xml, can anyone advise me on a place this is
> done already ?
>
> Thanks.
>
> Paul
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to