一些IvyDe行为被误解了

时间:2018-11-08 22:49:13

标签: eclipse ant nutch ivy ivyde

我在Eclipse中开发了一些Apache Nutch插件。

我试图使用IvyDe Eclipse插件下载相关jar的源。 几乎所有源jar都已下载,没有问题,但是由于未知原因,一些.class Jar已映射到相应的测试jar。我正在寻求解决此问题的建议。

为什么ivy复制测试库而不是核心库? 这是配置错误还是常春藤错误,或者它是一项功能? 所以在构建阶段我得到了错误的库。

ant -v可以提供

  

[ivy:retrieve]正在检索   /home/toor/.ivy2/cache/com.j256.ormlite/ormlite-core/jars/ormlite-core-5.1-tests.jar   [ivy:retrieve]至   /home/toor/nutch/1.15/dst/build/lib/ormlite-core-5.1.jar

     

[ivy:retrieve]检索/home/toor/.ivy2/cache/org.apache.hadoop/hadoop-auth/test-jars/hadoop-auth-2.7.4-tests.jar   [ivy:retrieve]到/home/toor/nutch/1.15/dst/build/lib/hadoop-auth-2.7.4.jar

0 个答案:

没有答案