Hey All,

I wonder once I have the log from a Built project, how can I read the
content of this log?

request.setShowErrors(true);
request.setDebug(true);
InvocationOutputHandler errHandler = new SystemOutHandler();
request.setErrorHandler( errHandler );

If I put errHandler.toString() it will only give me a string that represents
this object.

Does anyone know how can I access the content of this log?

Cheers,

--
David Nemer
Sent from Kaiserslautern, RP, Germany

Reply via email to