----- Original Message ----- 
From: "Sibon Barman" <[EMAIL PROTECTED]>
To: "ant" <[EMAIL PROTECTED]>
Sent: Saturday, January 20, 2001 6:32 PM
Subject: ant.properties


> Hi all,
> As I was looking in the build.xml that comes with ant 1.2 distribution, I
> noticed you can have property file (e.g. .ant.properties). What is the
> format of this properties files? Can somebody send me a smaple
> .ant.properties?
> 

It's a standard java property-file. You can use

propertyName=propertyValue

See the docs for java.util.Properties.load().

Nico


Reply via email to