Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Pb adding a logger to AntRunner

Hi,

I've tried adding org.apache.tools.ant.XmlLogger to AntRunner : 
runner.addBuildLogger(XmlLogger.class.getName());

When running the AntRunner I get a CoreException with the following
message :
Listener attempted to access System.out - infinite loop terminated

What is wrong ?

Thx,

Julien



Back to the top