RE: How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
Thanks Jeffrey, > -Original Message- > From: Jeffrey E Care [mailto:[EMAIL PROTECTED] > Sent: February 12, 2006 4:57 PM > To: Ant Users List > Subject: Re: How to get the value of a system's environment variable > > Read the manual for the task. > > > I would like to get the value of so

RE: How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
ntent/view/740/29/ Thanks anyway, Issam Aib > -Original Message- > From: Issam Aib [mailto:[EMAIL PROTECTED] > Sent: February 12, 2006 4:43 PM > To: 'Ant Users List' > Subject: How to get the value of a system's environment variable > > Hi folks, &g

How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
Hi folks, I would like to get the value of some system environment variables, such as TOMCAT_HOME, PATH, CVSROOT, etc, as a property inside my ant script. Can anyone help? Thanks, Issam Aib

Ant task : how to avoid re-executing the same task

2006-02-04 Thread Issam Aib
check if some task of a given ant script has already executed at least once during the current script execution, and if so it then gives you the choice whether to call the task again or just not to call it? Thanks for helping ☺ Issam Aib

RE: Property file - How to specify the "location" attribute

2006-02-03 Thread Issam Aib
;location" attribute > > On Wed, 1 Feb 2006, Issam Aib <[EMAIL PROTECTED]> wrote: > > > For example, suppose the current ${basedir} is equal to > > “c:\projectname\app” and I define this property in the build.xml > > (located at ${basedir} of course): > >

Property file - How to specify the "location" attribute

2006-02-01 Thread Issam Aib
Hi all, I am kind of novice in ant. I have a difficulty to find out how to specify the “location” attribute of a property when I define it in a property file. For example, suppose the current ${basedir} is equal to “c:\projectname\app” and I define this property in the build.xml (located at ${b