You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Phillip Webb (JIRA)" <ji...@apache.org> on 2009/07/07 18:44:15 UTC

[jira] Updated: (IVYDE-188) Workspace Resolver Prevents Source Download

     [ https://issues.apache.org/jira/browse/IVYDE-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phillip Webb updated IVYDE-188:
-------------------------------

    Attachment: IVYDE-188.patch

Attached a patch

> 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
>         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.