[ openjms-Bugs-796633 ] openjms.bat script terminates command prompt
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #796633, was opened at 2003-08-28 21:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474136&aid=796633&group_id=54559 Category: server Group: v0.7.6-rc1 Status: Open Resolution: None Priority: 5 Submitted By: Tim Anderson (tanderson) Assigned to: Tim Anderson (tanderson) Summary: openjms.bat script terminates command prompt Initial Comment: If the openjms.bat script is run from cmd.exe with no arguments, it terminates it. This is due to it invoking: exit 1 It should instead invoke: exit /B 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474136&aid=796633&group_id=54559