Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 88123 invoked from network); 16 Jul 2005 22:15:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jul 2005 22:15:19 -0000 Received: (qmail 51556 invoked by uid 500); 16 Jul 2005 22:15:18 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 51511 invoked by uid 500); 16 Jul 2005 22:15:18 -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 51498 invoked by uid 99); 16 Jul 2005 22:15:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2005 15:15:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lasse.koskela@gmail.com designates 64.233.182.199 as permitted sender) Received: from [64.233.182.199] (HELO nproxy.gmail.com) (64.233.182.199) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2005 15:15:14 -0700 Received: by nproxy.gmail.com with SMTP id h2so198543nfe for ; Sat, 16 Jul 2005 15:15:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CZXuk7QyiXog6FXqsp8RQzOKV/xOG1SgdD9AUp9nO9TUCoeo4A6OyXLozXFUvcU6db2qJbzUa+WqLKyN6YbgUJ8mGORxYnuEw8VnOfrrDN0o16xQqVz+FoYrUNZol+7NziZYPhBsqQb3NWt93nD760n8LV8ZitfTvwrApyygDSc= Received: by 10.48.250.9 with SMTP id x9mr138040nfh; Sat, 16 Jul 2005 15:15:14 -0700 (PDT) Received: by 10.48.144.9 with HTTP; Sat, 16 Jul 2005 15:15:14 -0700 (PDT) Message-ID: <3975e2d10507161515308755f0@mail.gmail.com> Date: Sun, 17 Jul 2005 01:15:14 +0300 From: Lasse Koskela Reply-To: Lasse Koskela To: continuum-dev@maven.apache.org Subject: plexus.bat Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I noticed that the plexus.bat that comes with 1.0-alpha-3 doesn't work if one has space characters in his PATH variable. Anyone interested in changing -Dplexus.system.path=3D%PATH% to -Dplexus.system.path=3D"%PATH%" ? -Lasse-