hg: openjfx/8/graphics/rt: Fixed the classpath handling for Gradle build. I think I have it right now. The bootclasspath should be reset so that it only includes rt.jar (and specifically doesn't have jfxrt.jar). I then put jfxrt.jar on the classpath AFTER all the other project dependencies etc, so that it operates appropriately as a binary stub.
hang.vo at oracle.com
hang.vo at oracle.com
Fri Mar 1 13:33:33 PST 2013
Changeset: efc566a46a12
Author: rbair
Date: 2013-03-01 13:17 -0800
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/efc566a46a12
Fixed the classpath handling for Gradle build. I think I have it right now. The bootclasspath should be reset so that it only includes rt.jar (and specifically doesn't have jfxrt.jar). I then put jfxrt.jar on the classpath AFTER all the other project dependencies etc, so that it operates appropriately as a binary stub.
Also disabled tests until I get them sorted out.
! build.gradle
More information about the openjfx-dev
mailing list