Issue Type: Bug Bug
Assignee: Unassigned
Created: 14/Feb/13 11:10 AM
Description:

In the generated windows bat-File is the following statement:

if ERRORLEVEL EQ 1 goto error

We have now a java program which returns for example -10 as exit value. With the line above we get always 0 back from the error level

I think the following code should solve the problem:

if %ERRORLEVEL% NEQ 0 goto error
Project: Mojo AppAssembler Plugin
Priority: Trivial Trivial
Reporter: Walter Bircher
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to