Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 25915 invoked from network); 10 Dec 2010 16:31:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 16:31:32 -0000 Received: (qmail 10536 invoked by uid 500); 10 Dec 2010 16:31:32 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 10449 invoked by uid 500); 10 Dec 2010 16:31:30 -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 10427 invoked by uid 99); 10 Dec 2010 16:31:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 16:31:29 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 16:31:27 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBAGV5qJ011974 for ; Fri, 10 Dec 2010 16:31:05 GMT Message-ID: <2079373.60481291998665603.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 11:31:05 -0500 (EST) From: "Martin Weber (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-271) Eclipse-IvyDE should not add ivy jar to ant class path when Ant is run as an external tool 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 Eclipse-IvyDE should not add ivy jar to ant class path when Ant is run as an external tool ------------------------------------------------------------------------------------------ Key: IVYDE-271 URL: https://issues.apache.org/jira/browse/IVYDE-271 Project: IvyDE Issue Type: Bug Affects Versions: 2.1.0 Reporter: Martin Weber The external Ant will abort with a ClassNotFoundException in the first task if Ivy is configured to use classes from other jars (e.g. jars with custom version matcher classes, parser classes, sftp resolver in this case). Example: - ivysettings defines an sftp resolver (which requires jsch.jar to work) - in build.xml, Ivy tasks are define with <----- needed for sftp resolver <----- Ivy and Ivy tasks If ivy.jar is added as an antlib at the time Ant is invoked, the of the above seems to be ignored and the jsch.jar is not searched for classes. (See Ant FAQ: ) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.