The error messages were introduced by mistake in the JSNI error reporting fix (https://gwt-review.googlesource.com/#/c/15080) and the fix for those is up for review https://gwt-review.googlesource.com/#/c/15120/
On Thursday, June 9, 2016 at 8:55:36 AM UTC-7, Hristo Stoyanov wrote: > > Thomas, yes, it is a javadoc failure, and it is still there. I just > re-tried. > > On Thursday, June 9, 2016 at 5:40:24 AM UTC-7, Thomas Broyer wrote: >> >> I see Hristo's error is in a "javadoc" task, could it be the same (or >> similar) for you? >> >> On Thursday, June 9, 2016 at 1:18:02 PM UTC+2, Filipe Sousa wrote: >>> >>> Done that and still have the same errors. Despite the errors the project >>> works as if had no errors >>> >>> $ java -version >>> java version "1.8.0_92" >>> Java(TM) SE Runtime Environment (build 1.8.0_92-b14) >>> Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode) >>> >>> $ ant -version >>> Apache Ant(TM) version 1.9.7 compiled on April 9 2016 >>> >>> On Thursday, June 9, 2016 at 11:50:47 AM UTC+1, Thomas Broyer wrote: >>>> >>>> +rluble, +goktug >>>> >>>> Roberto, Goktug, any idea? >>>> This comes from one of these changes: >>>> http://build.gwtproject.org/job/gwt/520/changes >>>> http://build.gwtproject.org/job/gwt/521/changes >>>> >>>> All: anyone tried to build it locally to make sure it's not due to a >>>> corrupted JAR during upload to Sonatype OSSRH? >>>> >>>> On Thursday, June 9, 2016 at 11:40:53 AM UTC+2, Henrik wrote: >>>>> >>>>> Seeing the same problems (maven build). Worked fine 10 hrs ago >>>>> though, so the latest snapshot seems hosed. >>>>> >>>>> Regards, >>>>> Henrik >>>>> >>>>> On Thursday, June 9, 2016 at 8:14:47 AM UTC+2, Hristo Stoyanov wrote: >>>>>> >>>>>> I started getting the following errors with Gradle builds and the >>>>>> latest GWT 2.8.-SNAPSHOT - any idea ? >>>>>> >>>>>> >>>>>> =============================================================================== >>>>>> >>>>>> >>>>>> /root/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-user/2.8.0-SNAPSHOT/c7913836bdcf2423552e6355ad17fbd271ac5207/gwt-user-2.8.0-SNAPSHOT.jar(com/google/gwt/user/client/ui/Widget.java):28: >>>>>> >>>>>> error: cannot access Event >>>>>> import com.google.gwt.user.client.Event; >>>>>> ^ >>>>>> bad source file: >>>>>> /root/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-user/2.8.0-SNAPSHOT/c7913836bdcf2423552e6355ad17fbd271ac5207/gwt-user-2.8.0-SNAPSHOT.jar(com/google/gwt/user/client/Event.java) >>>>>> file does not contain class com.google.gwt.user.client.Event >>>>>> Please remove or make sure it appears in the correct subdirectory >>>>>> of the sourcepath. >>>>>> /root/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-user/2.8.0-SNAPSHOT/c7913836bdcf2423552e6355ad17fbd271ac5207/gwt-user-2.8.0-SNAPSHOT.jar(com/google/gwt/event/shared/HandlerRegistration.java):23: >>>>>> >>>>>> error: cannot access HandlerRegistration >>>>>> public interface HandlerRegistration extends >>>>>> com.google.web.bindery.event.shared.HandlerRegistration { >>>>>> >>>>>> ^ >>>>>> bad source file: >>>>>> /root/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-user/2.8.0-SNAPSHOT/c7913836bdcf2423552e6355ad17fbd271ac5207/gwt-user-2.8.0-SNAPSHOT.jar(com/google/web/bindery/event/shared/HandlerRegistration.java) >>>>>> file does not contain class >>>>>> com.google.web.bindery.event.shared.HandlerRegistration >>>>>> Please remove or make sure it appears in the correct subdirectory >>>>>> of the sourcepath. >>>>>> 2 errors >>>>>> :gwt-errai:javadoc FAILED >>>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
