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