[ 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 (Comment added) made by tanderson 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: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Tim Anderson (tanderson) Date: 2003-08-29 09:31 Message: Logged In: YES user_id=557161 Fixed in CVS. Also changed dbtool.bat, startreg.bat, and test.bat. Fix will be available in the 0.7.6 release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474136&aid=796633&group_id=54559