Review of 7057705: can't generate api docs for JDK7 updates

Abhijit Saha Abhi.Saha at oracle.com
Fri Jul 15 16:33:27 PDT 2011


CR:  7057705: can't generate api docs for JDK7 updates

Weblink : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7057705

Description :
Can't generate api docs for JDK7 updates. should be able to generate 
docs for jdk updates. RE builds always build docs in JDK7, unlike 
earlier JDK releases. Restriction to NOT build the docs if 
JDK_UPDATE_VERSION is set should be removed.

Targeted forest : http://hg.openjdk.java.net/jdk7u/jdk7u

Fix coming from :  7u1

Fix done by : katleman

Explanation: This happened since it's a change necessary for RE to be 
able to start to produce builds for testing.

changeset/patch

# HG changeset patch
# User katleman
# Date 1308702629 25200
# Node ID 831f1dadcc357616c50e267413a51c4a4b49d1df
# Parent  ee67ee3bd597af3097664b1a7d130ffb0b14a1d2
7057705: can't generate api docs for JDK7 updates
Reviewed-by: asaha

diff --git a/make/Defs-internal.gmk b/make/Defs-internal.gmk
--- a/make/Defs-internal.gmk
+++ b/make/Defs-internal.gmk
@@ -261,12 +261,6 @@ ifndef NO_DOCS
  ifndef NO_DOCS
    # Default value (we want javadoc run)
    GENERATE_DOCS=true
-  # No DOCS build when JDK_UPDATE_VERSION set on non-OPENJDK builds
-  ifndef OPENJDK
-    ifdef JDK_UPDATE_VERSION
-      GENERATE_DOCS=false
-    endif
-  endif
    # If langtools, corba, jaxp, and jaxws are not being built,
    #   a full jdk javadoc is not possible
    ifneq ($(BUILD_LANGTOOLS), true)


-- 
Release Lead, Java SE Updates
Java Development Group
Oracle Corporation.
(408)276-7564




More information about the jdk7u-dev mailing list