提交 848df4f4 authored 作者: Thomas Mueller's avatar Thomas Mueller

The Windows service wrapper now detects if multiple versions of H2 are installed.

上级 193492d2
...@@ -2,7 +2,14 @@ ...@@ -2,7 +2,14 @@
setlocal setlocal
copy /y /b ..\bin\h2-*.jar ..\bin\h2.jar copy /y /b ..\bin\h2-*.jar ..\bin\h2.jar
fc /b ..\bin\h2-*.jar ..\bin\h2.jar
if not errorlevel 1 goto :start
echo Please ensure there is only one h2-*.jar file.
echo Process stopped
pause
goto :eof
:start
rem Copyright (c) 1999, 2006 Tanuki Software Inc. rem Copyright (c) 1999, 2006 Tanuki Software Inc.
rem rem
rem Java Service Wrapper general startup script rem Java Service Wrapper general startup script
......
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
setlocal setlocal
copy /y /b ..\bin\h2-*.jar ..\bin\h2.jar copy /y /b ..\bin\h2-*.jar ..\bin\h2.jar
fc /b ..\bin\h2-*.jar ..\bin\h2.jar
if not errorlevel 1 goto :start
echo Please ensure there is only one h2-*.jar file.
echo Process stopped
pause
goto :eof
rem Copyright (c) 1999, 2006 Tanuki Software Inc. rem Copyright (c) 1999, 2006 Tanuki Software Inc.
rem rem
......
...@@ -18,7 +18,7 @@ Change Log ...@@ -18,7 +18,7 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>- <ul><li>The Windows service wrapper now detects if multiple versions of H2 are installed.
</li></ul> </li></ul>
<h2>Version 1.2.128 (2010-01-30)</h2> <h2>Version 1.2.128 (2010-01-30)</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论