Moving to Gradle (finally)
Mario Torre
neugens at redhat.com
Tue Jun 25 13:20:40 PDT 2013
On Tue, 2013-06-25 at 15:14 -0400, steve.x.northover at oracle.com wrote:
> We are likely to be in flux for the rest of this week.
Right :)
] * What went wrong:
22:04:10.761 [ERROR] [org.gradle.BuildExceptionReporter] Could not
resolve all dependencies for configuration ':graphics:compile'.
22:04:10.761 [ERROR] [org.gradle.BuildExceptionReporter] > Could not
find :plugin:.
22:04:10.762 [ERROR] [org.gradle.BuildExceptionReporter] Required by:
22:04:10.762 [ERROR] [org.gradle.BuildExceptionReporter]
javafx:graphics:unspecified
22:04:10.791 [ERROR] [org.gradle.BuildExceptionReporter]
The good news is that:
gradle eclipse
worked :)
Well, importing the project basically nuked my Eclipse, but this is
something I expected from Eclipse, nevertheless, it was able to import
it before being stuck in a perennial compilation.
Anyway, the ant build works fine.
It is, however, still not able to compile itself:
com.sun.javafx.accessible.providers.AccessibleProvider
I though this was already released though (or I just misread some
mails)?
However, the big news is that running a JavaFX app seems to go way
beyond what was possible just few weeks ago:
Caused by: java.lang.ClassNotFoundException:
com.sun.javafx.font.PrismFontLoader
at java.net.URLClassLoader$1.run(URLClassLoader.java:365)
at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:353)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 12 more
I guess the font code didn't yet hit the main repository right? I'm
waiting forward for it!
> 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".
Eh! Enjoy it!
Cheers,
Mario
More information about the openjfx-dev
mailing list