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

2020-04-29 Thread Colin Alworth
Jim, from this result, your classpath isn't correctly configured - the file is there in the jar, as expected, but GWT isn't seeing it, so doesn't know to include these sources. I'll reach out off-list once we have a new zip and are ready to start testing again. -- Colin Alworth

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

[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

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

2020-04-27 Thread Alexander Leshkin
Do you use lombok in client code? If so, you may try to align your JDT compiler version with one that used by GWT. If lombok is used only in server code, then ensure that the server code and the client code, both are placed in different maven modules. Maybe there are other ways, but I'm not

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

2020-04-27 Thread Alexander Tarasov
thanks, you were right. but we use JDT ECJ for lombok support. without lombok does not work unfortunately -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

2020-04-27 Thread Alexander Tarasov
thanks, you were right. but we use JDT ECJ for lombok support. without lombok does not work unfortunately понедельник, 27 апреля 2020 г., 12:28:48 UTC+1 пользователь Alexander Leshkin написал: > > Maybe you have an overriden version of the JDT compiler on classpath that > is incompatible with

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

2020-04-27 Thread Alexander Leshkin
Maybe you have an overriden version of the JDT compiler on classpath that is incompatible with JDT compiler version from GWT dependencies. On Monday, April 27, 2020 at 2:09:50 PM UTC+3, Alexander Tarasov wrote: > > hi > 1) there is no gwt-maven-plugin:2.9.0-RC1 so I used 2.8.2. > 2) i have the

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

2020-04-27 Thread Alexander Tarasov
hi 1) there is no gwt-maven-plugin:2.9.0-RC1 so I used 2.8.2. 2) i have the following error, looks strange because TryStatement definitely has public "resources" field com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST [ERROR] at

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

2020-04-27 Thread Alexander Tarasov
hi 1) there is no gwt-maven-plugin:2.9.0-RC1 so I used 2.8.2. 2) i have the following error, looks strange because TryStatement definitely has public "resources" field com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST [ERROR] at

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

2020-04-21 Thread Michael Seele
That helps, thank you. Am Dienstag, 21. April 2020 19:11:12 UTC+2 schrieb Ignacio Baca Moreno-Torres: > > gwt-user depends on jsinterop-annotations:sources (with the sources > qualifier), and jsinterop-annotations:sources contains the > Annotations.gwt.xml. It really seems right. > > We have

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

2020-04-21 Thread Ignacio Baca Moreno-Torres
gwt-user depends on jsinterop-annotations:sources (with the sources qualifier), and jsinterop-annotations:sources contains the Annotations.gwt.xml. It really seems right. We have tested in various projects and works perfectly. But, we downloaded a corrupted gwt-user in one of the tests, and we

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

2020-04-21 Thread Michael Seele
I've downloaded - gwt-user-2.9.0-RC1.jar ( https://mvnrepository.com/artifact/com.google.gwt/gwt-user/2.9.0-RC1) - gwt-dev-2.9.0-RC1.jar ( https://mvnrepository.com/artifact/com.google.gwt/gwt-dev/2.9.0-RC1) - gwt-servlet-2.9.0-RC1.jar (

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

2020-04-15 Thread Tony BenBrahim
Absolutely, I build on Windows during dev, run SDM, etc, run Jenkins in Linux On 4/15/20, Freddy Boucher wrote: > Hello, > > Any chance to include the following patch in 2.9? > https://gwt-review.googlesource.com/c/gwt/+/19800 > It has been sitting in Gerrit for years and it's a shame that

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

2020-04-14 Thread Freddy Boucher
Hello, Any chance to include the following patch in 2.9? https://gwt-review.googlesource.com/c/gwt/+/19800 It has been sitting in Gerrit for years and it's a shame that the core GWT code doesn't convert dates correctly in all timezones. Thanks in advance. -- You received this message because