Running maven from ant

2006-08-24 Thread EJ Ciramella
Currently, our pre-staging/production deployment methods are strictly ant based. With development migrating to m2 for building, we no longer have various stack.property files lying around, everything exists in profiles.xml. So what I'd like to do is use the maven ant tasks as defined here:

Running maven from Ant ?

2003-07-02 Thread Paul Libbrecht
Hi List, Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input this within the jEdit Ant-runner, running in the same VM, which, when equipped with a rich enough

Re: Running maven from Ant ?

2003-07-02 Thread Martin Skopp
On Wed, 2003-07-02 at 11:46, Paul Libbrecht wrote: Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input this within the jEdit Ant-runner, running in the same VM,

Re: Running maven from Ant ?

2003-07-02 Thread Nicolas . CHALUMEAU
Any Maven integration within some IDEs ? With JBuilder. It is not an integration but you can place yours maven's goal in the tools menu with the tool configuration. Create an new tool for each goal (exemple for java:compile): Program : C:\projet-maven\socle\maven-call.bat Param : java:compile

RE: Running maven from Ant ?

2003-07-02 Thread Christian Goos
] Sent: Mittwoch, 2. Juli 2003 11:47 To: Maven Users List Subject: Running maven from Ant ? Hi List, Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input

Re: Running maven from Ant ?

2003-07-02 Thread Paul Libbrecht
Indeed, it may help, But have you attempted without forking ? Some of the parameters of your script seem to be really needing it... On this case is where I would see real advantages in the speed of running... And I do believe, it should be a requirement that maven has a plug to do so at some

Re: Running maven from Ant ?

2003-07-02 Thread dion
Martin Skopp [EMAIL PROTECTED] wrote on 02/07/2003 08:07:42 PM: Any hope ? Any Maven integration within some IDEs ? There's http://sourceforge.net/projects/mevenide but it looks stalled... Is that projetc dead, Dion? Nope, it's not dead. cheers, -- Martin Skopp Riege Software