Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The method captureStackTrace(Throwable, Object) in the type StackTraceCreator is not applicable for the arguments (Throwable) Tracing compile failure path for type 'java.lang.JsException' #373

Open
confile opened this issue Feb 4, 2016 · 3 comments

Comments

@confile
Copy link

confile commented Feb 4, 2016

I tried compile 'com.googlecode.gwtquery:gwtquery:1.5-beta1' but this does not work well with GWT2.8-SNAPSHOT.

Compiling module test.widget.TestClient
   Tracing compile failure path for type 'com.google.gwt.lang.Exceptions'
      [ERROR] Errors in 'jar:file:/Users/mg/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-dev/2.8.0-SNAPSHOT/8810b850654af3d763e025e1e9d4ffc6d1e040cb/gwt-dev-2.8.0-SNAPSHOT.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Exceptions.java'
         [ERROR] Line 40: The method captureStackTrace(Throwable, Object) in the type StackTraceCreator is not applicable for the arguments (Throwable)
   Tracing compile failure path for type 'java.lang.JsException'
      [ERROR] Errors in 'jar:file:/Users/mg/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-user/2.8.0-SNAPSHOT/7e2b0e92de9751c07b8b8a0212842f2a84a933de/gwt-user-2.8.0-SNAPSHOT.jar!/com/google/gwt/emul/java/lang/JsException.java'
         [ERROR] Line 25: The constructor RuntimeException(Object) is undefined
   [ERROR] Aborting compile due to errors in some input files
:gwtCompile FAILED
@olafleur
Copy link
Member

olafleur commented Feb 4, 2016

Could you try with GWT 2.8 beta 1, please?

@confile
Copy link
Author

confile commented Feb 5, 2016

GWT 2.8 beta 1 is buggy.

@olafleur
Copy link
Member

olafleur commented Feb 5, 2016

Ok, but GWTQuery 1.5-beta 1 is made to work with GWT 2.8 beta1, from what I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants