hg: openjfx/2.1/master/rt: 2 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Sun Jan 15 16:13:27 PST 2012


Changeset: 9c8cb471b9a3
Author:    jgiles
Date:      2012-01-16 12:42 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/9c8cb471b9a3

Fixing a number of build issues related to incorrect copying of files

! javafx-beans-dt/project.properties
! javafx-concurrent/build.xml
! javafx-concurrent/project.properties
! javafx-designtime/project.properties

Changeset: 76c936e4f685
Author:    jgiles
Date:      2012-01-16 13:08 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/76c936e4f685

Adding a rt/build.xml file that simplifies building the openjfx code. When run with 'ant' (i.e. no specified target), it generates an openjfxrt.jar file in the rt/dist folder. The only requirement is that the environment variable JFXRT_HOME is set to point to the lib folder where the jfxrt.jar file exists. For example, on my machine in Windows I have set the JFXRT_HOME environment variable to C:\programming\netbeans\Java-FX\artifacts\sdk\rt\lib

+ build.xml



More information about the openjfx-dev mailing list