Jason Rosenberg <[EMAIL PROTECTED]> wrote:
> But, I just changed the 'targetStarted' method in DefaulLogger to:
>
> public void targetStarted(BuildEvent event) {
> /*
> ** was set for <= MSG_INFO, but I don't
> ** think that is useful....Jason
> */
> if (msgOutputLevel > Project.MSG_INFO) {
> out.println(lSep + event.getTarget().getName() + ":");
> }
> }I think this has already been fixed (using >= instead of > BTW). Please take a look at the current sources. Stefan
