Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 57944 invoked from network); 21 May 2007 07:22:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 07:22:55 -0000 Received: (qmail 74944 invoked by uid 500); 21 May 2007 07:23:00 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 74906 invoked by uid 500); 21 May 2007 07:23:00 -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 74895 invoked by uid 99); 21 May 2007 07:23:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 00:23:00 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 00:22:53 -0700 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id l4L7MVis008633 for ; Mon, 21 May 2007 09:22:31 +0200 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Mon, 21 May 2007 09:22:27 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Trunk not buildable on Java 1.3 Date: Mon, 21 May 2007 09:22:27 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Trunk not buildable on Java 1.3 Thread-Index: AcebeMkjOx3n1gKYTTiBcewkBx+NDw== From: To: X-OriginalArrivalTime: 21 May 2007 07:22:27.0642 (UTC) FILETIME=[C925B1A0:01C79B78] X-Virus-Checked: Checked by ClamAV on apache.org build.bat build src\tests\junit\org\apache\tools\ant\launch\LocatorTest.java:23: cannot resolve symbol location: package net import java.net.URISyntaxException; ^ C:\ant\svn-repository\ant\core\src\tests\junit\org\apache\tools\ant\laun ch\LocatorTest.java:66: cannot resolve symbol symbol : method toURI () location: class java.io.File String asuri =3D new File(path).toURI().toASCIIString(); ^ URI was introduced in 1.4 and I think URISyntaxException, too (no @since in my JDK javadoc ;) But we want to be buildable on JDK 1.3. a) make LocatorTest 1.3-compliant b) make LocatorTest optional (--> build.xml) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org