Re: Alternative to subant

2007-11-29 Thread Dominique Devienne
On Nov 29, 2007 10:05 AM, Geoffrey Mitchell <[EMAIL PROTECTED]> wrote: > Sadly, the only solution I could find was to use the java task to invoke > ant in a new JVM for each sub-project (with ant-contrib for task to loop > through directories). I use one shared build file for all projects. I > kn

Re: Alternative to subant

2007-11-29 Thread Geoffrey Mitchell
Sadly, the only solution I could find was to use the java task to invoke ant in a new JVM for each sub-project (with ant-contrib for task to loop through directories). I use one shared build file for all projects. I know this is not the "ant way", but it makes a lot more sense to me than copy