RE: Passing properties as parameters to different targets in a build file

2007-12-03 Thread Agarkar, M (Milind)
: 02 December 2007 21:58 To: Ant Users List Subject: Passing properties as parameters to different targets in a build file Hi all, I have a project.properties file that define a set of properties for my build system. log.dir and build.dir are defined in project.properties. Based upon user&#

Passing properties as parameters to different targets in a build file

2007-12-02 Thread Shankar S
Hi all, I have a project.properties file that define a set of properties for my build system. log.dir and build.dir are defined in project.properties. Based upon user's confirguration these values are changed at build time. My build.xml looks something like this: