Super Dev Mode をテストするために GWT 2.6.0 にアップグレードしました。
私のアプリケーションは、(GPE を使用して) 運用用にコンパイルすると正常にコンパイルされ、開発モードでも正常に実行されます。
ただし、Super Dev モードでコンパイルしようとすると、エラーが発生します。
workDir: /var/folders/9l/zfcsrq790mn8__7q1cy5_7gh0000gn/T/gwt-codeserver-3316577908252534936.tmp
binding: user.agent=safari
binding: compiler.useSourceMaps=true
binding: locale=en
Compiling module com.juntosalimos.Junsal
Computing all possible rebind results for 'com.gwtplatform.mvp.client.ApplicationController'
Rebinding com.gwtplatform.mvp.client.ApplicationController
Invoking generator com.gwtplatform.mvp.rebind.ApplicationControllerGenerator
[ERROR] The type 'com.juntosalimos.client.gin.PreBootstrapperImpl' was not found.
[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)
SDM コンパイラと製品コンパイラの違いは何ですか? これをコードサーバーへの引数として使用しています:
-src src/com.juntosalimos.Junsal