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
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
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