• R/O
  • SSH
  • HTTPS

wrapper: Commit


Commit MetaInfo

Revision457 (tree)
Time2020-12-08 17:46:17
Authormaxime-tsl

Log Message

Work on 3.5.45

Change Summary

Incremental Difference

--- trunk/wrapper/README_de.txt (revision 456)
+++ trunk/wrapper/README_de.txt (revision 457)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.45-a
2+Java Service Wrapper Community Edition 3.5.45
33 Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
44 https://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/README_en.txt (revision 456)
+++ trunk/wrapper/README_en.txt (revision 457)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.45-a
2+Java Service Wrapper Community Edition 3.5.45
33 Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
44 https://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/README_es.txt (revision 456)
+++ trunk/wrapper/README_es.txt (revision 457)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.45-a
2+Java Service Wrapper Community Edition 3.5.45
33 Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
44 https://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/README_ja.txt (revision 456)
+++ trunk/wrapper/README_ja.txt (revision 457)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.45-a
2+Java Service Wrapper Community Edition 3.5.45
33 Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
44 https://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/src/bin/App.bat.in (revision 456)
+++ trunk/wrapper/src/bin/App.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/App.sh.in (revision 456)
+++ trunk/wrapper/src/bin/App.sh.in (revision 457)
@@ -12,7 +12,7 @@
1212 #
1313 # Java Service Wrapper sh script. Suitable for starting and stopping
1414 # wrapped Java applications on UNIX platforms.
15-# Optimized for use with version 3.5.45-a of the Wrapper.
15+# Optimized for use with version 3.5.45 of the Wrapper.
1616 #
1717
1818 #-----------------------------------------------------------------------------
@@ -1325,7 +1325,7 @@
13251325 if [ "X$pid" = "X" ]
13261326 then
13271327 # The string passed to eval must handles spaces in paths correctly.
1328- COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" wrapper.daemonize=TRUE $APPNAMEPROP $ANCHORPROP $IGNOREPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45-a $ADDITIONAL_PARA"
1328+ COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" wrapper.daemonize=TRUE $APPNAMEPROP $ANCHORPROP $IGNOREPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45 $ADDITIONAL_PARA"
13291329 eval "$COMMAND_LINE"
13301330 else
13311331 eval echo `gettext '$APP_LONG_NAME is already running.'`
@@ -1348,7 +1348,7 @@
13481348 prepAdditionalParams "$@"
13491349
13501350 # The string passed to eval must handles spaces in paths correctly.
1351- COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" $APPNAMEPROP $ANCHORPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45-a $ADDITIONAL_PARA"
1351+ COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" $APPNAMEPROP $ANCHORPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45 $ADDITIONAL_PARA"
13521352 eval "$COMMAND_LINE"
13531353 COMMAND_EXIT_CODE=$?
13541354 if [ $COMMAND_EXIT_CODE -ne 0 ] ; then
@@ -1833,7 +1833,7 @@
18331833 prepAdditionalParams "$@"
18341834
18351835 # The string passed to eval must handles spaces in paths correctly.
1836- COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" wrapper.daemonize=TRUE $APPNAMEPROP $ANCHORPROP $IGNOREPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45-a $ADDITIONAL_PARA"
1836+ COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.pidfile=\"$PIDFILE\" wrapper.daemonize=TRUE $APPNAMEPROP $ANCHORPROP $IGNOREPROP $STATUSPROP $COMMANDPROP $LOCKPROP wrapper.script.version=3.5.45 $ADDITIONAL_PARA"
18371837 eval "$COMMAND_LINE"
18381838
18391839 startwait
--- trunk/wrapper/src/bin/App.shconf.in (revision 456)
+++ trunk/wrapper/src/bin/App.shconf.in (revision 457)
@@ -12,7 +12,7 @@
1212 #
1313 # Java Service Wrapper shconf file. Suitable for overriding the default
1414 # settings of the Wrapper Shell Script.
15-# Optimized for use with version 3.5.45-a of the Wrapper.
15+# Optimized for use with version 3.5.45 of the Wrapper.
1616 #
1717
1818 #-----------------------------------------------------------------------------
--- trunk/wrapper/src/bin/AppCommand.bat.in (revision 456)
+++ trunk/wrapper/src/bin/AppCommand.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/AppTemplate.bat.in (revision 456)
+++ trunk/wrapper/src/bin/AppTemplate.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/AppTemplatePassThrough.bat.in (revision 456)
+++ trunk/wrapper/src/bin/AppTemplatePassThrough.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/InstallApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/InstallApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/PauseApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/PauseApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/QueryApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/QueryApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/README.txt (revision 456)
+++ trunk/wrapper/src/bin/README.txt (revision 457)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.45-a
2+Java Service Wrapper Community Edition 3.5.45
33 Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
44 https://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/src/bin/ResumeApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/ResumeApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/SetupApp.bat.in (revision 456)
+++ trunk/wrapper/src/bin/SetupApp.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/StartApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/StartApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/StopApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/StopApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/TeardownApp.bat.in (revision 456)
+++ trunk/wrapper/src/bin/TeardownApp.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/UninstallApp-NT.bat.in (revision 456)
+++ trunk/wrapper/src/bin/UninstallApp-NT.bat.in (revision 457)
@@ -16,7 +16,7 @@
1616
1717 rem -----------------------------------------------------------------------------
1818 rem These settings can be modified to fit the needs of your application
19-rem Optimized for use with version 3.5.45-a of the Wrapper.
19+rem Optimized for use with version 3.5.45 of the Wrapper.
2020
2121 rem The base name for the Wrapper binary.
2222 set _WRAPPER_BASE=wrapper
Show on old repository browser