Re: Reference the classpath of all the maven dependencies

2005-01-02 Thread Julien Kirch
Hi maven.dependency.classpath holds the Ant |path| of all the dependent jar files listed in the |dependencies| block of the project you can use it in the classpath section of your class call : ant:classpath ant:path refid=maven.dependency.classpath/ ant:classpath Randy Xu wrote: New to

Reference the classpath of all the maven dependencies

2004-12-30 Thread Randy Xu
New to Maven (to ANT as well), In maven.xml I run a postgoal that runs a Java class (using the jelly ANT task extension) and I need to set its classpath to include all the dependencies that I specified in project.xml. Is there a maven variable I can reference that would give me the classpath

Re: Reference the classpath of all the maven dependencies

2004-12-30 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 30, 2004, at 15:00, Randy Xu wrote: In maven.xml I run a postgoal that runs a Java class (using the jelly ANT task extension) and I need to set its classpath to include all the dependencies that I specified in project.xml. Is there a maven