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