JDK-4494076 : stddoclet: Integrate stddoclet version date stamp into RE process
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-08-20
  • Updated: 2014-05-05
  • Resolved: 2002-09-28
Related Reports
Duplicate :  
Description
Work with release engineering (RE) to automatically
update the date stamp in the standard doclet version no.

Comments
EVALUATION Should be fixed for merlin. ###@###.### 2001-08-20 We require more time to work on this problem. Uncommiting for merlin-beta3. ###@###.### 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) ###@###.### 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. ###@###.### 2002-09-27
27-09-2002