revaultch / gwtx

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

Hosted mode shell reports error about gwtx even when not used #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add an inherits in a module for gwtx.

2. See this message in the Shell window in hosted mode:

[ERROR] Errors in
'jar:file:/C:/projects/gwt-projects/geazy/lib/GWTx.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

3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

GWTx-20070605.jar
GWT 1.4.60 ( migrated from 1.3 recently )
JDK 1.5
Win XP

Please provide any additional information below.

Original issue reported on code.google.com by padysr...@gmail.com on 15 Dec 2007 at 3:20

GoogleCodeExporter commented 9 years ago

I use java.util.ResourceBundle to read in a properties. I dont see any exception
reported. 

Original comment by padysr...@gmail.com on 15 Dec 2007 at 3:30

GoogleCodeExporter commented 9 years ago
Check the FAQ: http://code.google.com/p/gwtx/wiki/FAQ

I think you need to reorder the jars in your project's classpath.

Original comment by sandy...@gmail.com on 16 Dec 2007 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by sandy...@gmail.com on 18 Dec 2007 at 5:48