Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.beta1
-
None
-
Ivy 2.0
Description
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.