Re: Sample build.properties file

2008-06-16 Thread Scot P. Floess
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.

Re: Sample build.properties file

2008-06-16 Thread Ognjen Blagojevic
. 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

RE: Sample build.properties file

2008-06-16 Thread Irfan.Sayed
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

Re: Sample build.properties file

2008-06-16 Thread Ognjen Blagojevic
[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