我正在使用IntelliJ,添加了IvyIdea插件,現在嘗試使用IvyIdea解決項目(Ant構建)的依賴關係,但獲取有關「未解決的依賴關係」的錯誤。我已經下載並配置了Ivy和Ant。IvyIdea插件 - 不解決依賴關係
我可以使用Ant命令行解析和構建項目,但不能通過IDE。我可以看到〜.ivy2 \ cache文件夾已經解決了它所抱怨的所有依賴關係。
我已將所有模塊的「構面」配置爲映射到正確的常春藤設置並構建屬性文件。有誰知道我還有什麼可以嘗試的嗎?
一兩件事,我現在在日誌中發現,
loadData of pentaho-kettle#kettle-core;7.1-SNAPSHOT of rootConf=default
using default to resolve pentaho-kettle#kettle-core;7.1-SNAPSHOT
default: Checking cache for: dependency: pentaho-kettle#kettle-core;7.1-SNAPSHOT {default-ext=[default]}
don't use cache for pentaho-kettle#kettle-core;7.1-SNAPSHOT: changing=true
don't use cache for pentaho-kettle#kettle-core;7.1-SNAPSHOT: changing=true
local (useCacheOnly) : no ivy file found for pentaho-kettle#kettle-core;7.1-SNAPSHOT
main: Checking cache for: dependency: pentaho-kettle#kettle-core;7.1-SNAPSHOT {default-ext=[default]}
don't use cache for pentaho-kettle#kettle-core;7.1-SNAPSHOT: changing=true
don't use cache for pentaho-kettle#kettle-core;7.1-SNAPSHOT: changing=true
shared (useCacheOnly) : no ivy file found for pentaho-kettle#kettle-core;7.1-SNAPSHOT
don't use cache for pentaho-kettle#kettle-core;7.1-SNAPSHOT: changing=true
public (useCacheOnly) : no ivy file found for pentaho-kettle#kettle-core;7.1-SNAPSHOT
WARN: module not found: pentaho-kettle#kettle-core;7.1-SNAPSHOT
WARN: ==== local: tried
WARN: ==== shared: tried
WARN: ==== public: tried
我已經確定我使用正確的常春藤設置和構建性能,但仍然它給了同樣的錯誤。