0

我想构建以下gwt 教程项目

我习惯了 gwt Eclipse 插件,所以在通过命令行构建现有项目时不知所措,我尝试使用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 机器构建吗?

4

1 回答 1

1

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

于 2012-07-16T19:59:16.257 回答