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
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
ROTECTED]>:
> 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
Thanks for accepting the patch.
2008/6/4 Dominique Devienne <[EMAIL PROTECTED]>:
> On Wed, Jun 4, 2008 at 5:17 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
>> I'd rather not set ant.project.default-target at all if there is no default
>> target.
>
> +1
>
> ---