Hello again OpenJFX,
We have flipped the swtich on the graphics repository and our committers
are now building with gradle. It's going to be an exciting couple of
day while we iron things out. We are working to update the instructions
found at https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX
so please be patient (they are not in good shape right now but they are
a priority).
Any contributors that are working against the open graphics repo are
affected right away and will be part of the swirl (sorry). Those who
work against master will not see the changes until next Thursday.
Probably the simplest thing to do for those working against graphics
would be to switch to master and wait for the dust to settle.
Please be patient with us during this trying time,
Steve
On 25/06/2013 3:14 PM, steve.x.northo...@oracle.com wrote:
We are likely to be in flux for the rest of this week. Friday is the
switch but he dust will have settled by Monday so that would be a good
time to try things out. Of course, Monday is Canada Day so I will be
eating pancakes with maple syrup, frying bacon, enjoying free health
care, drinking beer and saying "Eh".
Steve
On 25/06/2013 2:19 PM, Kevin Rushforth wrote:
You cannot run "gradle" in the rt repo just yet.
For now (i.e., until the switch to gradle with the accompanying repo
reorg), you must run the generator.gradle script which reorganizes
the repo to its new layout, and puts it, by default, in ../javafx
Among other things it copies gradleBuildSrc to buildSrc but also
copies the multiple "mini" projects (javafx-ui-common,
javafx-ui-controls, prism-*, etc) to their new locations under
modules/**
-- Kevin
Mario Torre wrote:
On Tue, 2013-06-25 at 13:10 -0400,steve.x.northo...@oracle.com wrote:
Hello OpenJFX,
We are hoping that the workspace reorganization and the new gradle
build
will make it much easier for everybody to be able to build & test with
JavaFX.
Hello Steve,
Speaking of gradle, I have:
[org.gradle.BuildExceptionReporter] A problem occurred evaluating root
project 'rt'.
[org.gradle.BuildExceptionReporter] > Could not read script
'/home/neugens/work_space/jdk/openjfx/master/rt/buildSrc/linux.gradle'
as it does not exist.
There is actually a linux.gradle, but it's in gradleBuildSrc:
./gradleBuildSrc/linux.gradle
If I change all the occurrences of buildSrc to be gradleBuildSrc in the
build file, I can get to this:
[org.gradle.BuildExceptionReporter] * What went wrong:
[org.gradle.BuildExceptionReporter] A problem occurred evaluating root
project 'rt'.
[org.gradle.BuildExceptionReporter] > Could not find property
'JavaHeaderTask' on root project 'rt'.
Any idea of what I may do wrong?
Cheers,
Mario