Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4494076
Votes 0
Synopsis stddoclet: Integrate stddoclet version date stamp into RE process
Category doclet:tbd
Reported Against merlin-beta2
Release Fixed
State 11-Closed, duplicate of 4114089, bug
Priority: 5-Very Low
Related Bugs 4114089
Submit Date 20-AUG-2001
Description
Work with release engineering (RE) to automatically
update the date stamp in the standard doclet version no.
Work Around
N/A
Evaluation
Should be fixed for merlin.
  xxxxx@xxxxx   2001-08-20

We require more time to work on this problem.  Uncommiting for merlin-beta3.

  xxxxx@xxxxx   2001-09-25

I believe this bug has been fixed and integrated too ! Can be moved to verified state.

Verifed on basis of,
jtools-sqe:/home/vr128054/vertest/new 17 % javadoc test.java
Loading source file test.java...
Constructing Javadoc information...
Standard Doclet version 1.4.0

Generating constant-values.html...
Building tree for all the packages and classes...
Building index for all the packages and classes...
Generating overview-tree.html...
Generating index-all.html...
Generating deprecated-list.html...
Building index for all classes...
Generating allclasses-frame.html...
Generating allclasses-noframe.html...
Generating index.html...
Generating packages.html...
Generating test.html...
Generating package-list...
Generating help-doc.html...
Generating stylesheet.css...

jtools-sqe:/home/vr128054/vertest/new 18 % javadoc -J-version
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)


  xxxxx@xxxxx   2002-02-12

Like Vijayan says, this has already been implemented by implementing these:
4114089: javadoc needs a -v switch to report its version"
4720849: com.sun.tools.doclets.standard.Standard contains hard-coded version number

The first of these two output a hard-coded version number each time it
is run (rather than requiring -v) and the second changed it to the 
system property:

  System.getProperty("java.version")

If we ever release the standard doclet separately from the J2SDK, 
we can give it a separate version number, but for now this is sufficent.
Closing out as dupe of 4114089.

  xxxxx@xxxxx   2002-09-27
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang