SuperDevMode with 2.6.0-rc3 and logLevel
Hello,
-- I test the new GWT version 2.6.0-rc3, the dev mode and the compile works with my application, but the super dev mode not work (it work with the 2.5.1 version).
I have this problème :
workDir: C:\Users\sfeir\AppData\Local\Temp\gwt-codeserver-2871590299772449765.tmp
binding: user.agent=safari
binding: compiler.useSourceMaps=true
binding: locale=en
Compiling module cef.kephas.KephasSuperDevMode
Validating units:
Ignored 33 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
[ERROR] Errors in 'jar:file:/C:/Users/sfeir/.m2/repository/com/google/guava/guava-gwt/15.0/guava-gwt-15.0.jar!/com/google/common/collect/super/com/google/common/collect/Lists.java'
[ERROR] Line 595: No source code is available for type com.google.common.math.IntMath; did you forget to inherit a required module?
Computing all possible rebind results for 'cef.kephas.client.resources.HTMLTemplate'
Rebinding cef.kephas.client.resources.HTMLTemplate
Invoking generator com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
Constructing interface cef.kephas.client.resources.HTMLTemplate
Generating method body for communityPopUp()
Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.
Generating method body for eventPopUp()
Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.
Computing all possible rebind results for 'cef.kephas.client.view.cell.ImageContraintLoadingCell.Template'
Rebinding cef.kephas.client.view.cell.ImageContraintLoadingCell.Template
Invoking generator com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
Constructing interface cef.kephas.client.view.cell.ImageContraintLoadingCell.Template
Generating method body for img()
Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.
Hibernate Validator 4.1.0.Final
[ERROR] Compiler returned false
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
at com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:128)
at com.google.gwt.dev.codeserver.ModuleState.<init>(ModuleState.java:58)
at com.google.gwt.dev.codeserver.CodeServer.makeModules(CodeServer.java:120)
at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:95)
at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:71)
at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:49)
There are no errors messages, and I can't change the log Level like with Dev Mode or Compile, is there a way to set the Log Level for see the error message ?
Thanks,
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home