如何通过终端建立现有的gwt项目

时间:2012-07-16 18:47:25

标签: gwt ant build

我想构建以下gwt tutorial project

我已经习惯了gwt Eclipse插件,所以在通过命令行构建现有项目时我感到很茫然,我尝试使用下载的项目文件夹like the tutorial mentions中的ant build hosted命令,并得到这些错误:

  ant build hosted
    Buildfile: /home/antonio/Desktop/LABATI/MusicStoreDTO-NOECLIPSE/build.xml

    libs:

    BUILD FAILED
    /home/antonio/Desktop/LABATI/MusicStoreDTO-NOECLIPSE/build.xml:18: Warning: Could not find file /home/antonio/Desktop/LABATI/MusicStoreDTO-NOECLIPSE/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334/gwt-windows-1.6.4/gwt-servlet.jar to copy.

    Total time: 0 seconds


  [1]: http://google-web-toolkit.googlecode.com/files/gwt_hibernate_dto.zipTI/MusicStoreDTO-NOECLIPSE/build.xml%20%20libs:%20%20BUILD%20FAILED%20/home/antonio/Desktop/LABATI/MusicStoreDTO-NOECLIPSE/build.xml:18:%20Warning:%20Could%20not%20find%20file%20/home/antonio/Desktop/LABATI/MusicStoreDTO-NOECLIPSE/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334/gwt-windows-1.6.4/gwt-servlet.jar%20to%20copy.%20%20Total%20time:%200%20seconds

我注意到了win32所需的文件。我正在使用Ubuntu 12.04盒子,这个源是不是可以从非Windows机器构建的?

1 个答案:

答案 0 :(得分:1)

自2009年以来,GWT的当前版本为2.5,gwt-windows-1.6.4已经过时。您应该遵循最新的(或至少是最近的)版本的最新教程。