Hi Sébastien,

Sébastien Gendre <[email protected]> writes:

[...]

> Apparently, Ant try to create a directory as "/.jmri/lib", which fail.
> In the `build.yml` file, line 125, the directory is set as
> "${settings.dir}/lib". And "settings.dir" is set as
> "${user.home}/.jmri" (line 121).

A bit of a shot in the dark, but: perhaps the build system expects $HOME
to be writable, which isn't by default in the build environment?

Some packages have a 'make-home-writable' phase, which typically does
(setenv (getcwd)) or (setenv "/tmp").

HTH,

-- 
Thanks,
Maxim

Reply via email to