我是常春藤新手,我需要一些帮助来解决错误。当我尝试使用 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 文件的 info 标记中提取的,如下所示:
<ivy-module version="2.0">
<info organisation="Laitsv3second" module="Laitsv3second" revision="1.0" />
任何人都可以帮我确定这个问题吗?或任何寻求帮助的指针?