Re: svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-05-01 Thread Brett Porter
Thanks, I'll try it. - Brett Arnaud HERITIER wrote: >Brett, this change is very annoying !! > >Each time we call maven (under XP) the exit function is called and the CMD.exe >shell is closed :-( > > >[SNIP] > > >>+exit %ERROR_CODE% >> >> > > >Under XP you must used the flag /b > >exit /b

RE: svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-05-01 Thread Arnaud HERITIER
Brett, this change is very annoying !! Each time we call maven (under XP) the exit function is called and the CMD.exe shell is closed :-( [SNIP] > +exit %ERROR_CODE% Under XP you must used the flag /b exit /b %ERROR_CODE% The shell will exit the error_level but the cmd.exe will not be close

svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 21:41:46 2005 New Revision: 165456 URL: http://svn.apache.org/viewcvs?rev=165456&view=rev Log: propogate error codes from windows batch file Modified: maven/maven-1/core/trunk/src/bin/maven.bat Modified: maven/maven-1/core/trunk/src/bin/maven.bat URL: http://s