JBE reports an exit code of 1 but doesn't actually seem to return that
Accepted answer
This is a defect that has been entered as:
The problem is JBE is built on Eclipse, and if Eclipse exits with a non-zero exit code, Eclipse will dump lots of diagnostic data, and it would clutter the log unnecessarily. Making JBE always return a zero exit code makes it so the diagnostic data is withheld. The defect will deal with making this exit code determination more sophisticated.
~Spencer