Re: Question about the Include task

2010-10-11 Thread Michael Shea
If I understand your issue, you have a build.xml file in a common-build dir, and you want to load properties from files in the common-build directory, and also from the directory of the build that is referencing your common build? I do this in my builds: build.xml for a given project: ---

Re: Question about the Include task

2010-10-11 Thread Michael Shea
If I understand your issue, you have a build.xml file in a common-build dir, and you want to load properties from files in the common-build directory, and also from the directory of the build that is referencing your common build? I do this in my builds: build.xml for a given project: ---