In What way the build.properties is usefull. path,project name ,war file name i want to move to properties file. So that it would be convienent when required to modify in property file rather then in build.xml.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 2:05 PM To: user@ant.apache.org; [EMAIL PROTECTED] Subject: AW: build.properties ><project name="acs" >basedir="F:/oc4j_extended/j2ee/home/applications/acs/" >default="all"> > >What changes i need to do in order to make the path in >"basedir" in buil.xml to move to build.properties file You cant. But you shouldnt use absolute paths - with that you cant move the directory structure to another location. Jan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]