maven.dependency.classpath is a pathId of the current project.xml

<fileset>
  <j:forEach var="dep" items="${dep.artifacts}">
    <pathelement location="${dep.path}" />
  </j:forEach>
</fileset>

should do what you need.

- Brett

On 10/5/05, Antonio PAROLINI <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> Anyone knows if there is a m2 <artifact:dependencies
> pathId="dependency.classpath"> equivalent in maven 1 ?
>
> If not, how can I create a Ant fileset from a project.xml file with
> maven 1 ?
>
> Best Regards,
>
> Antonio
>
>
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> **********************************************************************
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to