Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038631Openbravo ERPA. Platformpublic2018-05-25 12:302018-06-01 09:53
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
3.0PR18Q2.13.0PR18Q2.1 
alostale
Core
No
0038631: 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.
blocks defect 0038630 closed caristu Specify the HTML version to use when building the javadoc 
Issue History
2018-05-25 12:31caristuTypedefect => backport
2018-05-25 12:31caristuTarget Version => 3.0PR18Q2.1
2018-05-25 13:07hgbotCheckin
2018-05-25 13:07hgbotNote Added: 0104714
2018-05-25 13:07hgbotStatusscheduled => resolved
2018-05-25 13:07hgbotResolutionopen => fixed
2018-05-25 13:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR18Q2.1/rev/49df7805985a71edf109495dd5615fde19da83c1 [^]
2018-05-25 13:07caristuReview Assigned To => alostale
2018-06-01 09:53alostaleNote Added: 0104862
2018-06-01 09:53alostaleStatusresolved => closed
2018-06-01 09:53alostaleFixed in Version => 3.0PR18Q2.1

Notes
(0104714)
hgbot   
2018-05-25 13:07   
Repository: erp/backports/3.0PR18Q2.1
Changeset: 49df7805985a71edf109495dd5615fde19da83c1
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri May 25 12:59:25 2018 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR18Q2.1/rev/49df7805985a71edf109495dd5615fde19da83c1 [^]

fixes issue 38631: 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
---
(0104862)
alostale   
2018-06-01 09:53   
reviewed + tested