Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 22465 invoked from network); 14 May 2009 09:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 09:32:21 -0000 Received: (qmail 70150 invoked by uid 500); 14 May 2009 09:32:20 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 70066 invoked by uid 500); 14 May 2009 09:32:20 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 70056 invoked by uid 99); 14 May 2009 09:32:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 09:32:20 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 09:32:12 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 0B332E220014 for ; Thu, 14 May 2009 09:31:51 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01942-09 for ; Thu, 14 May 2009 11:31:49 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 2525) id 2939CE22000A; Thu, 14 May 2009 11:31:49 +0200 (CEST) To: dev@ant.apache.org Subject: Re: ant-problem after upgrading from junit 4.4 to junit 4.6 X-Draft-From: ("nnfolder:mail.jakarta-ant" 93762) References: <62A558BAAD2B744B92DC9BC72BBACB77088B97EA@98w3mail1.citti.gv-partner.net> From: Stefan Bodewig Date: Thu, 14 May 2009 11:31:48 +0200 In-Reply-To: <62A558BAAD2B744B92DC9BC72BBACB77088B97EA@98w3mail1.citti.gv-partner.net> (Matthias Walter's message of "Thu\, 14 May 2009 10\:49\:37 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org Hi Matthias, On 2009-05-14, Walter, Matthias wrote: > Hello there, > I'm not quite sure if this is the correct mailing list for my problem, > please forgive me, if not. > I have a problem after upgrading junit from 4.4 to 4.6 on a Hudson > Server. > I get the error message: > [junit] Running org.path.to.my.test.class.SqliteBackupManagerTest > [junit] Testsuite: org.path.to.my.test.class.SqliteBackupManagerTest > /some/path/to/my/build.xml:188: java.lang.NoClassDefFoundError: > org/junit/Assume$AssumptionViolatedException could you provide the full stacktrace (running ant in verbose mode, if necessary)? I've grepped through Ant's sources and can't find any reference to AssumptionViolatedException or he Assume class in Ant's trunk or Ant 1.7.1. It may be some other library/tool that you are using during your test. Cobertura is a likely candidate. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org