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

patches for DBpatch [Was: Tiny patch to enable Recursion in Ant]

2008-05-28 Thread Andrus Adamchik
Hi Stefan, While we are at it, would it be possible to apply 2 patches per tickets # 44969 and 45075? Thanks, Andrus On May 28, 2008, at 7:40 AM, 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 ne

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

AW: Tiny patch to enable Recursion in Ant

2008-05-28 Thread Jan.Materne
> I could imagine a task to set a property to the current target > > > > ...maybe even something for a complete stack trace/list of > imports that > is live I found an old implementation of getting the information. Enhancing with setting the property shouldnt be difficult ;-) Jan

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

Tiny patch to enable Recursion in Ant

2008-05-11 Thread Colm Smyth
Hi, I wanted to be able to easily write recursive Ant build files, so I developed a macro and a small patch to Ant. I'd like the advice of the dev list as to if and how I should submit this patch for inclusion in Ant. The patch (roughly 30 extra lines of code across 6 files) adds two new *dynamic