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 need to remove it manually so maven downloads it again (from the .mw directory). It's a dummy thing, I know, but try it just in case. On Tuesday, April 21, 2020 at 9:09:44 AM UTC+2, Michael Seele wrote: > > 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/3222e438-f47a-4264-92c4-02a26a831b55%40googlegroups.com.
