I am confused :( I looked up the directory that my build.xml file is stored.
There are three properties file there. And I need to put one more right ?
What should I need to write in it ?



-----Original Message-----
From: Anuj Agrawal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 4:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Can't find the files


It's just a regular ole properties file (call it, say, build.properties).

Then, in your build.xml, add the line:
<property file="build.properties">

The name-value pairs in build.properties would then be loaded and accessible
within build.xml

HTH.
Anuj.

Pinar Bicioglu wrote:

> It could sound stupid but what is this properties file ? I've been using
XML
> and ant since this Monday. If you could more specific that would be great
> for me.
>
> Thanks in advance.
> -----Original Message-----
> From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 05, 2001 3:42 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Can't find the files
>
> You could use a properties file, store the physical location in that file
,
> and modify the property as follows:

Reply via email to