Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.1
-
None
-
Wave version from hg trunk http://code.google.com/p/wave-protocol/source/checkout, gwt-user.jar and gwt-dev.jar from /third_party/codegen/gwt folder
Description
Trying inherit project, in My.gwt.xml:
...
<inherits name="org.waveprotocol.wave.model.account.Account" />
<inherits name="org.waveprotocol.wave.client.editor.harness.EditorHarness" />
...
gwt compile produce:
java
Compiling module ru.artlebedev.ast.Admin
[ERROR] Errors in 'jar:file:/mnt/sda1/projects/appengine/nucleus-app/war/WEB-INF/lib/client-common-src.jar!/org/waveprotocol/wave/client/common/util/UserAgentStaticProperties.java'
[ERROR] Line 57: Rebind result 'org.waveprotocol.wave.client.common.util.UserAgentStaticProperties' cannot be abstract
[ERROR] Cannot proceed due to previous errors