Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
> > * JVM version: 8, 11, 14 > * Operating System: Linux, OS X, Windows (8, 8.1, 10) > * Browser: Chrome, Firefox, Safari, IE11, Edge Obviously all major macOS browsers (Safari, Chrome, Firefox, Chromium Edge), plus iPadOS Safari. I'm currently testing two Eclipse build environments for

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
My development system here is macOS Catalina; is it helpful to get test feedback from this environment? My biggest concern is to verify that our GWT application builds and runs correctly in 2.9.0, but beyond that I'm more than happy to run any other tests that you have. On Tuesday, April 28,

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
scrappy:gwt-2.9.0-rc1 jimdouglas$ pwd /Users/jimdouglas/Documents/gwt-2.9.0-rc1 scrappy:gwt-2.9.0-rc1 jimdouglas$ jar tvf jsinterop-annotations-1.1.0.jar | grep gwt.xml scrappy:gwt-2.9.0-rc1 jimdouglas$ jar tvf jsinterop-annotations-1.1.0-sources.jar | grep gwt.xml 40 Wed Apr 08

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread Colin Alworth
...To further clarify, because in re-reading that email I might sound like a bit of a jerk: If you would like to help with testing I'll add you to the group - ideally we're looking for more testers with something other than Windows 10, but more testing is usually better. The purpose in what I

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread Colin Alworth
Jim, the download zip is available for people who are helping with pre-release testing - it is an error that the jars made it into maven central before we completed this acceptance testing. Once we finish testing, we will announce it and make a zip generally available for download. With that

Re: [gwt-contrib] Re: Unicode support for Character.is* methods

2020-04-28 Thread 'Goktug Gokdogan' via GWT Contributors
I don't have access to that patch but if it was correct; I'm sure that it was very costly though. A recent attempt looked like following: private static class RegExps {/* Formatted strings for the fallback regular expressions were generated with the following * Python 3 script.from

[gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
I've got the same build error that Michael reported here, and I'm not sure how to get past it. I couldn't find a complete self-contained gwt-2.9.0-rc1.zip distribution, so I hacked one together by downloading 2.8.2 from here: http://www.gwtproject.org/download.html I extracted that GWT 2.8.2

[gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread Thomas Broyer
On Tuesday, April 28, 2020 at 3:52:32 PM UTC+2, Alexander Bertram wrote: > > Hi, > > When moving to gwt-2.9.0-RC1 and elemental2 1.0.0 (from elemental2 > 1.0.0-RC1), it seems that HTMLElement no longer has a click() method > defined. Is that intentional? Is there alternative? We use this to

[gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Alexander Bertram' via GWT Contributors
Hi, When moving to gwt-2.9.0-RC1 and elemental2 1.0.0 (from elemental2 1.0.0-RC1), it seems that HTMLElement no longer has a click() method defined. Is that intentional? Is there alternative? We use this to trigger the File Dialog for file inputs. Otherwise compilation successful on OpenJDK 8

Re: [gwt-contrib] Re: Unicode support for Character.is* methods

2020-04-28 Thread Mark Proctor
This was never merged in the end, Are the patch sets still available? On Thursday, 1 April 2010 16:11:49 UTC+1, John Tamplin wrote: > > On Wed, Mar 31, 2010 at 5:43 PM, Pascal Muetschard > wrote: > >> I have uploaded another patch set to >> http://gwt-code-reviews.appspot.com/226801 >> to