Re: Packaging a JFX app in a gradle build system

2015-03-30 Thread Danno Ferrin
Yes, bitbucket is the main repo, github is a mirror (currently out of date). (sorry for the late response, just got back from a long spring break). > On Mar 28, 2015, at 9:30 AM, Scott Palmer wrote: > > I believe the bitbucket repo is the main page. At least the bintray page > points to it. >

Re: Packaging a JFX app in a gradle build system

2015-03-28 Thread Robert Krüger
thanks. On Sat, Mar 28, 2015 at 4:30 PM, Scott Palmer wrote: > I believe the bitbucket repo is the main page. At least the bintray page > points to it. > > Scott > > On Mar 28, 2015, at 11:10 AM, Robert Krüger wrote: > > Which repository is the master? Bitbucket or github? I just saw a posting

Re: Packaging a JFX app in a gradle build system

2015-03-28 Thread Scott Palmer
I believe the bitbucket repo is the main page. At least the bintray page points to it. Scott > On Mar 28, 2015, at 11:10 AM, Robert Krüger wrote: > > Which repository is the master? Bitbucket or github? I just saw a posting by > someone mentioning that it is also on github. > >> On Fri, Mar

Re: Packaging a JFX app in a gradle build system

2015-03-28 Thread Robert Krüger
Which repository is the master? Bitbucket or github? I just saw a posting by someone mentioning that it is also on github. On Fri, Mar 27, 2015 at 7:27 AM, Robert Krüger wrote: > On Fri, Mar 27, 2015 at 12:16 AM, Scott Palmer wrote: > >> I am successfully using the javafx gradle plugin to produ

Re: Packaging a JFX app in a gradle build system

2015-03-26 Thread Robert Krüger
On Fri, Mar 27, 2015 at 12:16 AM, Scott Palmer wrote: > I am successfully using the javafx gradle plugin to produce a packaged app > on Windows and Linux. (Thanks Danno!) > I haven't tried much with Mac yet, but I believe it will make an > application bundle. > > That sounds great. I will give it

Re: Packaging a JFX app in a gradle build system

2015-03-26 Thread Scott Palmer
I am successfully using the javafx gradle plugin to produce a packaged app on Windows and Linux. (Thanks Danno!) I haven't tried much with Mac yet, but I believe it will make an application bundle. Oracle should be making this part of your day job, Danno. Who do I need to bribe? :-) Scott >

Re: Packaging a JFX app in a gradle build system

2015-03-26 Thread Robert Krüger
Great! Thanks for the update! On Thu, Mar 26, 2015 at 7:43 PM, Danno Ferrin wrote: > It’s not abandoned, I’ve just had a lot of work on my day job at the > moment. > > For 8u20 and later you can access most of the new features from the > builder arguments. Secondary > launchers and file asso

Re: Packaging a JFX app in a gradle build system

2015-03-26 Thread Danno Ferrin
It’s not abandoned, I’ve just had a lot of work on my day job at the moment. For 8u20 and later you can access most of the new features from the builder arguments. Secondary launchers and file associations will require some additions I hope to get to in the next month or so. > On Mar 26, 2015,

Packaging a JFX app in a gradle build system

2015-03-26 Thread Robert Krüger
Hi, sorry for posting this here but I have tried Stackoverflow and the Oracle JFX user forum first with no responses. I am looking for the most sensible way to integrate packaging of a JavaFX application into my Gradle build. The plugin at https://bitbucket.org/shemnon/javafx-gradle does not loo