Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-3.3.0.GA_P04
-
Component/s: Release
-
Labels:None
-
Environment:ICEfaces EE 3.3.0.GA
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
Due to the change in JDK 1.8 that forces the Javadoc doLint inspection to be enabled by default the current ICEfaces ant builds will fail at the javadoc target when compiled with JDK 1.8.
Verified ICEfaces EE-3.3.0.GA_P04 Build #2 ant build ('clean.build.projects') and bundle creation ('bundle') with the following java versions:
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) Client VM (build 20.45-b01, mixed mode, sharing)