Skip to main content

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


With some quick testing I cannot reproduce your problem Julien.
I tried setting XmlLogger using the arguments tab of the launch configuration dialog and doing it programmatically like you are.

Do you have a build listener that has System.out code in it?

Darins



"Julien Ruaux" <jruaux@xxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

03/11/03 09:24 AM
Please respond to platform-ant-dev

       
        To:        <platform-ant-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [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

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top