Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 82932 invoked from network); 7 Jul 2009 18:20:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 18:20:27 -0000 Received: (qmail 77492 invoked by uid 500); 7 Jul 2009 18:20:37 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 77446 invoked by uid 500); 7 Jul 2009 18:20:37 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 77437 invoked by uid 99); 7 Jul 2009 18:20:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 18:20:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 18:20:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 070D3234C1EF for ; Tue, 7 Jul 2009 11:20:15 -0700 (PDT) Message-ID: <204779465.1246990815028.JavaMail.jira@brutus> Date: Tue, 7 Jul 2009 11:20:15 -0700 (PDT) From: "Phillip Webb (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVYDE-188) Workspace Resolver Prevents Source Download In-Reply-To: <1125740025.1246984814784.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728274#action_12728274 ] Phillip Webb commented on IVYDE-188: ------------------------------------ Using DownloadStatus.FAILED seems to fix the problem > 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.