Sorry.. not to read teh content of a log.. but to read the content of the InvocationOutputHandler -- David Nemer Sent from Kaiserslautern, RP, Germany
On Tue, Jun 9, 2009 at 7:45 PM, David Nemer <[email protected]> wrote: > 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
