From dev-return-56608-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Mon Mar 29 07:16:36 2004 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 10080 invoked from network); 29 Mar 2004 07:16:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Mar 2004 07:16:35 -0000 Received: (qmail 94212 invoked by uid 500); 29 Mar 2004 07:16:12 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 94001 invoked by uid 500); 29 Mar 2004 07:16:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 93985 invoked from network); 29 Mar 2004 07:16:09 -0000 Received: from unknown (HELO bodewig.bost.de) (62.96.16.111) by daedalus.apache.org with SMTP; 29 Mar 2004 07:16:09 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id i2T7GK724309; Mon, 29 Mar 2004 09:16:20 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: dev@ant.apache.org Subject: Re: [GUMP@lsd]: ant/ant-testutil failed X-Draft-From: ("nnfolder:mail.jakarta-ant" 58287) References: <20040328024224.25032.qmail@web20415.mail.yahoo.com> From: Stefan Bodewig Date: Mon, 29 Mar 2004 09:16:20 +0200 In-Reply-To: <20040328024224.25032.qmail@web20415.mail.yahoo.com> (Matt Benson's message of "Sat, 27 Mar 2004 18:42:24 -0800 (PST)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sat, 27 Mar 2004, Matt Benson wrote: > Can someone explain to me how to go about determining > the reason for the failure, as far as what happened > with Gump? Go to and search for the failed test. Gump is trying to be helpful and has turned on debug info by now (it does so if a build fails repeatedly) and in our case it mostly blurs the picture. It seems as if [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.image.ImageTest [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 4.129 sec [junit] Testcase: testOverwriteTrue(org.apache.tools.ant.taskdefs.optional.image.ImageTest): FAILED [junit] File was not overwritten. [junit] junit.framework.AssertionFailedError: File was not overwritten. [junit] at junit.framework.Assert.fail(Assert.java:47) [junit] at junit.framework.Assert.assertTrue(Assert.java:20) [junit] at org.apache.tools.ant.taskdefs.optional.image.ImageTest.testOverwriteTrue(ImageTest.java:82) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:324) [junit] at junit.framework.TestCase.runTest(TestCase.java:154) [junit] at junit.framework.TestCase.runBare(TestCase.java:127) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:118) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:208) [junit] at junit.framework.TestSuite.run(TestSuite.java:203) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:285) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:960) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:606) [junit] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:268) [junit] at org.apache.tools.ant.Task.perform(Task.java:363) [junit] at org.apache.tools.ant.Target.execute(Target.java:301) [junit] at org.apache.tools.ant.Target.performTasks(Target.java:328) [junit] at org.apache.tools.ant.Project.executeTarget(Project.java:1214) [junit] at org.apache.tools.ant.Project.executeTargets(Project.java:1062) [junit] at org.apache.tools.ant.Main.runBuild(Main.java:667) [junit] at org.apache.tools.ant.Main.startAnt(Main.java:187) [junit] at org.apache.tools.ant.Main.start(Main.java:151) [junit] at org.apache.tools.ant.Main.main(Main.java:234) [junit] TEST org.apache.tools.ant.taskdefs.optional.image.ImageTest FAILED is the problem. I add JAI to Ant's CLASSPATH last Friday and thus the JAI related tasks and tests have been added. Your changes look absolutely fine (from Gump's POV) but the JAI tests seem to fail. Probably a timing issue, many test failures in Gump are timing problems. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org