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 (
https://mvnrepository.com/artifact/com.google.gwt/gwt-servlet/2.9.0-RC1)
- jsinterop-annotations-1.1.0-RC1.jar (
https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations/1.1.0-RC1
)

to test our biggest application against RC1. However i got the folloing 
error when trying to compile:

     [java] Loading inherited module 'XXX'
>      [java]    Loading inherited module 'com.google.gwt.core.Core'
>      [java]       Loading inherited module 
> 'jsinterop.annotations.Annotations'
>      [java]          [ERROR] Unable to find 
> 'jsinterop/annotations/Annotations.gwt.xml' on your classpath; could be a 
> typo, or maybe you forgot to include a classpath entry for source?


The problem is that jsinterop-annotations-1.1.0-RC1.jar is missing the 
Annotations.gwt.xml. I easily added Annotations.gwt.xml into the 
jsinterop-annotations-1.1.0-RC1.jar and compilation works like a charm.

I'm wondering if i downloaded the wrong jsinterop-annotations-1.1.0-RC1.jar?

Thanks,
Michael

Am Dienstag, 14. April 2020 04:43:05 UTC+2 schrieb Colin Alworth:
>
> Hi all,
> We have a build ready to test for GWT 2.9.0, and are looking for 
> volunteers to verify that things are behaving properly on a variety of 
> platforms. If you have an hour or two free and can help us out, we would 
> appreciate it.
>
> We're hoping for a cross-section of testing that verifies 
>  * JVM version: 8, 11, 14
>  * Operating System: Linux, OS X, Windows (8, 8.1, 10)
>  * Browser: Chrome, Firefox, Safari, IE11, Edge
>
> If a tester has access to more than one of these at a time, the tests will 
> probably go more quickly than two individuals testing the same setup. 
> Please note that while Microsoft still provides virtual machines for 
> testing purposes, only Windows 10 appears to be available, though with both 
> IE11 and Edge (
> https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/).
>
> Please send me an email off-list with the various options you are able to 
> test, and I'll get you on the testing spreadsheet.
>
> Thanks!
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/fe641c81-41a8-4b08-9a6a-5d2014e66f1f%40googlegroups.com.

Reply via email to