Maven,GWT和托管模式

时间:2012-05-05 12:12:22

标签: java gwt

当我尝试在官方网站上使用gwt-maven-plugin(gwt:run)作为documented运行托管模式时 我收到一个错误:

The parameters 'runTarget' for goal org.codehaus.mojo:gwt-maven-plugin:2.4.0:run are missing or invalid 

如何解决这个问题?
更新:这是在我的POM中:

        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>gwt-maven-plugin</artifactId>
            <version>${gwt.version}</version>
            <executions>
                <execution>
                    <configuration>
                        <module>ff.ff.dd.Archiving</module>
                        <runTarget>Archiving.html</runTarget>

                        <draftCompile>true</draftCompile>
                    </configuration>
                    <goals>
                        <goal>compile</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>

2 个答案:

答案 0 :(得分:1)

您需要指明goal的所有必需配置选项。

答案 1 :(得分:0)

在netbean make goal gwt:debug

in properties -Dgwt.module = UR MODULE NAME -Dgwt.extraJvmArgs = -Xmx2048m -Dgwt.extraJvmArgs = -XX:PermSize = 32m -Dgwt.extraJvmArgs = -XX:MaxPermSize = 512m war:explosion gwt:debug

现在在控制台上运行它你会看到监听端口 现在进入Debug菜单并选择“Attach Debugger”并告诉端口和主机.....现在你的GWT开发模式现在启动你的GWT调试