Re: Tiny patch to enable Recursion in Ant

2008-05-29 Thread Stefan Bodewig
On Wed, 28 May 2008, Colm Smyth <[EMAIL PROTECTED]> wrote: > It's nice to see some feedback and new ideas; would anybody like to > comment on what I actually did? ;) > > See https://issues.apache.org/bugzilla/show_bug.cgi?id=44980 for the > issue I raised almost immediately after posting a reques

Re: Tiny patch to enable Recursion in Ant

2008-05-29 Thread Stefan Bodewig
On Wed, 28 May 2008, Steve Loughran <[EMAIL PROTECTED]> wrote: >Stefan Bodewig wrote: >> Second you said you used ant-contrib's for and I pointed out that >> subant should be enough. The only thing that's missing is a property >> that knows the current target, isn't it? >> >> I know we have reje

Re: Tiny patch to enable Recursion in Ant

2008-05-28 Thread Colm Smyth
It's nice to see some feedback and new ideas; would anybody like to comment on what I actually did? ;) See https://issues.apache.org/bugzilla/show_bug.cgi?id=44980 for the issue I raised almost immediately after posting a request for comments. 2008/5/28 Steve Loughran <[EMAIL PROTECTED]>: > Stefa

Re: Tiny patch to enable Recursion in Ant

2008-05-28 Thread Steve Loughran
Stefan Bodewig wrote: sorry for the delay, a combination of a whole lot of work, a broken iBook, very nice weather and severe back pain (not necessarily in that order) have kept me offline. On Wed, 14 May 2008, Colm Smyth <[EMAIL PROTECTED]> wrote: Yes I used subant, but as I said, it can't re

Re: Tiny patch to enable Recursion in Ant

2008-05-27 Thread Stefan Bodewig
sorry for the delay, a combination of a whole lot of work, a broken iBook, very nice weather and severe back pain (not necessarily in that order) have kept me offline. On Wed, 14 May 2008, Colm Smyth <[EMAIL PROTECTED]> wrote: > Yes I used subant, but as I said, it can't recurse on the current >

Re: Tiny patch to enable Recursion in Ant

2008-05-14 Thread Colm Smyth
Yes I used subant, but as I said, it can't recurse on the current target. Since recursion should be a core function of a hierarchical build system, I think this patch is worth adding to Ant. 2008/5/14 Stefan Bodewig <[EMAIL PROTECTED]>: > On Sun, 11 May 2008, Colm Smyth <[EMAIL PROTECTED]> wrote:

Re: Tiny patch to enable Recursion in Ant

2008-05-13 Thread Stefan Bodewig
On Sun, 11 May 2008, Colm Smyth <[EMAIL PROTECTED]> wrote: > My Ant experience is limited, so I may have overlooked an existing > way to achieve this, but reading and searching suggests that others > are still missing recursion in Ant. I look forward to your advice! Apart from the ability to recu