Re: task missing in Ant 1.8

2010-06-08 Thread cowwoc
cowwoc wrote: > > I'm surprised I didn't find any posts about this. Where did the > task go in Ant 1.8? > > Thanks, > Gili > Nevermind. I found it. I didn't notice it at http://ant.apache.org/manual/index.html for some reason. Gili -- View this message in context: http://old.nabble.com/%3

task missing in Ant 1.8

2010-06-08 Thread cowwoc
I'm surprised I didn't find any posts about this. Where did the task go in Ant 1.8? Thanks, Gili -- View this message in context: http://old.nabble.com/%3Cdepend%3E-task-missing-in-Ant-1.8-tp28824029p28824029.html Sent from the Ant - Users mailing list archive at Nabble.com.

RE: Invoke child build scripts from master build script

2010-06-08 Thread Holzwarth, Dominique (Berne Branch)
Actually I managed now to solve the issue with relative paths. That is, if I put ${basedir}/ infront (which is an absolute path I guess) then the temp directories are created at the correct location... So I guess it might be an issue with the terp.cpp task... > -Original Message- > From

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