Anyone know if maven is normally installed in the same place on
windows, ie
c:\apache\maven\bin\mvn.bat
Or is it variable ?
or... is there any other way of finding the full patch of the
executable eg MAVE_HOME, arg0
Ian
On 26 Apr 2008, at 02:54, Michael Angerman wrote:
Ian,
Excellent call, that was it -- when I hard coded the path in there
the jetty
server comes up and the samples all run fine...
Ian/Cassie
I am heading out of town on Monday morning and will be back the
following
Monday May 5.
Will be happy to do more testing on Windows upon my return -- but
by then
everything should be working :)
Have fun !
Michael I Angerman
<exec dir="java/server"
executable="c:\apache\maven\bin\mvn.bat" failonerror="true" >
<arg value="jetty:run"/>
<arg
value="-DrunType=${runType}"/>
</exec>
On Fri, Apr 25, 2008 at 5:07 PM, Ian Boston <[EMAIL PROTECTED]> wrote:
I have a feeling that this might be a path thing.
where it says
<exec dir="java/server" executable="mvn" failonerror="true" >
<arg value="jetty:run"/>
<arg
value="-DrunType=${runType}"/>
can you try replacing the mvn with the absolute path to your mvn
command.
Thanks
Ian
On 25 Apr 2008, at 23:29, Michael Angerman wrote:
Embedded error: Execute failed: java.io.IOException:
CreateProcess: mvn
jetty:run -DrunType=full error=2