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 19:42:15 UTC

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

    [ https://issues.apache.org/jira/browse/IVYDE-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728249#action_12728249 ] 

Phillip Webb commented on IVYDE-188:
------------------------------------

Removed the patch, the resolver cannot skip adding a download report.

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