Re: How to use custom .ivy2 directory

2023-08-07 Thread Jaikiran Pai

Hello Yuri,

There's a section in 
https://ant.apache.org/ivy/history/2.5.1/tutorial/defaultconf.html 
called "Setting up the repositories" which explains the use of the 
ivy.default.ivy.user.dir property which controls this location.


-Jaikiran

On 07/08/23 1:42 pm, Yuri wrote:

One project (lightzone) fails to build in a VM with this error:

> java.io.FileNotFoundException: 
/nonexistent/.ivy2/cache/resolved-lightcrafts-lightcrafts-work...@localhost.xml 
(No such file or directory)



This is because the user in the VM doesn't have a home directory.

How to use another directory?

Setting the HOME environment variable doesn't help.



Thanks,

Yuri


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



How to use custom .ivy2 directory

2023-08-07 Thread Yuri

One project (lightzone) fails to build in a VM with this error:

> java.io.FileNotFoundException: 
/nonexistent/.ivy2/cache/resolved-lightcrafts-lightcrafts-work...@localhost.xml 
(No such file or directory)



This is because the user in the VM doesn't have a home directory.

How to use another directory?

Setting the HOME environment variable doesn't help.



Thanks,

Yuri


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org