Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39181 invoked from network); 17 Mar 2008 05:32:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 05:32:57 -0000 Received: (qmail 43838 invoked by uid 500); 17 Mar 2008 05:32:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43793 invoked by uid 500); 17 Mar 2008 05:32:47 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 43782 invoked by uid 99); 17 Mar 2008 05:32:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2008 22:32:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 05:32:09 +0000 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id m2H5WIJc031497 for ; Mon, 17 Mar 2008 06:32:18 +0100 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Mar 2008 06:32:18 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Ant property ant.java.version how does Ant detect this property? Date: Mon, 17 Mar 2008 06:32:18 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant property ant.java.version how does Ant detect this property? Thread-Index: AciH12nBnh6tXc3oRmGe7ABY2uDO6wAGD7cA References: <1205721222.8729@davidwbrown.name> From: To: X-OriginalArrivalTime: 17 Mar 2008 05:32:18.0273 (UTC) FILETIME=[43FEC510:01C887F0] X-Virus-Checked: Checked by ClamAV on apache.org Ant retrieves all system properties - means all properties = System.getProperties() returns. http://ant.apache.org/manual/using.html#built-in-props "Ant provides access to all system properties ... For a list of system = properties see=20 the Javadoc of System.getProperties." Jan=20 > -----Urspr=FCngliche Nachricht----- > Von: David Brown [mailto:david@davidwbrown.name]=20 > Gesendet: Montag, 17. M=E4rz 2008 03:34 > An: user@ant.apache.org > Betreff: Ant property ant.java.version how does Ant detect=20 > this property? >=20 > Hello Steve and all the Ant gurus and users. I know the Ant=20 > built-in property: ant.java.version is an property detected=20 > by Ant. Does Ant detect this property from some ubiquitous=20 > environment variable such as: JAVA_HOME? I have several JDKs=20 > installed: 1.4.x, 1.5.x, 1.6.x etc. What is needed to get Ant=20 > to detect a different Java version? Please advise, David. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org