Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 20363 invoked from network); 27 May 2005 15:24:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2005 15:24:38 -0000 Received: (qmail 51564 invoked by uid 500); 27 May 2005 15:24:38 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 51541 invoked by uid 500); 27 May 2005 15:24:38 -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 51527 invoked by uid 99); 27 May 2005 15:24:38 -0000 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 (hermes.apache.org: local policy) Received: from 63-246-20-114.contegix.com (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 27 May 2005 08:24:34 -0700 Received: (qmail 26836 invoked by uid 89); 27 May 2005 15:24:23 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 27 May 2005 15:24:23 -0000 Message-ID: <27650384.1117207463374.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 27 May 2005 10:24:23 -0500 (CDT) From: "Tim O'Brien (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Created: (CONTINUUM-173) plexus.bat doesn't start Continuum on Windows XP Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N plexus.bat doesn't start Continuum on Windows XP ------------------------------------------------ Key: CONTINUUM-173 URL: http://jira.codehaus.org/browse/CONTINUUM-173 Project: Continuum Type: Bug Components: continuum-core Versions: 1.0-alpha-2 Reporter: Tim O'Brien Fix For: 1.0-alpha-3 Attachments: plexus.bat The getting started instruction tell you to start Continuum by running "bin\plexus.bat" on a Windows machine, but when I tried to run that BAT file all I got was a message "Usage: plexus.bat ". The "bin/plexus.sh" works fine from Cygwin, but the plexus.bat file wasn't passing the configuration argument to Launcher. If the following variables are added to the end of the :endInit section, the BAT script will start Continuum successfully: SET PLEXUS_CONF=%PLEXUS_HOME%\conf SET CONF=%PLEXUS_CONF%\plexus.xml SET PLEXUS_CMD_LINE_ARGS=%CONF% %PLEXUS_CMD_LINE_ARGS% I've attached my plexus.bat to this issue. Is this a bug, or am I just doing something stupid? -- 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