Tried building from the google code repository on a clean install of Ubuntu
10.10, I can get the server built and access it using the command-line client
however the web client isn't working. I have the issue of the registration and
login screen working fine but only the header for the wave screen. I found the
additional instructions for building the web client (ant compile-gwt) and ran
them only to run into errors on build, from what I can tell the following two
files are missing from the current checkin of the project:
src/org/waveprotocol/wave/client/wavepanel/view/dom/full/BlipLinkPopupWidget.ui.xml
src/org/waveprotocol/wave/client/wavepanel/view/dom/full/BlipLinkPopupWidget.css
Here is the build output:
compile-gwt:
[java] Compiling module org.waveprotocol.box.webclient.WebClientProd
[java] Scanning for additional dependencies:
file:/var/wave/src/org/waveprotocol/wave/client/wavepanel/view/dom/full/BlipLinkPopupWidget.java
[java] Computing all possible rebind results for
'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources'
[java] Rebinding
org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources
[java] Invoking generator
com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
[java] Preparing method style
[java] Finding resources
[java] [ERROR] Resource BlipLinkPopupWidget.css not
found. Is the name specified as Class.getResource() would expect?
[java] Computing all possible rebind results for
'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder'
[java] Rebinding
org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder
[java] Invoking generator
com.google.gwt.uibinder.rebind.UiBinderGenerator
[java] [ERROR] Unable to find resource:
org/waveprotocol/wave/client/wavepanel/view/dom/full/BlipLinkPopupWidget.ui.xml
[java] [ERROR] Errors in
'file:/var/wave/src/org/waveprotocol/wave/client/wavepanel/view/dom/full/BlipLinkPopupWidget.java'
[java] [ERROR] Line 69: Failed to resolve
'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder'
via deferred binding
[java] [ERROR] Line 72: Failed to resolve
'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources'
via deferred binding
[java] Scanning for additional dependencies:
file:/var/wave/src/org/waveprotocol/wave/client/widget/profile/ProfilePopupWidget.java
[java] [WARN] For the following type(s), generated source was never
committed (did you forget to call commit()?)
[java] [WARN]
org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget_BinderImpl
[java] [ERROR] Cannot proceed due to previous errors
BUILD FAILED
/var/wave/build.xml:326: Java returned: 1
As I understand it the project is currently in the process of being moved from
Google Code to Apache Foundation, but the process is ongoing, and last I
checked the incubator SVN repository is still being setup.
Is there some other way for me to grab these files while waiting for the
Incubator SVN to be setup?
Thank you for your time.
Erik