From scm-return-48846-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Thu Jul 26 13:34:18 2012 Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 554749317 for ; Thu, 26 Jul 2012 13:34:18 +0000 (UTC) Received: (qmail 12295 invoked by uid 500); 26 Jul 2012 13:26:28 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 56503 invoked by uid 500); 26 Jul 2012 13:24:56 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 26232 invoked by uid 99); 26 Jul 2012 05:26:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 05:26:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 05:26:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D5A523889B8; Thu, 26 Jul 2012 05:25:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1365884 - /geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat Date: Thu, 26 Jul 2012 05:25:59 -0000 To: scm@geronimo.apache.org From: genspring@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120726052559.1D5A523889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: genspring Date: Thu Jul 26 05:25:58 2012 New Revision: 1365884 URL: http://svn.apache.org/viewvc?rev=1365884&view=rev Log: GERONIMO-5737 setJavaEnv.bat does not work under TCC/LE command shell for Windows Modified: geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat Modified: geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat?rev=1365884&r1=1365883&r2=1365884&view=diff ============================================================================== --- geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat (original) +++ geronimo/server/branches/3.0/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/setjavaenv.bat Thu Jul 26 05:25:58 2012 @@ -47,7 +47,7 @@ goto gotServer :resolveServer @REM Strip quotes from GERONIMO_SERVER which is defined by user -if defined var GERONIMO_SERVER( +if defined var GERONIMO_SERVER ( set GERONIMO_HOME=###%GERONIMO_SERVER%### set GERONIMO_HOME=%GERONIMO_SERVER:"###=% set GERONIMO_HOME=%GERONIMO_SERVER:###"=% @@ -79,13 +79,13 @@ set GERONIMO_TMPDIR=%GERONIMO_SERVER%\va :gotTmpdir @REM Strip quotes from JRE_HOME and JAVA_HOME before using them -if defined var JRE_HOME( +if defined var JRE_HOME ( set JRE_HOME=###%JRE_HOME%### set JRE_HOME=%JRE_HOME:"###=% set JRE_HOME=%JRE_HOME:###"=% set JRE_HOME=%JRE_HOME:###=% @) -if defined var _RUNJAVA( +if defined var _RUNJAVA ( set _RUNJAVA=###%_RUNJAVA%### set _RUNJAVA=%_RUNJAVA:"###=% set _RUNJAVA=%_RUNJAVA:###"=%