Do you want to run an external ant file from within your maven project.xml, is that it? What Brett said and:

http://ant.apache.org/manual/CoreTasks/ant.html <ant antfile="subproject/subbuild.xml" dir="subproject" target="compile"/>

that's what I use. Some of the people around here "get" Ant, but not Maven, I have to do this to make their projects work sometimes.

Brett Porter wrote:

Maven.xml:

<project xmlns:ant="ant">
<goal name="run-ant">
 <ant:ant just like your standard ant tag />
</goal>
</project>

But you'll be poorer for it :)

- Brett



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 24 February 2004 9:35 AM
To: [EMAIL PROTECTED]
Subject: Using ANT build.xml in Maven?



Hi, I was wondering, is it possible to use a build.xml in Maven until you have configured the necessary pieces. If so, does anyone have any documentation on how to perform this task?


Thanks in advance,

-Conrad


--------------------------------------------------------------------- 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