Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 94911 invoked from network); 10 Oct 2005 21:27:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 21:27:46 -0000 Received: (qmail 27631 invoked by uid 500); 10 Oct 2005 21:27:37 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 27595 invoked by uid 500); 10 Oct 2005 21:27:37 -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 27554 invoked by uid 99); 10 Oct 2005 21:27:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 14:27:36 -0700 X-ASF-Spam-Status: No, hits=0.5 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, 10 Oct 2005 14:27:37 -0700 Received: (qmail 2164 invoked by uid 89); 10 Oct 2005 21:27:13 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 10 Oct 2005 21:27:13 -0000 Message-ID: <33429489.1128979633532.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 10 Oct 2005 16:27:13 -0500 (CDT) From: "Emmanuel Venisse (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Closed: (CONTINUUM-329) Can't start continuum In-Reply-To: <21043880.1128196759235.JavaMail.haus-jira@codehaus01.managed.contegix.com> 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 [ http://jira.codehaus.org/browse/CONTINUUM-329?page=all ] Emmanuel Venisse closed CONTINUUM-329: -------------------------------------- Assign To: Emmanuel Venisse Resolution: Fixed Done. > Can't start continuum > --------------------- > > Key: CONTINUUM-329 > URL: http://jira.codehaus.org/browse/CONTINUUM-329 > Project: Continuum > Type: Bug > Versions: 1.0-alpha-4 > Environment: tested with 1.0-alpha-4 and a daily snapshot > Win XP > JDK 1.4.2 > Reporter: Arnaud Heritier > Assignee: Emmanuel Venisse > Fix For: 1.0-beta-2 > Attachments: CONTINUUM-329.log > > > When I launch plexus.bat I receive the error : > C:\Programs\dev\continuum-1.0-alpha-4\bin>plexus.bat > Usage: java [-options] class [args...] > (to execute a class) > or java [-options] -jar jarfile [args...] > (to execute a jar file) > .... > I attached the full log with echo enabled. > My problem comes from the fact that my path ends with a \ : > -Dplexus.system.path="C:\Programs\dev\php-4.3;C:\Programs\dev\svn\bin;C:\Programs\db\oracle\ora92\bin;C:\Programs\web\PuTTY;C:\Programs\dev\j2sdk1.4.2\BIN;C:\Programs\dev\apache-maven-dev\BIN;C:\Programs\dev\apache-ant-1.6.5\BIN;C:\Programs\dev\WinCvs1.3\CVSNT;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\PROGRAMS\DEV\TCL\BIN;C:\PROGRAMS\DEV\PYTHON23\.;C:\Program Files\Fichiers communs\Roxio Shared\DLLShared;C:\Program Files\Bureautique\UltraEdit;C:\Programs\dev\WinCvs1.3\CVSNT;C:\Program Files\System\Support Tools;C:\Program Files\Support Tools\;;C:\Programs\dev\maven-2\bin;C:\Programs\dev\TortoiseSVN\bin;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Fichiers communs\Adobe\AGL;C:\Program Files\ATI Technologies\ATI.ACE\" > If I change my path with : > -Dplexus.system.path="C:\Programs\dev\php-4.3;C:\Programs\dev\svn\bin;C:\Programs\db\oracle\ora92\bin;C:\Programs\web\PuTTY;C:\Programs\dev\j2sdk1.4.2\BIN;C:\Programs\dev\apache-maven-dev\BIN;C:\Programs\dev\apache-ant-1.6.5\BIN;C:\Programs\dev\WinCvs1.3\CVSNT;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\PROGRAMS\DEV\TCL\BIN;C:\PROGRAMS\DEV\PYTHON23\.;C:\Program Files\Fichiers communs\Roxio Shared\DLLShared;C:\Program Files\Bureautique\UltraEdit;C:\Programs\dev\WinCvs1.3\CVSNT;C:\Program Files\System\Support Tools;C:\Program Files\Support Tools\;;C:\Programs\dev\maven-2\bin;C:\Programs\dev\TortoiseSVN\bin;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Fichiers communs\Adobe\AGL;C:\Program Files\ATI Technologies\ATI.ACE" > It works. > To prevent this you can add do something like : > -Dplexus.system.path="%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