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 swpal...@gmail.com wrote: I believe the bitbucket repo is the main page. At least the bintray page

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 swpal...@gmail.com 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 krue...@lesspain.de wrote: Which repository is the master? Bitbucket or

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 krue...@lesspain.de wrote: Which repository is the master? Bitbucket or github? I just saw a posting by someone mentioning that it is also on github.

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 krue...@lesspain.de wrote: On Fri, Mar 27, 2015 at 12:16 AM, Scott Palmer swpal...@gmail.com wrote: I am successfully using

Re: Packaging a JFX app in a gradle build system

2015-03-27 Thread Robert Krüger
On Fri, Mar 27, 2015 at 12:16 AM, Scott Palmer swpal...@gmail.com 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

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

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 danno.fer...@oracle.com 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

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,

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