2013-03-22 84 views

回答

0

不僅GWT項目對於任何java項目的過程都是一樣的。

在這裏你可以找到一個Documentation通過Eclipse到您的工作空間

導入現有項目attaching source在Eclipse:Is there an easy way to attach source in Eclipse?

先做任務,你必須下載相應的項目的*src.zip *

+0

感謝@Baadshah的回覆。但我需要使用命令行來運行build.xml文件,以獲取工作代碼,這對我來說不起作用。它顯示了一些'找不到文件'的錯誤。 – karty019 2013-03-22 13:20:06

+0

聞起來像路徑問題。檢查它。 – 2013-03-22 13:24:44

0

在KonaKart有一個Ant任務,您可以運行創建Eclipse項目:你的安裝目錄下

轉到自定義目錄,然後:

C:\Program Files\KonaKart\custom>bin\kkant -p 
Buildfile: build.xml 

Main targets: 

make_eclipse_project Create an Eclipse Project for Developing the Struts-2 Storefront 

所以,你需要輸入:

C:\Program Files\KonaKart\custom>bin\kkant make_eclipse_project