[
https://issues.apache.org/jira/browse/IVYDE-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée resolved IVYDE-188.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.1.0
Assignee: Nicolas Lalevée
DownloadStatus.FAILED resolve the issue yes, thanks.
But then it raised another one: the module descriptor of a project was
declaring a default jar artifact which will then failed to be download (intead
of no download).
Both are now fixed in trunk.
> Workspace Resolver Prevents Source Download
> -------------------------------------------
>
> Key: IVYDE-188
> URL: https://issues.apache.org/jira/browse/IVYDE-188
> Project: IvyDE
> Issue Type: Bug
> Components: workspace resolver
> Affects Versions: 2.0.0.beta1
> Environment: Ivy 2.0
> Reporter: Phillip Webb
> Assignee: Nicolas Lalevée
> Fix For: 2.1.0
>
> Attachments: IVYDE-188.patch
>
>
> Source attachments triggered in the second half of the
> IvyResolveJob.getSourceArtifactPath method call the ivy resolve engine:
> ivy.getResolveEngine.download(....)
> This in turn delegates to a ChainResolver. The chain resolver stops at the
> first item in the chain to return a download report.
> The WorkspaceResolver currently returns a download report for non workspace
> project with DownloadStatus.NO, I think it should probably just skip adding
> the report so the chain can continue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.