Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039139Openbravo ERPA. Platformpublic2018-08-15 14:172018-08-15 16:22
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
3.0PR18Q4 
alostale
Core
No
0039139: In generated javadoc html all links to javadoc of java itself are broken
Apparently javadoc ant task in its 'link' argument does not follow redirects.

The url used in build.xml is http where upstream oracle page now has a redirect to https in place.

That causes that link option to not be used at all -> All links to standard classes (i.e. Object, String) -> missing
ant generate.java.doc
Check html output and notice it has no links for i.e. Object put prints java.lang.Object as text instead.
Change link to https + also change it from java-7 to java-8 as that is now minimum java required in pi.
No tags attached.
related to feature request 0038675 closed alostale Raise minimum stack Java version to Java 8 
related to defect 0040309 closed alostale can't generate javadoc with JDK 11.0.2 
Issue History
2018-08-15 14:17shuehnerNew Issue
2018-08-15 14:17shuehnerAssigned To => shuehner
2018-08-15 14:17shuehnerModules => Core
2018-08-15 14:17shuehnerTriggers an Emergency Pack => No
2018-08-15 14:21hgbotCheckin
2018-08-15 14:21hgbotNote Added: 0106353
2018-08-15 14:21hgbotStatusnew => resolved
2018-08-15 14:21hgbotResolutionopen => fixed
2018-08-15 14:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bb6ad56d12fe4b166554ace53bc9941c18c9b67e [^]
2018-08-15 16:21alostaleRelationship addedrelated to 0038675
2018-08-15 16:22alostaleReview Assigned To => alostale
2018-08-15 16:22alostaleNote Added: 0106355
2018-08-15 16:22alostaleStatusresolved => closed
2018-08-15 16:22alostaleFixed in Version => 3.0PR18Q4
2019-03-08 12:18caristuRelationship addedrelated to 0040309

Notes
(0106353)
hgbot   
2018-08-15 14:21   
Repository: erp/devel/pi
Changeset: bb6ad56d12fe4b166554ace53bc9941c18c9b67e
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Aug 15 14:21:28 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bb6ad56d12fe4b166554ace53bc9941c18c9b67e [^]

Fixed 39139. Fix links to oracle html in generated javadoc.

Change link for javadoc to https to avoid redirect breaking link generation.
Change target to jdk8 javadoc as that is now minimum required in pi.

---
M build.xml
---
(0106355)
alostale   
2018-08-15 16:22   
reviewed + tested