Skip to content

Instantly share code, notes, and snippets.

@vega113
Created August 5, 2011 12:44
Show Gist options
  • Save vega113/1127461 to your computer and use it in GitHub Desktop.
Save vega113/1127461 to your computer and use it in GitHub Desktop.
ompiling module org.waveprotocol.box.webclient.WebClientDev
[java] Validating newly compiled units
[java] [ERROR] Errors in 'file:/C:/cygwin/home/vega/wave-protocol/src/org/waveprotocol/box/webclient/client/HistorySupport.java'
[java] [ERROR] Line 24: The import org.waveprotocol.box.webclient.client.events.Log cannot be resolved
[java] [ERROR] Line 37: Log cannot be resolved to a type
[java] [ERROR] Line 37: Log cannot be resolved
[java] [ERROR] Line 49: Log cannot be resolved to a type
[java] [ERROR] Line 52: Log cannot be resolved to a type
[java] [ERROR] Errors in 'file:/C:/cygwin/home/vega/wave-protocol/src/org/waveprotocol/box/webclient/client/RemoteWaveViewService.java'
[java] [ERROR] Line 29: The import org.waveprotocol.box.webclient.client.events.Log cannot be resolved
[java] [ERROR] Line 68: Log cannot be resolved to a type
[java] [ERROR] Line 68: Log cannot be resolved
[java] [ERROR] Line 171: Log cannot be resolved to a type
[java] [ERROR] Line 232: Log cannot be resolved to a type
[java] [ERROR] Line 273: Log cannot be resolved to a type
[java] [ERROR] Errors in 'file:/C:/cygwin/home/vega/wave-protocol/src/org/waveprotocol/box/webclient/client/WaveWebSocketClient.java'
[java] [ERROR] Line 39: The import org.waveprotocol.box.webclient.client.events.Log cannot be resolved
[java] [ERROR] Line 52: Log cannot be resolved to a type
[java] [ERROR] Line 52: Log cannot be resolved
[java] [ERROR] Line 112: Log cannot be resolved to a type
[java] [ERROR] Line 173: Log cannot be resolved to a type
[java] [ERROR] Line 178: Log cannot be resolved to a type
[java] [ERROR] Line 210: Log cannot be resolved to a type
[java] [ERROR] Errors in 'file:/C:/cygwin/home/vega/wave-protocol/src/org/waveprotocol/box/webclient/client/WebClient.java'
[java] [ERROR] Line 51: The import org.waveprotocol.box.webclient.client.events.Log cannot be resolved
[java] [ERROR] Line 81: Log cannot be resolved to a type
[java] [ERROR] Line 81: Log cannot be resolved
[java] [ERROR] Line 138: Log cannot be resolved to a type
[java] [ERROR] Line 163: Log cannot be resolved to a type
[java] [ERROR] Line 269: Log cannot be resolved to a type
[java] [ERROR] Line 294: Log cannot be resolved to a type
[java] [ERROR] Errors in 'file:/C:/cygwin/home/vega/wave-protocol/src/org/waveprotocol/box/webclient/search/SearchPanelWidget.java'
[java] [ERROR] Line 109: Pool cannot be resolved to a type
[java] [ERROR] Line 109: No source code is available for type Pool; did you forget to inherit a required module?
[java] [ERROR] Line 110: ToppingUpPool cannot be resolved
[java] [ERROR] Line 110: ToppingUpPool cannot be resolved to a type
[java] [ERROR] Line 142: Pool<DigestDomImpl> cannot be resolved to a type
[java] [ERROR] Line 171: Pool<DigestDomImpl> cannot be resolved to a type
[java] Finding entry point classes
[java] [ERROR] Unable to find type 'org.waveprotocol.box.webclient.client.WebClient'
[java] [ERROR] Hint: Previous compiler errors may have made this type unavailable
[java] [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment