[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: AntRunner and spare BuildListener notifications

Felix Dorner wrote:
I'm invoking an AntRunner on an ant file with a custom BuildListener,
(AntRunner.addBuildListener(...)), and I wonder why I don't get any of the 'targetFinished' 'targetStarted' notifications. The only method that is called is 'buildFinished'.

I actually received notifications, but tried to log them with System.out.println(...) which doesn't seem to be a good Idea with BuildListeners/Loggers:


http://dev.eclipse.org/newslists/news.eclipse.platform/msg45080.html

Felix