Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 19217 invoked by uid 500); 13 Aug 2003 13:36:35 -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 19169 invoked by uid 500); 13 Aug 2003 13:36:34 -0000 Received: (qmail 19099 invoked from network); 13 Aug 2003 13:36:34 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 13 Aug 2003 13:36:33 -0000 Received: (qmail 77260 invoked by uid 1539); 13 Aug 2003 13:36:36 -0000 Date: 13 Aug 2003 13:36:36 -0000 Message-ID: <20030813133636.77259.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs XmlnsTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N peterreilly 2003/08/13 06:36:36 Modified: src/main/org/apache/tools/ant/taskdefs DefBase.java src/testcases/org/apache/tools/ant/taskdefs XmlnsTest.java Log: typeo use use -> use Revision Changes Path 1.2 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/DefBase.java Index: DefBase.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/DefBase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DefBase.java 13 Aug 2003 13:18:54 -0000 1.1 +++ DefBase.java 13 Aug 2003 13:36:36 -0000 1.2 @@ -94,7 +94,7 @@ uri = ""; } if (uri.startsWith("ant:") && !uri.startsWith("antlib:")) { - throw new BuildException("Attempt to use use a reserved URI " + uri); + throw new BuildException("Attempt to use a reserved URI " + uri); } this.uri = uri; } 1.2 +1 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/XmlnsTest.java Index: XmlnsTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/XmlnsTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XmlnsTest.java 13 Aug 2003 13:26:31 -0000 1.1 +++ XmlnsTest.java 13 Aug 2003 13:36:36 -0000 1.2 @@ -85,7 +85,7 @@ public void testExcluded() { expectBuildExceptionContaining( "excluded", "excluded uri", - "Attempt to use use a reserved URI ant:notallowed"); + "Attempt to use a reserved URI ant:notallowed"); } public static class MyTask extends Task { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org