Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Thomas Broyer
See the README-MAVEN.txt file in each sample. One uses gwt:devmode, the other appengine:devserver_start followed by gwt:codeserver. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails fro

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Brandon Donnelson
I was trying to test the Maven samples, although each one of them seem to have some sort of issue. Could be I'm missing a step, or maybe some code configuration tuning is needed. I haven't noticed any blockers or other issues outside of that for IE9 on Win7. I'll aim for another browser tomorro

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread 'Daniel Kurka' via GWT Contributors
submitting thomas two fixes and then recutting. On Thu, Jul 21, 2016 at 12:57 PM Brandon Donnelson wrote: > Where's the link to the GWT 2.8.0-rc1.zip? > > > On Thursday, July 21, 2016 at 7:22:11 AM UTC-7, Thomas Broyer wrote: >> >> >> >> On Thursday, July 21, 2016 at 4:11:09 PM UTC+2, Michael Jo

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Brandon Donnelson
Where's the link to the GWT 2.8.0-rc1.zip? On Thursday, July 21, 2016 at 7:22:11 AM UTC-7, Thomas Broyer wrote: > > > > On Thursday, July 21, 2016 at 4:11:09 PM UTC+2, Michael Joyner wrote: >> >> Can it be tagged and pulled via jitpack.io ? >> > > Ha ha, jitpack wouldn't know how to build and dep

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-07-21 Thread Steve Andrews
I've been trying out the new Elemental and have been having trouble with EventListener. I'm on the latest GWT Snapshot (2.8.0-20160721.060317-297). It seems that the EventListener gets compiled out unless I use the Node.AddEventListenerListenerCallback function. Example: searchButton.addEventLi

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Thomas Broyer
On Thursday, July 21, 2016 at 4:11:09 PM UTC+2, Michael Joyner wrote: > > Can it be tagged and pulled via jitpack.io ? > Ha ha, jitpack wouldn't know how to build and deploy it: https://jitpack.io/docs/BUILDING/ …and the RC1 tag can still "move" if we find bugs during the smoke tests (it **wou

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Michael Joyner
Can it be tagged and pulled via jitpack.io ? On 07/20/2016 05:57 PM, 'Daniel Kurka' via GWT Contributors wrote: We just fixed a bug in rc1, I'll redo the release now and give you guys a download link. On Wed, Jul 20, 2016

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Thomas Broyer
FWIW, I did all my testing with a JDK 7 (and some also with a JDK 8) On Wednesday, July 20, 2016 at 11:57:15 PM UTC+2, Daniel Kurka wrote: > > We just fixed a bug in rc1, I'll redo the release now and give you guys a > download link. > > On Wed, Jul 20, 2016 at 10:18 AM Manuel Carrasco Moñino >