Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 80471 invoked from network); 2 Dec 2002 16:53:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Dec 2002 16:53:44 -0000 Received: (qmail 29816 invoked by uid 97); 2 Dec 2002 16:54:47 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 29800 invoked by uid 97); 2 Dec 2002 16:54:46 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 29759 invoked by uid 98); 2 Dec 2002 16:54:45 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: ant test; xerces References: <000701c298f4$404dd500$0202a8c0@zermatt> From: Stefan Bodewig Date: 02 Dec 2002 17:53:24 +0100 In-Reply-To: <000701c298f4$404dd500$0202a8c0@zermatt> Message-ID: Lines: 44 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) 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: daedalus.apache.org 1.6.2 0/1000/N On Sat, 30 Nov 2002, Steve Loughran wrote: > Ant isnt testing for me...I dont know how long this has been the > case, as I only just Probably since I added that specific testcase 8-) > [junit] java.net.MalformedURLException: no protocol: include.inc Shouldn't happen, have you updated and bootstrapped everything? The toURL method will always prepend file: . > So I'm using java1.4, ant's CVS_HEAD copy Xerces and yet a core test > that isnt failing on the gump is breaking for me. Gump uses CVS HEAD of Xerces (so do I). Let me see - completely empty CLASSPATH, JDK 1.4.1_01, ./build.sh test: Testsuite: org.apache.tools.ant.IncludeTest Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1,231 sec ./build.sh -diagnostics (snipped) ------- Ant diagnostics report ------- Apache Ant version 1.6alpha compiled on December 2 2002 ------------------------------------------- Implementation Version (JDK1.2+ only) ------------------------------------------- core tasks : 1.5.9 optional tasks : 1.5.9 ------------------------------------------- XML Parser information ------------------------------------------- XML Parser : org.apache.xerces.jaxp.SAXParserImpl XML Parser Location: /home/bodewig/ASF/jakarta/jakarta-ant/lib/xercesImpl.jar I guess this is more of an OS issue than a Xerces problem. As I said when I committed FileUtils#toURL and FileUtils#fromURL, those have not been tested on Windows. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: