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

no gwt-tour compatibility with GWT 2.7 and mgwt 2.0 #254

Open
luxmar opened this issue Apr 17, 2015 · 0 comments
Open

no gwt-tour compatibility with GWT 2.7 and mgwt 2.0 #254

luxmar opened this issue Apr 17, 2015 · 0 comments

Comments

@luxmar
Copy link

luxmar commented Apr 17, 2015

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):

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

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)?

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

1 participant