1

I got several GWT facets in my projects. They are getting detected and I can see them in "Project Structure"/"Project Settings"/"Facets" menu. However when I try to setup "Run/Debug Configuration" for GWT, I cannot see any GWT module in drop-down list for my project. The drop-down list is enabled, but the only value I see there is "All". Tried almost everything I could think of, but no luck.

Has anyone seen anything like this? Any help is appreciated.

P.S. Intellij IDEA 11.0.2.

4

1 回答 1

5

请检查在运行配置的“模块”组合框中选择的 IDEA 模块的源根目录下是否有 GWT 模块(*.gwt.xml 文件)。模块的源代码根显示在项目结构对话框中(文件 | 项目结构 | 模块 | 节点 | 'Sources' 选项卡)。

于 2012-12-11T08:16:08.413 回答