次の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 以外のマシンからビルドできませんか?