I just pushed a fix to the io2010 repository. Anthony
On Tue, Jun 22, 2010 at 12:34, Anthony Baxter <[email protected]> wrote: > Damnit. I missed checking in the new flags. Will fix in a couple of > minutes. The test compile errors are known about, I'm also working on > that. > > > On Tue, Jun 22, 2010 at 12:11, Matt Richards <[email protected]> wrote: >> compile_gwt: >> [java] Compiling module >> org.waveprotocol.wave.examples.fedone.simplewebclient.SimpleWebClient >> [java] Validating newly compiled units >> [java] [ERROR] Errors in >> 'file:/home/mrichards/googlewave/wave-protocol-io2010/src/org/waveprotocol/wave/client/editor/testing/MockTypingSink.java' >> [java] [ERROR] Line 71: No source code is available for type >> junit.framework.TestCase; did you forget to inherit a required module? >> <Warnings.. snipped..> >> [java] [ERROR] Errors in >> 'file:/home/mrichards/googlewave/wave-protocol-io2010/src/org/waveprotocol/wave/model/conversation/testing/FakeConversationView.java' >> [java] [ERROR] Line 27: The import >> org.waveprotocol.wave.model.testing.FakeWaveView cannot be resolved >> [java] [ERROR] Line 74: FakeWaveView cannot be resolved to a >> type >> [java] [ERROR] Line 74: FakeWaveView cannot be resolved >> [java] [ERROR] Errors in >> 'file:/home/mrichards/googlewave/wave-protocol-io2010/src/org/waveprotocol/wave/client/editor/testtools/EditorAssert.java' >> [java] [ERROR] Line 29: No source code is available for type >> junit.framework.Assert; did you forget to inherit a required module? >> ----------- >> I do, however get a successful build in the end.. But when I attempt to run >> it.. the following occurs.. >> ----------------------------- >> Exception in thread "main" com.google.inject.CreationException: Guice >> creation errors: >> 1) No implementation for java.lang.Integer annotated with >> @com.google.inject.name.Named(value=xmpp_disco_failed_expiry_secs) was >> bound. >> while locating java.lang.Integer annotated with >> @com.google.inject.name.Named(value=xmpp_disco_failed_expiry_secs) >> for parameter 1 at >> org.waveprotocol.wave.federation.xmpp.XmppDisco.<init>(XmppDisco.java:83) >> at >> org.waveprotocol.wave.examples.fedone.ServerModule.configure(ServerModule.java:68) >> 2) No implementation for java.lang.Integer annotated with >> @com.google.inject.name.Named(value=xmpp_disco_successful_expiry_secs) was >> bound. >> while locating java.lang.Integer annotated with >> @com.google.inject.name.Named(value=xmpp_disco_successful_expiry_secs) >> for parameter 2 at >> org.waveprotocol.wave.federation.xmpp.XmppDisco.<init>(XmppDisco.java:83) >> at >> org.waveprotocol.wave.examples.fedone.ServerModule.configure(ServerModule.java:68) >> 2 errors >> at >> com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:385) >> at >> com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:164) >> at >> com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:116) >> at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:101) >> at com.google.inject.Guice.createInjector(Guice.java:105) >> at com.google.inject.Guice.createInjector(Guice.java:76) >> at com.google.inject.Guice.createInjector(Guice.java:63) >> at org.waveprotocol.wave.examples.fedone.ServerMain.run(ServerMain.java:56) >> at org.waveprotocol.wave.examples.fedone.ServerMain.main(ServerMain.java:46) >> JDK 1.6.0_20.. On Debian. >> -- >> --Matt >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Wave Protocol" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/wave-protocol?hl=en. >> > > > > -- > Anthony Baxter, [email protected] > -- Anthony Baxter, [email protected] -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
