Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 61941 invoked from network); 20 Dec 2006 08:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 08:55:47 -0000 Received: (qmail 56364 invoked by uid 500); 20 Dec 2006 08:55:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 56339 invoked by uid 500); 20 Dec 2006 08:55:46 -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 56328 invoked by uid 99); 20 Dec 2006 08:55:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 00:55:46 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Wed, 20 Dec 2006 00:55:34 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.8/8.13.8) with ESMTP id kBK8t77V029674 for ; Wed, 20 Dec 2006 09:55:10 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Wed, 20 Dec 2006 09:55:08 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: AW: Ant Property Task - Environment Variables Date: Wed, 20 Dec 2006 09:55:08 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant Property Task - Environment Variables Thread-Index: AccjpBRFiIZvkIdRQqa/8zi05m6iogAbKoyQ From: To: X-OriginalArrivalTime: 20 Dec 2006 08:55:08.0791 (UTC) FILETIME=[8D0FB070:01C72414] X-Virus-Checked: Checked by ClamAV on apache.org In the source ;-) [1] --> Property.java [2] execute() --> = Property.loadEnvironment(String) --> Execute.getProcEnvironment() [3] --> Execute.getProcEnvCommand() =3D=3D> os/2 cmd /c set windows - win9x command.com /c set - other cmd /c set z/os /bin/env OR /usr/bin/env OR env (depending on = read rights) unix /bin/env OR /usr/bin/env OR env (depending on = read rights) netware env os/400 env openvms show logical I'll put a not into the manual [4]. Jan [1] http://ant.apache.org/manual/CoreTasks/property.html=20 [2] = http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant= /taskdefs/Property.java?view=3Dmarkup [3] = http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant= /taskdefs/Execute.java?revision=3D485295&view=3Dmarkup [4] = http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/propert= y.html?view=3Dco >-----Urspr=FCngliche Nachricht----- >Von: Adeel Omer [mailto:adeel.junk@gmail.com]=20 >Gesendet: Dienstag, 19. Dezember 2006 20:29 >An: user@ant.apache.org >Betreff: Ant Property Task - Environment Variables > >Hi, > The Property task documentation (Ant 1.6.5) states that=20 >fetching environment variables using the environment=3D"xyz"> and subsequently accessing environment=20 >variables using xyz.Env_Var is supported on "select" operating systems. > Can anyone direct me to a listing of these "select"=20 >operating systems? >Thanks a lot... > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org