|
Quick Lists
|
|
Bug ID:
|
4431712
|
|
Votes
|
0
|
|
Synopsis
|
javadoc without '-verbose' flag is still too verbose
|
|
Category
|
doclet:tbd
|
|
Reported Against
|
merlin-beta
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4217345,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4217345
|
|
Submit Date
|
29-MAR-2001
|
|
Description
|
When we generate the javadocs in the j2sdk build (build target 'docs'), a
series of javadoc commands are issued. Even though the '-verbose' flag is
not set, there seems to be a _lot_ of the following types of statements
generated:
Generating
./../build/solaris-sparc/doc/api/javax/imageio/plugins/JPEGHuffmanTable.html...
and
Copying file
./../src/share/classes/javax/imageio/metadata/doc-files/standard_metadata.html
to directory
./../build/solaris-sparc/doc/api/javax/imageio/metadata/doc-files...
and I mean LOTS:
over 15,000 "Generating " comments
over 18,000 "Copying file " comments
There is a lot of important info (warnings), that I want to get - is there
any way to move the "Generating" and "Copying file" output to verbose mode
only?
======================================================================
|
|
Work Around
|
N/A
|
|
Evaluation
|
This is a dupe of 4217345. We need to decide whether to break
"compatibility" and offer a new option, such as -quiet (suggested
by an outside developer), or modify -verbose so the default is not
to show those "processing" and "generating" messages.
What do other tools in the J2SE SDK do? Do they only show
warnings and errors in the default mode and processing messages
in the -verbose mode?
xxxxx@xxxxx 2001-03-29
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |