A properties file is a standard Java properties file...
Basically,
name = value
pairs ;)
On Mon, 16 Jun 2008, [EMAIL PROTECTED] wrote:
Hi all,
Can anyone please give me the sample build. properties file. I need to
understand the syntax of the same.
Please help
Regards
Irfan.
. properties file and the
exact output.
Request you all to please have a look and guide/help me
Regards
Irfan.
-Original Message-
From: Ognjen Blagojevic [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 3:29 PM
To: Ant Users List
Subject: Re: Sample build.properties file
[EMAIL
attached build.xml and build. properties file and the
exact output.
Request you all to please have a look and guide/help me
Regards
Irfan.
-Original Message-
From: Ognjen Blagojevic [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 3:29 PM
To: Ant Users List
Subject: Re: Sample
[EMAIL PROTECTED] wrote:
Can anyone please give me the sample build. properties file. I need to
understand the syntax of the same.
There is nothing special about build.properties file. Just the textual
name-value pairs, someting like:
src=src
build=bin
deploy=/usl/local/tomcat/webapps
and s