Executing maven build from ant build

2009-03-24 Thread eyalg1972
of how it is done (Including- parsing the result- success of failure)? Thanks -- View this message in context: http://www.nabble.com/Executing-maven-build-from-ant-build-tp22687975p22687975.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Executing maven build from ant build

2009-03-24 Thread David Weintraub
it from the exact directory). Do you use the ant exec task? Did someone did it- and can give me an example of how it is done (Including- parsing the result- success of failure)? Thanks -- View this message in context: http://www.nabble.com/Executing-maven-build-from-ant-build

Re: Executing maven build from ant build

2009-03-24 Thread Wayne Fay
There are Maven tasks for Ant, but I find them extremely difficult to use. The documentation is just plain awful. The official Maven Ant page simply lists where you can download the JAR file, and that's it. I simply wanted Ant to run an existing pom.xml, but could find no way to do this. If