details:   https://code.openbravo.com/erp/devel/pi/rev/9df381ec1641
changeset: 35507:9df381ec1641
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Mon Mar 04 14:38:05 2019 +0100
summary:   fixed bug 40309: can't generate javadoc with JDK 11.0.2

  Forcing source JDK 8 as it is still the minimum required.

diffstat:

 build.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5d39e3ab49af -r 9df381ec1641 build.xml
--- a/build.xml Fri Mar 01 14:46:12 2019 +0100
+++ b/build.xml Mon Mar 04 14:38:05 2019 +0100
@@ -536,7 +536,7 @@
   </target>
 
   <target name="generate.java.doc">
-    <javadoc Windowtitle="${title}" access="protected" Header="${header}" 
Footer="${footer}" destdir="${build.docs}" maxmemory="1024M" failonerror="yes" 
additionalparam="${xdoclint.missing} ${html.version}">
+    <javadoc Windowtitle="${title}" access="protected" Header="${header}" 
Footer="${footer}" destdir="${build.docs}" maxmemory="1024M" failonerror="yes" 
additionalparam="${xdoclint.missing} ${html.version}" source="8">
       <sourcepath>
         <pathelement path="${base.src}" />
         <pathelement path="${base.src.test}/src" />


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to