Return-Path: Delivered-To: apmail-jakarta-cactus-dev-archive@www.apache.org Received: (qmail 84587 invoked from network); 22 Dec 2006 00:18:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2006 00:18:44 -0000 Received: (qmail 31778 invoked by uid 500); 22 Dec 2006 00:18:51 -0000 Delivered-To: apmail-jakarta-cactus-dev-archive@jakarta.apache.org Received: (qmail 31750 invoked by uid 500); 22 Dec 2006 00:18:50 -0000 Mailing-List: contact cactus-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Cactus Developers List" Reply-To: "Cactus Developers List" Delivered-To: mailing list cactus-dev@jakarta.apache.org Received: (qmail 31739 invoked by uid 99); 22 Dec 2006 00:18:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 16:18:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 16:18:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 975F8714293 for ; Thu, 21 Dec 2006 16:18:22 -0800 (PST) Message-ID: <31571589.1166746702617.JavaMail.jira@brutus> Date: Thu, 21 Dec 2006 16:18:22 -0800 (PST) From: "Petar Tahchiev (JIRA)" To: cactus-dev@jakarta.apache.org Subject: [jira] Updated: (CACTUS-246) Jakarta Cactus 1.7.2 won't work with Apache ANT 1.7.0. In-Reply-To: <3733151.1161126575036.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/CACTUS-246?page=all ] Petar Tahchiev updated CACTUS-246: ---------------------------------- Attachment: build-246.patch Davi hi, Thank you for pointing this. I also noticed this problem with one of the first BETA versions of Apache ANT 1.7, but I decided to wait till the official release of ANT 1.7. Here I am attaching a patch that solves the issue. > Jakarta Cactus 1.7.2 won't work with Apache ANT 1.7.0. > ------------------------------------------------------ > > Key: CACTUS-246 > URL: http://issues.apache.org/jira/browse/CACTUS-246 > Project: Cactus > Issue Type: Bug > Components: Ant Integration > Affects Versions: 1.7.2 > Environment: - Win XP > - Apache ANT 1.7.0Beta3 > - JDK 1.5 > Reporter: Davy Toch > Attachments: build-246.patch > > > Doing a quick test with Jakarta Cactus 1.7.2 on the latest beta release of Apache ANT 1.7.0 revealed the following > error message in Cactus: > java.lang.NoSuchMethodError: org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lang/String;)V > Reason: in ant-junit.jar the signature of the method 'addClasspathEntry' of the class JUnitTask has been modified between ANT 1.6.5 and ANT 1.7.0: > ANT 1.6.5: > protected void addClasspathEntry(String resource) > ANT 1.7.0: > protected boolean addClasspathEntry(String resource) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-dev-help@jakarta.apache.org