I am currently using :
GWT : 1.5.0 RC 1
JSDK : 1.5.0_16
I have created a simple GWT module, which is compiling properly.
Now I decided to add GXT resources to the module
GXT : 1.0.1
I get an error like this :
[ERROR] Errors in 'jar:file:/C:/archives/software/GWT/gwt-windows-1.5.0/gwt-user.jar!/com/google/gwt/emul/java/io/FilterOutputStream.java'
[ERROR] Line 21: The type FilterOutputStream must implement the inherited abstract method OutputStream.write(int)
My mudle inherits the following :
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.googlecode.gwtx.Java"/>
Sorry for the noise, the problem was not due to GXT.
The answer could be useful anyway.
The problem was a side effect of gwtx.
I am using gwtx for propertyListeners, I modified my inherits
from :
<inherits name="com.googlecode.gwtx.Java"/>