Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 3874 invoked from network); 12 Nov 2008 12:37:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 12:37:28 -0000 Received: (qmail 76952 invoked by uid 500); 12 Nov 2008 12:37:35 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 76919 invoked by uid 500); 12 Nov 2008 12:37:35 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 76908 invoked by uid 99); 12 Nov 2008 12:37:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 04:37:35 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.198.244] (HELO rv-out-0708.google.com) (209.85.198.244) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 12:36:16 +0000 Received: by rv-out-0708.google.com with SMTP id b17so399880rvf.40 for ; Wed, 12 Nov 2008 04:36:49 -0800 (PST) Received: by 10.114.208.20 with SMTP id f20mr6105162wag.225.1226493409603; Wed, 12 Nov 2008 04:36:49 -0800 (PST) Received: by 10.114.169.14 with HTTP; Wed, 12 Nov 2008 04:36:49 -0800 (PST) Message-ID: <66544f950811120436h4449216dl750becf2a4607a16@mail.gmail.com> Date: Wed, 12 Nov 2008 13:36:49 +0100 From: "Remie Bolte" To: "Ant Developers List" Subject: Re: User properties In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2027_18527946.1226493409579" References: <66544f950811120334u397e2510g66ea1e14fbf22fd1@mail.gmail.com> <66544f950811120416v565c555ch5d6f2c271d8bba48@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2027_18527946.1226493409579 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Stefan, I achieved my goal using the following: This selects all the properties I want to be passed to my new process. Thanks for your help! Cheers, Remie On Wed, Nov 12, 2008 at 1:22 PM, Stefan Bodewig wrote: > On 2008-11-12, Remie Bolte wrote: > > > This would make the properties available as system properties in Java > > applications, right? > > Right. > > > If I would be invoking an ant script using the java task (i need to > switch > > JDK), and i would want to pass certain properties, would this also work? > > Yes. System properties are available as Ant properties, they are not > user properties, though. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > ------=_Part_2027_18527946.1226493409579--