You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If trying to get mgwt showcase working with gwt-tour, the console output from compiling with super dev mode is the following (error):
Runing CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.7, -bindAddress, 127.0.0.1, -launcherDir, /home/marian/workspace_oha_mgwt2/mgwt-showcase/target/mgwt-showcase-2.0.0-SNAPSHOT, -logLevel, INFO, com.googlecode.mgwt.examples.showcase.ShowCase]
Super Dev Mode starting up
workDir: /tmp/gwt-codeserver-883274298781880589.tmp
Loading Java files in com.googlecode.mgwt.examples.showcase.ShowCase.
Module setup completed in 17954 ms
The code server is ready at http://127.0.0.1:9876/
Code server started in 18040 ms
waited 12176 ms for code server to finish
GET /recompile/showcase
Job com.googlecode.mgwt.examples.showcase.ShowCase_1_0
starting job: com.googlecode.mgwt.examples.showcase.ShowCase_1_0
binding: mgwt.density=mid
binding: mgwt.formfactor=desktop
Compiling module com.googlecode.mgwt.examples.showcase.ShowCase
- zitierten Text einblenden -
[ERROR] at FlexPanelDefaultAppearance.java(39): GWT.create(FlexPanelDefaultAppearance$Binder.class)
com.google.gwt.dev.jjs.ast.JMethodCall
[ERROR] at FlexPanelDefaultAppearance.java(39): (FlexPanelDefaultAppearance$Binder) GWT.create(FlexPanelDefaultAppearance$Binder.class)
com.google.gwt.dev.jjs.ast.JCastOperation
[ERROR] at FlexPanelDefaultAppearance.java(39): final static FlexPanelDefaultAppearance$Binder UI_BINDER = (FlexPanelDefaultAppearance$Binder) GWT.create(FlexPanelDefaultAppearance$Binder.class)
com.google.gwt.dev.jjs.ast.JDeclarationStatement
[ERROR] at FlexPanelDefaultAppearance.java(22): {
Object.$clinit();
{
FlexPanelDefaultAppearance$Resources.INSTANCE.css().ensureInjected();
}
final static FlexPanelDefaultAppearance$Binder UI_BINDER = (FlexPanelDefaultAppearance$Binder) GWT.create(FlexPanelDefaultAppearance$Binder.class);
}
com.google.gwt.dev.jjs.ast.JBlock
[ERROR] at FlexPanelDefaultAppearance.java(22): {
Object.$clinit();
{
FlexPanelDefaultAppearance$Resources.INSTANCE.css().ensureInjected();
}
final static FlexPanelDefaultAppearance$Binder UI_BINDER = (FlexPanelDefaultAppearance$Binder) GWT.create(FlexPanelDefaultAppearance$Binder.class);
}
com.google.gwt.dev.jjs.ast.JMethodBody
[ERROR] at FlexPanelDefaultAppearance.java(22): private static final void $clinit();
com.google.gwt.dev.jjs.ast.JMethod
[ERROR] Compiler returned false
[WARN] recompile failed
[WARN] continuing to serve previous version
see also:
dikalo/gwt-tour#1 (comment)
If trying to get mgwt showcase working with gwt-tour, the console output from compiling with super dev mode is the following (error):
here is the complete post from google group:
https://groups.google.com/d/msg/google-web-toolkit/844vtBt6320/XB3uoQ9q9gkJ
seems to be a problem with FlexPanelDefaultAppearance?!
what is incompatible between this two frameworks (gwt-tour mgwt2.0)?
The text was updated successfully, but these errors were encountered: