Thanks Stefan
I finally used the import task and it is working fine.
Cheers,
Issam
> -Original Message-
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: February 2, 2006 12:06 AM
> To: user@ant.apache.org
> Subject: Re: Property file - How to specify the "
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):
Minor nit: ${basedir} and the directory containing build.xml are
independent
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