Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038630Openbravo ERPA. Platformpublic2018-05-25 12:302018-06-01 09:53
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
3.0PR18Q3 
alostale
Core
No
0038630: Specify the HTML version to use when building the javadoc
Starting from JDK10, a warning is shown in the javadoc generation task if the HTML version to use is not specified.
1) Run ant generate.java.doc with JDK10
2) The following warning appears:
....
  [javadoc] Constructing Javadoc information...
  [javadoc] javadoc: warning - You have not specified the version of HTML to use.
  [javadoc] The default is currently HTML 4.01, but this will change to HTML5
  [javadoc] in a future release. To suppress this warning, please specify the
  [javadoc] version of HTML used in your documentation comments and to be
  [javadoc] generated by this doclet, using the -html4 or -html5 options.
....


No tags attached.
related to defect 0038214 closed caristu -Xdoclint:-missing is also required to build the javadoc in jdk8 
related to feature request 0038196 closed platform support for JDK 10 
depends on backport 00386313.0PR18Q2.1 closed caristu Specify the HTML version to use when building the javadoc 
Issue History
2018-05-25 12:30caristuNew Issue
2018-05-25 12:30caristuAssigned To => caristu
2018-05-25 12:30caristuModules => Core
2018-05-25 12:30caristuTriggers an Emergency Pack => No
2018-05-25 12:30caristuIssue generated from0038214
2018-05-25 12:30caristuRelationship addedrelated to 0038214
2018-05-25 12:31caristuRelationship addedrelated to 0038196
2018-05-25 12:31caristuStatusnew => scheduled
2018-05-25 13:05hgbotCheckin
2018-05-25 13:05hgbotNote Added: 0104713
2018-05-25 13:05hgbotStatusscheduled => resolved
2018-05-25 13:05hgbotResolutionopen => fixed
2018-05-25 13:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e58d1aeff8f8c8e953f44c116ff63f72829d01f5 [^]
2018-05-25 13:05caristuReview Assigned To => alostale
2018-05-28 16:08hudsonbotCheckin
2018-05-28 16:08hudsonbotNote Added: 0104751
2018-06-01 09:53alostaleNote Added: 0104861
2018-06-01 09:53alostaleStatusresolved => closed
2018-06-01 09:53alostaleFixed in Version => 3.0PR18Q3

Notes
(0104713)
hgbot   
2018-05-25 13:05   
Repository: erp/devel/pi
Changeset: e58d1aeff8f8c8e953f44c116ff63f72829d01f5
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri May 25 12:59:25 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e58d1aeff8f8c8e953f44c116ff63f72829d01f5 [^]

fixes issue 38630: Specify the HTML version to use when building the javadoc

  Starting from JDK9 it is possible to specify the HTML version to use when building the javadoc. In JDK10, if the format is not specified a warning is displayed.

  Setting HTML5 as the default format starting from JDK9.

---
M build.xml
---
(0104751)
hudsonbot   
2018-05-28 16:08   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/816950756de8 [^]
Maturity status: Test
(0104861)
alostale   
2018-06-01 09:53   
reviewed + tested