Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55237 invoked from network); 3 Dec 2003 07:30:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Dec 2003 07:30:19 -0000 Received: (qmail 29722 invoked by uid 500); 3 Dec 2003 07:29:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 29692 invoked by uid 500); 3 Dec 2003 07:29:47 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 29628 invoked from network); 3 Dec 2003 07:29:46 -0000 Received: from unknown (HELO bodewig.bost.de) (62.96.16.111) by daedalus.apache.org with SMTP; 3 Dec 2003 07:29:46 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id hB37Tut23923; Wed, 3 Dec 2003 08:29:56 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: user@ant.apache.org Subject: Re: Ant not passing System values to JUnit task References: From: Stefan Bodewig Date: 03 Dec 2003 08:29:56 +0100 In-Reply-To: Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 2 Dec 2003, Jeff Dubois wrote: > To quote the ant manual: "Ant provides access to all system > properties as if they had been defined using a task. For > example, ${os.name} expands to the name of the operating system." Inside Ant's VM. "Normal" Ant properties are not available to a forked task either. If you want to give Ant 1.6beta a try, you can use to automagically pass all system properties to the forked VM without having to enumerate them in your build file. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org