RE: result code for mvn.bat on windows broken

2007-07-02 Thread Brian E. Fox
opers List Subject: result code for mvn.bat on windows broken Hi, can anybody confirm/deny that the changes to mvn.bat in r543625 have broken result codes ? Errors are no longer reported in 2.0.7. If I restore the @endLocal, it works as it did before. :error +if "%OS%"=="Windows_NT&q

result code for mvn.bat on windows broken

2007-06-23 Thread Tom Huybrechts
Hi, can anybody confirm/deny that the changes to mvn.bat in r543625 have broken result codes ? Errors are no longer reported in 2.0.7. If I restore the @endLocal, it works as it did before. :error +if "%OS%"=="Windows_NT" @endlocal set ERROR_CODE=1 Tom ---