Author: echatellier Date: 2014-06-26 22:48:29 +0200 (Thu, 26 Jun 2014) New Revision: 273 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/273 Log: Fix launch script files Modified: trunk/faxtomail-ui-swing/src/main/assembly/min/launch.bat trunk/faxtomail-ui-swing/src/main/assembly/min/launch.sh Modified: trunk/faxtomail-ui-swing/src/main/assembly/min/launch.bat =================================================================== --- trunk/faxtomail-ui-swing/src/main/assembly/min/launch.bat 2014-06-26 20:36:55 UTC (rev 272) +++ trunk/faxtomail-ui-swing/src/main/assembly/min/launch.bat 2014-06-26 20:48:29 UTC (rev 273) @@ -3,7 +3,7 @@ set OLDDIR=%CD% cd /d %~dp0% -%JAVA_COMMAND% -Xmx1024M -XX:MaxPermSize=128M -Dfaxtomail.log.file=%FAXTOMAIL_LOG_FILE% -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 +java -Xmx1024M -XX:MaxPermSize=128M -Dfaxtomail.log.file=%FAXTOMAIL_LOG_FILE% -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 set exitcode=%ERRORLEVEL% echo Stop FaxToMail with exitcode: %exitcode% cd %OLDDIR% Modified: trunk/faxtomail-ui-swing/src/main/assembly/min/launch.sh =================================================================== --- trunk/faxtomail-ui-swing/src/main/assembly/min/launch.sh 2014-06-26 20:36:55 UTC (rev 272) +++ trunk/faxtomail-ui-swing/src/main/assembly/min/launch.sh 2014-06-26 20:48:29 UTC (rev 273) @@ -29,9 +29,7 @@ cd $REP -#echo "java command: $JAVA_COMMAND" - -$JAVA_COMMAND $MEMORY $FAXTOMAIL_JVM_OPTS -Dfaxtomail.log.file=$FAXTOMAIL_LOG_FILE -jar ${project.build.finalName}.${project.packaging} $* +java $MEMORY $FAXTOMAIL_JVM_OPTS -Dfaxtomail.log.file=$FAXTOMAIL_LOG_FILE -jar ${project.build.finalName}.${project.packaging} $* exitcode=$? echo "Stop FaxToMail with exitcode: $exitcode" exit $exitcode
participants (1)
-
echatellier@users.forge.codelutin.com