Issues with calling mvn from Ant on Linux

2006-10-08 Thread mraible
inux? Thanks, Matt -- View this message in context: http://www.nabble.com/Issues-with-calling-mvn-from-Ant-on-Linux-tf2407585.html#a6710971 Sent from the Maven - Users mailing list a

Re: Issues with calling mvn from Ant on Linux

2006-10-08 Thread Alexandre Russel
On Monday 09 October 2006 04:56, mraible wrote: > I have the following macrodef in Ant to run "mvn" to create project files. > It works fine on Windows XP and OS X, but on Linux it spits out "[exec] > Result: 1". Any ideas on how to make this work on Linux? > Are you sure the executa

Re: Issues with calling mvn from Ant on Linux

2006-10-08 Thread mraible
t;> files. >> It works fine on Windows XP and OS X, but on Linux it spits out "[exec] >> Result: 1". Any ideas on how to make this work on Linux? > >> > Are you sure the executable is mvn.sh and not mvn ? > Alex > > > -- View this

Re: Issues with calling mvn from Ant on Linux

2006-10-09 Thread Hervé BOUTEMY
It works perfectly here. Here is the full build.xml I wrote for the test : As you can see, it is "mvn" and not "mvn.sh". Here is the result : Buildfile: build.xml