artifact:dependencies equivalent

2005-10-05 Thread Antonio PAROLINI
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

Re: artifact:dependencies equivalent

2005-10-05 Thread Brett Porter
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