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