DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35817>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35817





------- Additional Comments From [EMAIL PROTECTED]  2006-06-28 16:08 -------
Javadoc is invoked as an external process, ultimately through Java's Process
APIs.  The stdout of that process is logged at INFO level; its stderr is logged
at WARN level.  There is some slight manipulation, and hence inspection, of the
content of these streams, but this is extremely minimal and is probably already
pushing our luck coding expectations of structured output from an externally
called, and continually evolving, tool.  failonerror is, as Jeff surmises,
accomplished with a simple inspection of the return code of the forked process.
 I still think a license-friendly Java implementation is the best thing to
hope/wait/strive for.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to