문제

I'm new to Ivy, but am working on a project with multiple dependencies.

I'm publishing some jar's locally, and just came across the following error:

The container ivy.xml references non existing library

How can I resolve this?

도움이 되었습니까?

해결책

I had multiple projects open in Eclipse, and one of the other projects I was trying to build had unresolved Ivy dependencies.

So to solve it, I basically just right clicked on the project and chose "Ivy | Resolve".

다른 팁

Adding junit dependency to ivy.xml may solve your problem :

<dependency org="junit" name="junit" rev="4.11"/>

And then you should resolve ivy.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top