My mistake, it looks like master on the external repo has been upgraded to gradle, the mail just hasn't hit the mailing list yet. However that error is consistant with a pre-transition setup. perhaps if you did a fresh "hg pull" and then "hg update --clean" you may get better results. However, the --clean flag will clobber any local changes you may have at the moment, so use with care.
On Sat, Jul 6, 2013 at 6:22 AM, Danno Ferrin <danno.fer...@shemnon.com>wrote: > The gradle build in master isn't set up to work yet. You either first > need to run 'gradle -b generator.gradle' and work off of ../javafx, or you > need to sync the graphics scrum. (graphics/rt) The graphics scrum is > currently set up for the gradle build w/o the generator step. > > > On Sat, Jul 6, 2013 at 2:52 AM, Peter Pilgrim <peter.pilg...@gmail.com>wrote: > >> Hi All >> >> I just did a update of `master' and `master/rt' this morning. I >> executed the following: >> >> $ gradle clean >> >> FAILURE: Build failed with an exception. >> >> * Where: >> Build file >> '/Users/peterpilgrim/Documents/IdeaProjects/open-jfx-8/master/rt/build.gradle' >> line: 487 >> >> * What went wrong: >> A problem occurred evaluating root project 'rt'. >> > Could not read script >> '/Users/peterpilgrim/Documents/IdeaProjects/open-jfx-8/master/rt/buildSrc/mac.gradle' >> as it does not exist. >> >> * Try: >> Run with --stacktrace option to get the stack trace. Run with --info >> or --debug option to get more log output. >> >> BUILD FAILED >> >> >> What am I missing? >> >> -- >> Peter Pilgrim, >> **Java Champion**, >> Java EE Software Development / Design / Architect for `BlueChip' >> enterprises, London, UK >> >> Author of ``The Java EE 7 Developer Handbook'' to be published by >> Packt Pub (September 2013) >> >> JavaFX ++ Scala ++ Groovy ++ Android ++ Java >> >> :: http://www.xenonique.co.uk/blog/ :: >> :: http://twitter.com/peter_pilgrim :: >> :: http://java-champions.java.net/ :: >> :: Skype Call peter_pilgrim :: >> :: http://audio.fm/profile/peter_pilgrim :: >> > >