Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2014-01-16 Thread Michael Prentice
I was able to get my project to build with GWT 2.6rc4 after upgrading EventBinder to 1.0.1 and Gin to 2.1.2. I wanted to commit my EventBinder and Gin upgrades but not yet commit the change to GWT 2.6. This didn't work though. Using Gin 2.1.2 with GWT 2.5.1 generated the following exceptions

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-14 Thread Thomas Broyer
Yes, it is. On Thursday, November 14, 2013 12:44:50 AM UTC+1, Leonid Khachaturov wrote: Is it the same issue? https://code.google.com/p/google-web-toolkit/issues/detail?id=8433 On Wednesday, November 13, 2013 5:47:18 PM UTC+1, Boris Brudnoy wrote: I'm getting this compiler error when

ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Boris Brudnoy
I'm getting this compiler error when building a GWT project using the recently downloaded gwt-2.6.0-rc1: [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit. at

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Thomas Broyer
Are you using a third-party library that would make use of this class? (Google GIN used to use it for example, and has not yet made a released with the fix: https://code.google.com/p/google-gin/source/detail?r=278) On Wednesday, November 13, 2013 5:47:18 PM UTC+1, Boris Brudnoy wrote: I'm

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Boris Brudnoy
Are you using a third-party library that would make use of this class? (Google GIN used to use it for example, and has not yet made a released with the fix: https://code.google.com/p/google-gin/source/detail?r=278) Yes, the project uses GIN. Further down the stack trace there's this

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Thomas Broyer
On Wednesday, November 13, 2013 6:45:49 PM UTC+1, Boris Brudnoy wrote: Are you using a third-party library that would make use of this class? (Google GIN used to use it for example, and has not yet made a released with the fix: https://code.google.com/p/google-gin/source/detail?r=278)

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Leonid Khachaturov
Is it the same issue? https://code.google.com/p/google-web-toolkit/issues/detail?id=8433 On Wednesday, November 13, 2013 5:47:18 PM UTC+1, Boris Brudnoy wrote: I'm getting this compiler error when building a GWT project using the recently downloaded gwt-2.6.0-rc1: [ERROR] An internal