Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 57868 invoked from network); 14 Dec 2007 16:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 16:47:26 -0000 Received: (qmail 3719 invoked by uid 500); 14 Dec 2007 16:47:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 3685 invoked by uid 500); 14 Dec 2007 16:47:08 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 3661 invoked by uid 99); 14 Dec 2007 16:47:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 08:47:08 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 16:47:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AAA641A984E; Fri, 14 Dec 2007 08:46:56 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r604223 - /commons/sandbox/exec/trunk/src/changes/changes.xml Date: Fri, 14 Dec 2007 16:46:56 -0000 To: commits@commons.apache.org From: sgoeschl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071214164656.AAA641A984E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sgoeschl Date: Fri Dec 14 08:46:55 2007 New Revision: 604223 URL: http://svn.apache.org/viewvc?rev=604223&view=rev Log: Document the last changes Modified: commons/sandbox/exec/trunk/src/changes/changes.xml Modified: commons/sandbox/exec/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/changes/changes.xml?rev=604223&r1=604222&r2=604223&view=diff ============================================================================== --- commons/sandbox/exec/trunk/src/changes/changes.xml (original) +++ commons/sandbox/exec/trunk/src/changes/changes.xml Fri Dec 14 08:46:55 2007 @@ -6,6 +6,10 @@ + + CommandLine can now expand the given command line by a user-suppied + map. This allows to execute something like "${JAVA_HOME}/bin/java -jar ${myapp}" + Added methods to provide pre-quoted arguments.