hg: openjfx/8/graphics/rt: Cleanup, commenting, and simplification of the gradle build. Factored most of the build parameters out into separate gradle files (to act as glorified properties files). Also put in support for cross builds. Given the right armhf.gradle file or armvfp.gradle file we ought to be able to perform cross builds. Added sanity checking code to make sure we fail when attempts are made to cross build on platforms that are not properly supported.

hang.vo at oracle.com hang.vo at oracle.com
Wed Mar 20 00:34:23 PDT 2013


Changeset: c54e819cfa5d
Author:    Richard Bair <richard.bair at oracle.com>
Date:      2013-03-20 00:21 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c54e819cfa5d

Cleanup, commenting, and simplification of the gradle build. Factored most of the build parameters out into separate gradle files (to act as glorified properties files). Also put in support for cross builds. Given the right armhf.gradle file or armvfp.gradle file we ought to be able to perform cross builds. Added sanity checking code to make sure we fail when attempts are made to cross build on platforms that are not properly supported.

! build.gradle
! generator.gradle
+ linux.gradle
+ mac.gradle
+ win.gradle



More information about the openjfx-dev mailing list