Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 49891 invoked from network); 4 Apr 2008 10:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 10:09:43 -0000 Received: (qmail 36930 invoked by uid 500); 4 Apr 2008 10:09:43 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 36766 invoked by uid 500); 4 Apr 2008 10:09:42 -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 36755 invoked by uid 99); 4 Apr 2008 10:09:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 03:09:42 -0700 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; Fri, 04 Apr 2008 10:09:01 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 69C49E220016 for ; Fri, 4 Apr 2008 10:08:43 +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 27649-06 for ; Fri, 4 Apr 2008 12:08:42 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 2525) id F3835E220014; Fri, 4 Apr 2008 12:08:41 +0200 (CEST) To: dev@ant.apache.org Subject: FailureRecorder problems in Gump X-Draft-From: ("nnfolder:mail.jakarta-ant" "") From: Stefan Bodewig Date: Fri, 04 Apr 2008 12:08:41 +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 all, we can finally see[1] why the tests fail in Gump (and this is the only remaining failure on vmgump, BTW) [junit] nested build's System.err: /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/out/FailedTests.java:9: cannot find symbol [junit] symbol : constructor JUnit4TestCaseFacade(java.lang.String) [junit] location: class junit.framework.JUnit4TestCaseFacade [junit] suite.addTest(new junit.framework.JUnit4TestCaseFacade("test02")); [junit] ^ [junit] /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/out/FailedTests.java:10: cannot find symbol [junit] symbol : constructor JUnit4TestCaseFacade(java.lang.String) [junit] location: class junit.framework.JUnit4TestCaseFacade [junit] suite.addTest(new junit.framework.JUnit4TestCaseFacade("test03")); [junit] ^ [junit] /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/out/FailedTests.java:11: cannot find symbol [junit] symbol : constructor JUnit4TestCaseFacade(java.lang.String) [junit] location: class junit.framework.JUnit4TestCaseFacade [junit] suite.addTest(new junit.framework.JUnit4TestCaseFacade("test04")); [junit] ^ [junit] /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/out/FailedTests.java:12: cannot find symbol [junit] symbol : constructor JUnit4TestCaseFacade(java.lang.String) [junit] location: class junit.framework.JUnit4TestCaseFacade [junit] suite.addTest(new junit.framework.JUnit4TestCaseFacade("test10")); [junit] ^ [junit] 4 errors Looking at the current CVS HEAD of JUnit[2], I don't see a String-arg constructor there, so this explains the problem. The strange thing is that even the oldest version of JUnit4TestCaseFacade[3] I can find contains such a constructor. Any ideas? Stefan [1] http://vmgump.apache.org/gump/public/ant/test-ant/gump_work/build_ant_test-ant.html [2] http://junit.cvs.sourceforge.net/junit/junit/src/main/java/junit/framework/JUnit4TestCaseFacade.java?revision=1.1&view=markup [3] http://junit.cvs.sourceforge.net/junit/junit/src/junit/framework/JUnit4TestCaseFacade.java?hideattic=0&revision=1.1&view=markup --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org