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
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
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