Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 30930 invoked by uid 500); 18 Jul 2001 12:38:25 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 30820 invoked from network); 18 Jul 2001 12:38:23 -0000 From: "Anshul" To: Subject: RE: Environement variables again Date: Wed, 18 Jul 2001 18:11:35 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: <024701c10f40$d05b4310$0de4223f@cognetnt> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Thanks. It worked. -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] Sent: Wednesday, July 18, 2001 9:49 AM To: ant-user@jakarta.apache.org Subject: Re: Environement variables again Here you go: Buildfile: build.xml test: [echo] Number of Processors = 1 [echo] ANT_HOME is set to = F:\Software\Ant BUILD SUCCESSFUL Total time: 1 second ----- Original Message ----- From: "Anshul" To: Sent: Wednesday, July 18, 2001 2:06 PM Subject: Environement variables again > Can anyone please send me a snippet of PROPERTY task where in the OS > environment variable has been imported using ENVIRONEMENT tag. > Honestly speaking I didn't understand this part of the > documentation(ENIVIRONMENT tag). I am looking for an example use which I > don't find anywhere. > Thanks for your help > >