[ https://issues.apache.org/jira/browse/IVY-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17986503#comment-17986503 ]
Maarten Coene commented on IVY-1660: ------------------------------------ Do you have a stacktrace or warning message? > 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 > Priority: Major > > 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)