latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Fresh clone but unable to build. #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is how I cloned the code. 
hg clone https://wave-protocol.googlecode.com/hg/ wave-protocol-snapshot

Then I run ant in wave-protocol-snapshot directory. It failed whie running 
compile-gwt task. Here is what it says.

compile-gwt:
     [java] Compiling module org.waveprotocol.box.webclient.WebClientProd
     [java]    Scanning for additional dependencies: file:/home/administrator/wave-protocol-snapshot/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:/home/administrator/wave-protocol-snapshot/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:/home/administrator/wave-protocol-snapshot/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

Complete ant output is attached in a file. Build log file is also zipped and 
attached.

Original issue reported on code.google.com by uppal62 on 15 Jan 2011 at 11:14

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed by rev 841:46efdea2224f

Original comment by hearn...@google.com on 17 Jan 2011 at 12:29