Name of properties are arbitrary. The location and value attributes are well documented... http://ant.apache.org/manual/CoreTasks/property.html
-Rob A -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 7:22 AM To: [email protected] Subject: doubt in property Hi All, I was trying to analyze following two lines. <property name="catcs_log.file" location="${log.dir}/db_catcs.log"/> <property name="rules" value="prs_db.rules"/> Following are my doubts 1: is it necessary to write .file in the property name in the first line?? 2: Both are properties then why we are sometime using value and sometime location?? Request you to please let me know the significance Please help Regards Irfan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
