有谁知道让GWT的SuperDevMode在IntellijIDEA中运行所需的步骤?我已经安装了预发布Leda v122.639。我选择了"使用超级开发模式"在我的IDEA运行配置中。我从来没有看到预期的#34;代码服务器已准备好"信息。
以下是IDEA的输出:
workDir:/Users/xxx/Library/Caches/IntelliJIdea12/gwt/xxx.6b734cae/xxx.e1dbb7c8/superDevMode/work
deleting: /Users/xxx/Library/Caches/IntelliJIdea12/gwt/xxx.6b734cae/xxx.e1dbb7c8/superDevMode/work/com.xxx.xxx.xxx/compile-1
binding: user.agent=safari
binding: compiler.useSourceMaps=true
binding: locale=en
Compiling module com.xxx.xxx.xxx
答案 0 :(得分:0)
从命令行运行构建后,清除IntellijIDEA编译器因内存不足而停滞不前。我在build.xml中编译期间增加了给java的内存,它开始工作了。