-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144532 | 8u92 | Kevin Rushforth | P2 | Closed | Fixed | b02 |
We get a compilation error in :web:compileGenerated task using gradle 2.8 when building the JavaFX sdk with "-PCOMPILE_WEBKIT=true", which builds the native webkit classes. The reason for this that the classpath used to compile the generated classes does not include the classes from the web project itself. It looks like we are relying on a behavior of earlier versions of gradle, that included them without our having to specify them.
The fix will be to explicitly specify the web classes on the classpath when compiling the generated sources.
The fix will be to explicitly specify the web classes on the classpath when compiling the generated sources.
- backported by
-
JDK-8144532 Error compiling generated web classes with gradle 2.8
-
- Closed
-
- blocks
-
JDK-8090171 Switch production build of FX to gradle 2.9
-
- Resolved
-