[ http://jira.codehaus.org/browse/CONTINUUM-413?page=comments#action_50055 ]
Brian Ewins commented on CONTINUUM-413: --------------------------------------- On what version of windows? This is what I see: G:\>cmd /version Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. # get a process to exit with code 0 G:\>java -version java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) G:\>echo %ERRORLEVEL% 0 G:\>echo %ERROR_CODE% %ERROR_CODE% # note error_code is not defined. now the same, getting java to exit with errors G:\>java -garbage Unrecognized option: -garbage Could not create the Java virtual machine. G:\>echo %ERRORLEVEL% 1 G:\>echo %ERROR_CODE% %ERROR_CODE% #NB error code still wasn't defined. I can't see any documentation of ERROR_CODE on microsoft.com either, looking for older versions of cmd.exe/command.com > build reported as successful on win xp even when maven 1 build fails > -------------------------------------------------------------------- > > Key: CONTINUUM-413 > URL: http://jira.codehaus.org/browse/CONTINUUM-413 > Project: Continuum > Type: Bug > Versions: 1.0 > Environment: Maven 1.0.2 > Java 1.5 > Win XP SP2 > Continuum 1.0 > Reporter: Zach B > Assignee: Emmanuel Venisse > Fix For: 1.0.1 > > > Continuum always reports a successful build even when Maven reports a build > failure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
