revaultch / gwtx

Automatically exported from code.google.com/p/gwtx
0 stars 0 forks source link

Compilation errors (hosted mode) #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. added GWTx-20070110.jar to my eclipse project's cp (gwt-1.3.3)
2. Declared inheritance (   <inherits name='com.googlecode.gwtx.Java'/>)
3. Using Property support yields:

[ERROR] Errors in
'jar:file:/C:/[...]/lib/GWTx-20070110.jar!/com/googlecode/gwtx/java/io/emul/java
/io/ByteArrayOutputStream.java'
-> [ERROR] Line 81:  The method close() is undefined for the type OutputStream
-> [ERROR] Line 256:  The method write(byte[], int, int) is undefined for
the type OutputStream

Any hints /ideas ?

Original issue reported on code.google.com by ibu...@gmail.com on 10 May 2007 at 1:10

GoogleCodeExporter commented 9 years ago
Reorder your classpath:
http://code.google.com/p/gwtx/wiki/FAQ

Original comment by sandy...@gmail.com on 10 May 2007 at 2:40