Author: chatellier Date: 2009-11-30 10:48:26 +0000 (Mon, 30 Nov 2009) New Revision: 2786 Modified: isis-fish/trunk/src/main/assembly/go.bat Log: Am?\195?\169lioration du script de d?\195?\169marrage d'isis (bat) Modified: isis-fish/trunk/src/main/assembly/go.bat =================================================================== --- isis-fish/trunk/src/main/assembly/go.bat 2009-11-27 15:49:22 UTC (rev 2785) +++ isis-fish/trunk/src/main/assembly/go.bat 2009-11-30 10:48:26 UTC (rev 2786) @@ -3,17 +3,17 @@ if NOT "%R_HOME%"=="" GOTO rfound :norfound -echo R_HOME not found > debug.txt +echo [Script] R_HOME not found > debug.txt 2>&1 goto startisis :rfound -set Path=%Path%;%R_HOME%/bin +echo [Script] R_HOME found with value %R_HOME% > debug.txt 2>&1 goto startisis :startisis -echo Isis staring... -echo R_HOME = %R_HOME% > debug.txt -java -Xmx512M -Djava.library.path=jri -DR.type=jni -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 >> debug.txt 2>&1 +echo [Script] Isis starting... +echo [Script] Path = %Path% >> debug.txt 2>&1 +java -Xmx1024M -Djava.library.path=jri -DR.type=jni -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 >> debug.txt 2>&1 goto end :end
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org