Author: chatellier Date: 2010-06-25 07:57:06 +0000 (Fri, 25 Jun 2010) New Revision: 3071 Log: R_HOME/R.type is now displayed by isis himself :) Modified: isis-fish/trunk/src/main/assembly/go.bat Modified: isis-fish/trunk/src/main/assembly/go.bat =================================================================== --- isis-fish/trunk/src/main/assembly/go.bat 2010-06-18 16:17:03 UTC (rev 3070) +++ isis-fish/trunk/src/main/assembly/go.bat 2010-06-25 07:57:06 UTC (rev 3071) @@ -1,19 +1,5 @@ @echo off -if NOT "%R_HOME%"=="" GOTO rfound - -:norfound -echo [Script] R_HOME not found > debug.txt 2>&1 -goto startisis - -:rfound -echo [Script] R_HOME found with value %R_HOME% > debug.txt 2>&1 -goto startisis - -:startisis 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