Re: Integrating own BuildLogger

2004-09-02 Thread Robert Virkus
Hi Conor, thanks a lot for your quick help - now it works! I'm now using a simple Class.forName(), which works as well: try { // force class loading, so that no additional build-event // is triggered when the messageLogged()-method

Re: Integrating own BuildLogger

2004-09-02 Thread Conor MacNeill
Robert Virkus wrote: Hi everyone, I am trying to substitute the original build logger in my task with Ant 1.6.1. I have written a wrapper-class which just forwards the events to the original build logger, which works fine as long as I don't try to modify the build events. When I change a build e

Integrating own BuildLogger

2004-09-01 Thread Robert Virkus
Hi everyone, I am trying to substitute the original build logger in my task with Ant 1.6.1. I have written a wrapper-class which just forwards the events to the original build logger, which works fine as long as I don't try to modify the build events. When I change a build event, however, Ant i