Re: Ant | Passing Parameters into Child Build Script from the parent script
Posted By:
Robert_Lybarger
Posted On:
Thursday, June 21, 2007 06:36 PM
Are you using the 'ant' task to make the call to the sub-builds? Read the docs about how properties are sent through to the child and/or how nested 'property' elements can specify that sort of thing. If you aren't using the 'ant' task, look into it and/or tell us how you're running the sub-build in the first place.