Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 68306 invoked from network); 24 Jun 2009 12:57:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 12:57:40 -0000 Received: (qmail 17339 invoked by uid 500); 24 Jun 2009 12:57:51 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 17268 invoked by uid 500); 24 Jun 2009 12:57:51 -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 17259 invoked by uid 99); 24 Jun 2009 12:57:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 12:57:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 24 Jun 2009 12:57:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6DEEE2388877; Wed, 24 Jun 2009 12:57:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r788008 - /geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy Date: Wed, 24 Jun 2009 12:57:20 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090624125720.6DEEE2388877@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed Jun 24 12:57:20 2009 New Revision: 788008 URL: http://svn.apache.org/viewvc?rev=788008&view=rev Log: (GERONIMO-4709) Allow start-server -j to work Modified: geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy Modified: geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy?rev=788008&r1=788007&r2=788008&view=diff ============================================================================== --- geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy (original) +++ geronimo/server/branches/2.1/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.groovy Wed Jun 24 12:57:20 2009 @@ -134,7 +134,7 @@ } log.info("Using Java virtual machine: $javaVirtualMachine") - node.setAttribute('jvm', javaVirtualMachine) + node.setAttribute('jvm', javaVirtualMachine.absolutePath) } javaFlags.each {