Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 33649 invoked from network); 11 May 2007 12:53:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 12:53:52 -0000 Received: (qmail 55417 invoked by uid 500); 11 May 2007 12:53:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 55386 invoked by uid 500); 11 May 2007 12:53:58 -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 55375 invoked by uid 99); 11 May 2007 12:53:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 05:53:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 05:53:51 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id C94D96B9DF for ; Fri, 11 May 2007 13:53:29 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yZbS2hA4pBCO for ; Fri, 11 May 2007 13:53:28 +0100 (BST) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by colossus.hpl.hp.com (Postfix) with ESMTP id 8B95A6B9DC for ; Fri, 11 May 2007 13:53:28 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id l4BCrDtZ009988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 May 2007 13:53:14 +0100 (BST) Message-ID: <46446739.6090702@apache.org> Date: Fri, 11 May 2007 13:53:13 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Ant Developers List Subject: Re: AW: [GUMP@vmgump]: Project test-ant (in module ant) failed References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Jan.Materne@rzf.fin-nrw.de wrote: > [junit] Testcase: testTripleForwardSlashNetworkURI_BugID_42275(org.apache.tools.ant.launch.LocatorTest): FAILED > [junit] file:///PC03/jclasses/lib/ant-1.7.0.jar expected: but was: > [junit] junit.framework.ComparisonFailure: file:///PC03/jclasses/lib/ant-1.7.0.jar > expected: > but was : > > > > [junit] Testcase: testUnixNetworkPath(org.apache.tools.ant.launch.LocatorTest): Caused an ERROR > [junit] Bad URI file://cluster/home/ant/lib:URI has an authority component > [junit] java.lang.IllegalArgumentException: Bad URI file://cluster/home/ant/lib:URI has an authority component > [junit] at org.apache.tools.ant.launch.Locator.fromURI(Locator.java:179) > [junit] at org.apache.tools.ant.launch.LocatorTest.resolve(LocatorTest.java:41) > [junit] at org.apache.tools.ant.launch.LocatorTest.resolveTo(LocatorTest.java:48) > [junit] at org.apache.tools.ant.launch.LocatorTest.testUnixNetworkPath(LocatorTest.java:69) > ... > [junit] Caused by: java.lang.IllegalArgumentException: URI has an authority component JDK bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079277 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5086147 we could avoid it by always using the pre-java1.4 URI to file logic, instead of delegating to Sun when they have some code that claims to do it. > > > > [junit] Testcase: testScript(org.apache.tools.ant.taskdefs.optional.RhinoReferenceTest): Caused an ERROR > [junit] java.lang.IllegalArgumentException: 11 > [junit] /x1/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/script_reference.xml:3: java.lang.IllegalArgumentException: 11 > ... > [junit] java.lang.IllegalArgumentException: 11 > [junit] at org.mozilla.javascript.ContextFactory.hasFeature(ContextFactory.java:284) > > > > many more errors seem to rely on that > > > > [junit] Testcase: testException(org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest): FAILED > [junit] Should throw BuildException because 'Should have thrown an exception in the script' with message containing 'TypeError' (actual message 'java.lang.IllegalArgumentException: 11' instead) > [junit] junit.framework.AssertionFailedError: Should throw BuildException because 'Should have thrown an exception in the script' with message containing 'TypeError' (actual message 'java.lang.IllegalArgumentException: 11' instead) > > This all looks like my work. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org