Re: exec: redirect to property and standard output

2007-10-14 Thread Kees van Dieren
Thanks! This solved my problem. Best Regards, Kees van Dieren On 10/9/07, Matt Benson <[EMAIL PROTECTED]> wrote: > > > --- Kees van Dieren <[EMAIL PROTECTED]> wrote: > > > Is this really not possible? > > > > Completely possible, actually. Check out I/O > redirectors and their 'alwayslog' attri

Re: Passing property from subproject back to parent project

2007-10-14 Thread Gilbert Rebhan
Hi, David Weintraub wrote: Simple answer: No. Not with Ant Core but with antcontrib task More complex answer: You could create a file using echo tasks that would write a *.properties file that would then be read in by the calling build script. Very intelligent, but I think this would be