Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 40259 invoked from network); 7 Jul 2009 08:14:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 08:14:29 -0000 Received: (qmail 45202 invoked by uid 500); 7 Jul 2009 08:14:39 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 44987 invoked by uid 500); 7 Jul 2009 08:14:38 -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 44908 invoked by uid 99); 7 Jul 2009 08:14:38 -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 08:14:38 +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 08:14:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0E007234C004 for ; Tue, 7 Jul 2009 01:14:16 -0700 (PDT) Message-ID: <1007628781.1246954456042.JavaMail.jira@brutus> Date: Tue, 7 Jul 2009 01:14:16 -0700 (PDT) From: "Phillip Webb (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-187) Allow workspace resolver to skip version matcher 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 Allow workspace resolver to skip version matcher ------------------------------------------------ Key: IVYDE-187 URL: https://issues.apache.org/jira/browse/IVYDE-187 Project: IvyDE Issue Type: Improvement Components: workspace resolver Affects Versions: 2.0.0.final Reporter: Phillip Webb Attachments: ivyde-workspaceignoreversion.patch The workspace resolver version matcher sometimes gets in the way. I would like to suggest an option that will allow a workspace project to be used when the organization and module ID match, regardless of the version. The DocComment on WorkspaceResolver seems to imply that this was the original intent: * Since the resolver is not aware which module revision a project is publishing, it optimistically * matches any revision of the module. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.