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: ---

Question about the Include task

2010-10-11 Thread David Sills
I'm having a real problem with the Include task (unfortunately, it's hard to search for useful information on this task, as "include" and "task" are really common on the archive lists). I'm trying to reuse variables that are set within each separate project in an included Ant build file outside the