2012-05-05 68 views
0

當我嘗試爲documented在官方網站 我'運行使用GWT-Maven的插件(gwt:run)託管模式得到一個錯誤:Maven的,GWT和託管模式

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

如何解決這個問題?
UPDATE:這是我的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> 

回答

1

您需要指出goal的所有必需的配置選項。

+0

是的,我把這個配置添加到gwt-plugin''部分,但它沒有幫助。我更新了問題並添加了pom.xml的pice。謝謝 – MyTitle

+0

@MyTitle你可以發佈整個插件配置? –

+0

當然是。問題已更新 – MyTitle

0

在netbean化妝目標GWT:調試

在性能-Dgwt.module = UR模塊名稱-Dgwt.extraJvmArgs = -Xmx2048m -Dgwt.extraJvmArgs = -XX:PermSize =32米-Dgwt.extraJvmArgs = -XX :MaxPermSize = 512m war:爆炸gwt:調試

並且現在在控制檯上運行它會看到偵聽端口 現在進入Debug菜單並選擇「Attach Debugger」並且告訴端口和主機.....現在你的GWT開發模式現在啓動你的GWT調試