Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 56469 invoked from network); 5 Sep 2005 09:52:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2005 09:52:10 -0000 Received: (qmail 82243 invoked by uid 500); 5 Sep 2005 09:52:10 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 81928 invoked by uid 500); 5 Sep 2005 09:52:08 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 81592 invoked by uid 99); 5 Sep 2005 09:52:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 02:52:05 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 02:52:18 -0700 Received: (qmail 7204 invoked by uid 89); 5 Sep 2005 09:52:02 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 5 Sep 2005 09:52:02 -0000 Message-ID: <22365254.1125913922912.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 5 Sep 2005 04:52:02 -0500 (CDT) From: "Rahul Thakur (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Created: (CONTINUUM-303) property 'plexus.system.path' is being set to empty and results in maven, m2 and ant executables to be unresolved Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N property 'plexus.system.path' is being set to empty and results in maven, m2 and ant executables to be unresolved ----------------------------------------------------------------------------------------------------------------- Key: CONTINUUM-303 URL: http://jira.codehaus.org/browse/CONTINUUM-303 Project: Continuum Type: Bug Environment: Windows XP, Continuum SVN snapshot, Maven 2 SVN snapshot Reporter: Rahul Thakur ok, I have been noticing build failures on Integration tests for sometime now. On playing around with the PATH variables and looking at plexus DefaultExecutableResolver source, i noticed the following: a) plexus.system.path was being set to '' (empty string) on my system even though the PATH is set to include all reqd. executables. The PATH variable had values with space (ex: c:\Program Files\...) b) On running integ. tests with -Dplexus.system.path=%PATH% set on command line, the spaces in the path variable were not being handled correctly, seems like the 'path list' used to resolve executables is being set up incorrectly. I am not sure if this is better reported as an issue on Plexus JIRA or here. c) on running integ. tests with -Dplexus.system.path="%PATH%", the path list is being build up properly and executables are getting resolved. Not sure where this property is being set up in first place. In case, this being setup and passed via build script, would it be a good idea to have double quotes around PATH? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira