Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-18 Thread Kelemen Attila
Last time I have tried, the NB plugin worked fine (though you will need Gradle 1.9 or later) as far as I could determine it. The only thing needed to be changed is to have a build.gradle for each project because NB needs a way to quickly determine if a folder is a project folder or not. I will try

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-17 Thread David Hill
On 2/15/14, Feb 15, 7:55 PM, Stefan Fuchs wrote: Hi, hm, is there now a way to crossbuild the apps like Ensemble8? Seems to me that the apps are now always build against the default sdk. I ask this, because for the dalvik port, we currently use a stripped down version of the sdk, which only

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-17 Thread Kevin Rushforth
Right. For the apps (e.g., Ensemble8), we use call ant from gradle to build anyway, so pointing NB at them seems best. For the runtime itself, we tried using an earlier version of the NetBeans Gradle plugin, but were not successful, so we ended up producing netbeans files that are used only

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-15 Thread Stephen F Northover
We are not currently using the gradle plugins for any of the IDE's. https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE Steve On 2014-02-14 7:26 PM, Scott Palmer wrote: Are you guys using the NetBeans Gradle plugin? Scott On Fri, Feb 14, 2014 at 2:17 PM, Kevin Rushforth

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-15 Thread Stefan Fuchs
Hi, hm, is there now a way to crossbuild the apps like Ensemble8? Seems to me that the apps are now always build against the default sdk. I ask this, because for the dalvik port, we currently use a stripped down version of the sdk, which only contains the classes, we got working. - Stefan

Heads up... changing the rt/build/*sdk/ directory

2014-02-14 Thread David Hill
As part of this Jira https://javafx-jira.kenai.com/browse/RT-35809, we are trying to make working in rt/apps easier. To do that, we found that the only way to make the IDEs happy is be able to provide a common path to host build jfxrt.jar. Currently we have: rt/build/${hosttype}-sdk

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-14 Thread Kevin Rushforth
Thanks David. For NB 7.4 (or 8) users, you should be able to just open up the apps projects in NB and have it work without needing to do anything extra. -- Kevin David Hill wrote: As part of this Jira https://javafx-jira.kenai.com/browse/RT-35809, we are trying to make working in rt/apps

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-14 Thread Scott Palmer
Are you guys using the NetBeans Gradle plugin? Scott On Fri, Feb 14, 2014 at 2:17 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: Thanks David. For NB 7.4 (or 8) users, you should be able to just open up the apps projects in NB and have it work without needing to do anything extra.