私のツタの依存関係:
<dependency org="googlecode.com" name="jslint4java" rev="2.0.1" e:suffix="-src"> <artifact name="jslint4java" type="zip"/> </dependency>
私のツタの設定:
<url name="googlecode"> <artifact pattern="http://[module].[organization]/files/[artifact]-[revision][suffix].[ext]"/> </url>
...
<module organisation="googlecode.com" resolver="googlecode"/>
依存関係を解決しようとすると、次のエラーが発生しました。
[ivy:retrieve] == 依存関係の解決
...#blog;working@...->googlecode.com#jslint4java;2.0.2
[default->*] [ivy:retrieve] を試しました
http://jslint4java.googlecode.com/files/jslint4java-2.0.2-dist.zip
[ivy:retrieve]クライアント エラー: 見つかりません
url=http://jslint4java.googlecode.com/files/jslint4java-2.0.2-dist.zip
[ivy:retrieve] googlecode: ivy ファイルもアーティファクトも見つかりません
googlecode.com#jslint4java;2.0.2 [ivy:retrieve] WARN: モジュールが見つかりません: googlecode.com#jslint4java;2.0.2 [ivy:retrieve] WARN: ====
googlecode: [ivy:retrieve] を試しました WARN: -- アーティファクト
googlecode.com#jslint4java;2.0.2!jslint4java.zip: [ivy:取得] 警告:
http://jslint4java.googlecode.com/files/jslint4java-2.0.2-dist.zip
最後の行のURLを使用してファイルをd/lしようとしましたwget
が、うまくいきました。
しかし、ivy がファイルの d/l に失敗した理由がわかりません。