SimpleRunCPE exits with an error code on normal termination -----------------------------------------------------------
Key: UIMA-1121 URL: https://issues.apache.org/jira/browse/UIMA-1121 Project: UIMA Issue Type: Bug Components: Examples Affects Versions: 2.2.2 Reporter: Aaron Kaplan Priority: Minor runCPE.sh is terminating with exit code 1 even when, as far as I can tell, everything went fine. Based on a quick look at SimpleRunCPE.java, I think collectionProcessComplete() ought to end with System.exit(0), rather than 1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.