JDK-4644257 : stddoclet: uses System.out and System.err instead of Messager printwriters
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-02-27
  • Updated: 2014-05-05
  • Resolved: 2002-09-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Description
This is part of the cause of 4587487.

./standard/Standard.java:74:            System.out.println(configuration.standardmessage.getText("stddoclet.version", BUILD_DATE) + "\n");
./standard/HtmlStandardWriter.java:1733:            System.out.println(configuration.standardmessage.getText("stddoclet.version", Standard.BUILD_DATE) + "\n");

These should be using the Messager

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis mantis-b02 FIXED IN: mantis mantis-b02 INTEGRATED IN: mantis mantis-b02
14-06-2004

PUBLIC COMMENTS This bug has been fixed. ###@###.### 2002-05-25
25-05-2002

EVALUATION The javadoc tool has been fixed; the standard doclet needs fixing. ###@###.### 2002-03-25 I have fixed this bug and removed the @ignore tag from the regression test at: test/tools/javadoc/outputRedirect/OutputRedirect.sh ###@###.### 2002-05-25
25-03-2002