-----Original Message-----
From: Jarrell, Maury [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 26, 2004 2:50 PM
To: 'Maven Users List'
Subject: RE: Pass classpath to ant

You might try the "maven ant" goal. It creates a build.xml file that allows
ant to build your project.
 

Well, that builds an ant file with all the classpath dependencies built into
the file. This isn't really what I want. I've got some pretty complex ant
files. Initally, the big gain for us would be able to get rid of each
project's jars and replace them with maven project.xml files defining
dependecies.

Obviously, maven is able to pass this classpath along to ant in the
java:compile plugin. That's what I want to do, except call the "all" target
in the existing build.xml files, passing along the build classpath that
maven builds thru the dependencies.

Eventually, I plan on building all the stuff that is in the ant files to the
plugin I'm writing. But we could solve some huge problems right away just by
using the jar dependencies quickly.

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

Reply via email to