Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 91874 invoked from network); 18 Feb 2008 08:48:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2008 08:48:56 -0000 Received: (qmail 69909 invoked by uid 500); 18 Feb 2008 08:48:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 69450 invoked by uid 500); 18 Feb 2008 08:48:49 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 69439 invoked by uid 99); 18 Feb 2008 08:48:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 00:48:49 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 08:48:03 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JR1fj-0005T1-NF for continuum-users@maven.apache.org; Mon, 18 Feb 2008 00:48:23 -0800 Message-ID: <15540745.post@talk.nabble.com> Date: Mon, 18 Feb 2008 00:48:23 -0800 (PST) From: Ken Turner To: continuum-users@maven.apache.org Subject: Re: Replaceable parameters in a shell build definition In-Reply-To: <15496153.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ken@kbturner.co.uk References: <15496153.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I've found a solution: a variation of the %1 %2 %3 ... notation that I've never come across before: %* which passes all the command line parameters in one chunk. A perfect workaround, but there nevertheless appears to be a shortcoming in Continuum in that double quotes get stripped out where they shouldn't be. -- View this message in context: http://www.nabble.com/Replaceable-parameters-in-a-shell-build-definition-tp15496153p15540745.html Sent from the Continuum - Users mailing list archive at Nabble.com.