簡體   English   中英

在Eclipse中從SVN服務器簽出GWT項目?

[英]Checkout GWT project from SVN server in eclipse?

我已經將我的gwt項目導入svn服務器,但問題是如何在eclipse中將該項目作為gwt項目從另一台機器中檢出?

謝謝

來自svn的file> new> project> checkout project

細節在這里

如果你已經正確設置了eclipse以使用gwt,你應該只需要檢查一個項目。

如果您已經簽入了項目的.project文件,只要在另一台機器上安裝了GWT插件,就可以設置它們。

項目性質

<nature>com.google.gwt.eclipse.core.gwtNature</nature>
<nature>com.google.gdt.eclipse.core.webAppNature</nature>

以及建造者

<buildCommand>
    <name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
    <arguments>
    </arguments>
</buildCommand>

在其中定義。

如果這不起作用(有時它不適用於我),您必須為簽出的項目手動激活GWT: Project > Properites > Google > Web Toolkit > Use Google Web Toolkit

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM