0

I have not been able to make the gwt:eclipse create a Launch that will work with the Plugin (the arguments tab is empty). So I am wondering how compatible it is with the Google Plugin: - Will I be able to use the GWT Designer? - Will I be able to run in Hosted Mode - Will I be able to run GWTTests?

The steps I followed are: - Use the Archetype to create Maven Project - Import the project - Go to the project properties and enable the Web Toolkit from the Google folder - Copy my *.gwt.xml file to src/main/java - run gwt:eclpse to create a Launch file (Which does not show in Run As by the way)

In the end it seems that I have to create a Run Configuration by hand. So how compatible are these 2 tools?

Thanks,

4

1 に答える 1

0

GWT Mavenプラグインの各バージョンは、GWTバージョンにリンクされています。

GWT mavenプラグインを使用する場合、プラグインで使用されるバージョンがプロジェクトと同じであり、Google Eclipseプラグイン(プロジェクトごとに構成されている)と同じであることを確認する必要があります。

2つのプラグインは互換性があるようです(私は両方を問題なく使用しています)。

プロジェクトを作成するために私が行ったこと:-アーキタイプgwtを使用してMavenプロジェクトを作成します。--import>既存のMavenプロジェクトを使用してEclipseにプロジェクトをインポートします-プロジェクトをGWTプロジェクトにします(プロジェクトのプロパティと[enable GWT]をオンにします)。-maven gwt:eclipseではなく、google eclipseプラグインを介してWebアプリケーション(gwt)として実行します。

于 2011-08-02T10:12:30.360 に答える