Re: BigProjectLogger

2007-05-21 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's essential to do the stacki

Re: BigProjectLogger

2007-05-18 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example: kernel/init and kernel/c

BigProjectLogger

2007-05-18 Thread Steve Loughran
I'm just coding up a new logger to make it easier to analyse big projects built with subant. From the patched listeners.html: BigProjectLogger This logger is designed to make examining the logs of a big build easier, especially those run under continuous integration tool