Review Request: RT-36851 - preloaders don't work in packaged applicaitons

2014-10-23 Thread Danno Ferrin
Kevin, Stephen, Please review RT-36851. There is one file in graphics in the application model affected by this change, and it is the most important change. My rational is in the JIRA. JIRA: https://javafx-jira.kenai.com/browse/RT-36851 WebRev: http://cr.openjdk.java.net/~shemnon/RT-36851/we

Re: Preloaders

2013-06-06 Thread Mark Howe
On Jun 6, 2013, at 12:52 AM, Danno Ferrin wrote: > > > On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski wrote: > To sum up my previous major suggestions for a better world: > > - web deploy code should be separate module from native, and jar separate > again. Each native module (win, Linux,

JFX Packager (was Re: Preloaders)

2013-06-06 Thread Daniel Zwolenski
On Thu, Jun 6, 2013 at 5:52 PM, Danno Ferrin wrote: > > > On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski wrote: > >> To sum up my previous major suggestions for a better world: >> >> - web deploy code should be separate module from native, and jar separate >> again. Each native module (win, Lin

Re: Preloaders

2013-06-06 Thread Danno Ferrin
On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski wrote: > To sum up my previous major suggestions for a better world: > > - web deploy code should be separate module from native, and jar separate > again. Each native module (win, Linux, Mac) should be separate and I should > be able to invoke any

Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
g the maven plugin want them. > > >>>> > > >>>> It looks like you can set a preloader for both jars and for bundles > > (web, > > >>>> native). When building the bundles however they include the jar in > > them. So > >

Re: Preloaders

2013-06-05 Thread Danno Ferrin
gt;> It looks like you can set a preloader for both jars and for bundles > > (web, > > >>>> native). When building the bundles however they include the jar in > > them. So > > >>>> we end up with both the bundle, and the jar within the bundle, >

Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
jar in > them. So > >>>> we end up with both the bundle, and the jar within the bundle, > getting the > >>>> preloader set. > >>>> > >>>> Does anyone know what will or should happen in this case? Does one > >>>> preloa

Re: Preloaders

2013-06-05 Thread Mark Howe
in this case? Does one >>>> preloader take precedence and the other is ignored, or are both used at >>>> different times and I should allow the user to set a different jar >>>> preloader to the bundle one, or is this setup invalid and I should actually >>>> not pass the preloader setting to one or the other in this case? >>>> >>>> Not using Preloaders myself and with the packaging tool code being a >>>> complete mess, it would be good to know the expectations here so I can >>>> properly support the users wanting this. >>>> >>>> Cheers >>>> Dan >>

Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
ent times and I should allow the user to set a different jar >>> preloader to the bundle one, or is this setup invalid and I should actually >>> not pass the preloader setting to one or the other in this case? >>> >>> Not using Preloaders myself and with the packaging tool code being a >>> complete mess, it would be good to know the expectations here so I can >>> properly support the users wanting this. >>> >>> Cheers >>> Dan >

Re: Preloaders

2013-06-04 Thread Mark Howe
preloader to the bundle one, or is this setup invalid and I should actually >> not pass the preloader setting to one or the other in this case? >> >> Not using Preloaders myself and with the packaging tool code being a >> complete mess, it would be good to know the expectations here so I can >> properly support the users wanting this. >> >> Cheers >> Dan

Re: Preloaders

2013-05-29 Thread Scott Palmer
nt jar > preloader to the bundle one, or is this setup invalid and I should actually > not pass the preloader setting to one or the other in this case? > > Not using Preloaders myself and with the packaging tool code being a > complete mess, it would be good to know the expec

Preloaders

2013-05-29 Thread Daniel Zwolenski
e one, or is this setup invalid and I should actually not pass the preloader setting to one or the other in this case? Not using Preloaders myself and with the packaging tool code being a complete mess, it would be good to know the expectations here so I can properly support the users wanting