DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Google Guava 15.0 Error with GWT 2.5.1? #1593

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to use Guave 15.0 with GWT 2.5.1 but it fails to compile. I use the 
compiler parameter -strict. In my module gwt.xml I have:

<inherits name="com.google.common.collect.Collect"/>
I my classpath I added:

guava-15.0.jar
guava-gwt-15.0.jar
When I try to compile I get the following error:

Compiling module test.Tttt
   Validating units:
      [ERROR] Errors in 'com/google/common/base/super/com/google/common/base/CharMatcher.java'
         [ERROR] Line 760: SmallCharMatcher cannot be resolved
   [ERROR] Aborting compile due to errors in some input files
I used a blank gwt project to demonstrate this error. 

The project can be found here: https://github.com/confile/gwt-guava-test

Original issue reported on code.google.com by michael....@googlemail.com on 27 Nov 2013 at 10:00

GoogleCodeExporter commented 9 years ago
It's been a while since I tried to run a GWT project in Eclipse, so I'll need a 
little hand-holding. How can I launch the project? I see a Tttt.html run 
configuration, but that seems to launch dev mode, which works fine (perhaps 
because I can't see to turn -strict on for it). Do I need to launch prod mode? 
If so, how?

Original comment by cpov...@google.com on 2 Dec 2013 at 9:45

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:10

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08