Re: Problem using ant, subant for Big Projects

2005-11-04 Thread aubie au
this problem makes ANT unscalable for big projects. I liked your articles,"New Ant 1.6 Features for Big Projects" & "Ant 1.6 for Task Writers", they are very informative. thanks, Rama Pulavarthi --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 3 Nov 2

Problem using ant, subant for Big Projects

2005-11-03 Thread aubie au
This might be a common problem you might have seen. My project structure is like this. main/ build.xml config/common-targets.xml sub1/build.xml ... subN/build.xml In common-targets.xml, I have my own taskdef like this Each subN/build.xml has something like thi