gpt4 book ai didi

java - 在 netbeans 中构建项目时 Ivy 错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:51:53 28 4
gpt4 key购买 nike

我是 Ivy 新手,我需要一些帮助来解决错误。当我尝试使用 netbeans 构建我的项目时,出现以下错误:

confs: [compile, runtime, compile-test, runtime-test]
C:\Users\Tejas\Documents\NetBeansProjects\LaitsV3\Laitsv3second\nbproject\ivy-impl.xml:92: impossible to resolve dependencies:

java.io.FileNotFoundException: C:\Users\Tejas\.netbeans\7.1.1\modules\ext\ivy-2.1.0.jar\cache\resolved-Laitsv3second-Laitsv3second-1.0.xml (The system cannot find the path specified)

因为这个 Laitsv3second-Laitsv3second-1.0 被 ivy 从 ivy.xml 文件的信息标签中获取,如下所示:

<ivy-module version="2.0">
<info organisation="Laitsv3second" module="Laitsv3second" revision="1.0" />

谁能帮我找出这个问题?或任何帮助指针?

最佳答案

我通过在 ivysetting 中添加以下内容解决了这个错误

<property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" />
<caches resolutionCacheDir="${user.home}/.ivy2/cache" defaultCacheDir="${user.home}/.ivy2/cache"/>

这样它会尝试在指定目录中找到缓存。否则它会尝试在 ivy.jar 文件中查找缓存。这听起来可能很愚蠢,但事实就是如此。这与 ivvybeans 论坛上报告的问题相同,但尚未解决。 https://code.google.com/p/ivybeans/issues/detail?id=103

关于java - 在 netbeans 中构建项目时 Ivy 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17333731/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com