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 5F2B3774B for ; Tue, 6 Sep 2011 07:01:39 +0000 (UTC) Received: (qmail 85632 invoked by uid 500); 6 Sep 2011 07:01:34 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 85460 invoked by uid 500); 6 Sep 2011 07:01:00 -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 85448 invoked by uid 99); 6 Sep 2011 07:00:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 07:00:53 +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; Tue, 06 Sep 2011 07:00:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E25DF2388A6C; Tue, 6 Sep 2011 07:00:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1165514 - in /geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution: unix-shell/bin/geronimo windows-text/bin/geronimo.bat Date: Tue, 06 Sep 2011 07:00:30 -0000 To: scm@geronimo.apache.org From: genspring@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110906070030.E25DF2388A6C@eris.apache.org> Author: genspring Date: Tue Sep 6 07:00:30 2011 New Revision: 1165514 URL: http://svn.apache.org/viewvc?rev=1165514&view=rev Log: GERONIMO-6139, java 7 can't recogonize the relative temp dir somehow. Use full path instead in scripts. Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/unix-shell/bin/geronimo geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/geronimo.bat Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/unix-shell/bin/geronimo URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/unix-shell/bin/geronimo?rev=1165514&r1=1165513&r2=1165514&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/unix-shell/bin/geronimo (original) +++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/unix-shell/bin/geronimo Tue Sep 6 07:00:30 2011 @@ -211,7 +211,7 @@ fi if [ -z "$GERONIMO_TMPDIR" ] ; then # Define the java.io.tmpdir to use for Geronimo # A relative value will be resolved relative to each instance - GERONIMO_TMPDIR=var/temp + GERONIMO_TMPDIR="$GERONIMO_HOME"/var/temp fi if [ -z "$GERONIMO_OUT" ] ; then Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/geronimo.bat URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/geronimo.bat?rev=1165514&r1=1165513&r2=1165514&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/geronimo.bat (original) +++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/windows-text/bin/geronimo.bat Tue Sep 6 07:00:30 2011 @@ -198,7 +198,7 @@ set JAVA_OPTS=-Xmx256m -XX:MaxPermSize=1 if not "%GERONIMO_TMPDIR%" == "" goto gotTmpdir @REM A relative value will be resolved relative to each instance -set GERONIMO_TMPDIR=var\temp +set GERONIMO_TMPDIR=%GERONIMO_HOME%\var\temp :gotTmpdir @REM Setup the classpath