Sebastian Götz created IVY-1660:
-----------------------------------
Summary: IVY cannot retrieve into directory with whitespace
Key: IVY-1660
URL: https://issues.apache.org/jira/browse/IVY-1660
Project: Ivy
Issue Type: Bug
Affects Versions: 2.5.3
Reporter: Sebastian Götz
When trying to retrieve artifacts into a directory that contains spaces, the
retrieve fails with just a warning in the log. We use Apache ANT to do this:
{code:java}
<ivy:retrieve conf="${ivy.non.test.confs}"
pattern="${build.lib}/[conf]/[artifact].[ext]" sync="true" /> {code}
The folder the variable {{build.lib}} points to is a jenkins workspace which
contains the job's name and users regularly use whitespace here (e.g.
J:\jobs\core-lib (JDK 17)\workspace).
*Workaround:* Downgrading to 2.5.0 solves the issue by cost of the already
fixed issues in 2.5.1 and above.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)