RE: Invoke child build scripts from master build script

2010-06-08 Thread Holzwarth, Dominique (Berne Branch)
age- > From: Michael Ludwig [mailto:mil...@gmx.de] > Sent: Dienstag, 8. Juni 2010 14:51 > To: Ant Users List > Subject: Re: Invoke child build scripts from master build script > > Holzwarth, Dominique (Berne Branch) schrieb am 08.06.2010 um > 08:56 (+0100): > > >

Re: Invoke child build scripts from master build script

2010-06-08 Thread Michael Ludwig
Holzwarth, Dominique (Berne Branch) schrieb am 08.06.2010 um 08:56 (+0100): > -products > |--productA > |--build.xml > -modules > |--moduleA > |--build.xml > |--moduleB > |--build.xml > |--moduleC > |--

Invoke child build scripts from master build script

2010-06-08 Thread Holzwarth, Dominique (Berne Branch)
Hi all I have the following source structure: -products |--productA |--build.xml -modules |--moduleA |--build.xml |--moduleB |--build.xml |--moduleC |--build.xml The purpose of the build.xml inside th