Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 5879 invoked from network); 6 Feb 2004 09:40:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 09:40:03 -0000 Received: (qmail 87203 invoked by uid 500); 6 Feb 2004 09:39:35 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 87147 invoked by uid 500); 6 Feb 2004 09:39:34 -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 87130 invoked by uid 500); 6 Feb 2004 09:39:34 -0000 Received: (qmail 87121 invoked from network); 6 Feb 2004 09:39:34 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 6 Feb 2004 09:39:34 -0000 Received: (qmail 5857 invoked by uid 1539); 6 Feb 2004 09:39:59 -0000 Date: 6 Feb 2004 09:39:59 -0000 Message-ID: <20040206093959.5856.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs JavacTest.java 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 peterreilly 2004/02/06 01:39:59 Modified: src/testcases/org/apache/tools/ant/taskdefs JavacTest.java Log: Allow unit tests to pass for java 1.5 Compiler name for 1.5 is javac1.5 Revision Changes Path 1.13 +2 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java Index: JavacTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- JavacTest.java 4 Feb 2004 20:38:02 -0000 1.12 +++ JavacTest.java 6 Feb 2004 09:39:59 -0000 1.13 @@ -150,6 +150,7 @@ || "javac1.2".equals(compiler) || "javac1.3".equals(compiler) || "javac1.4".equals(compiler) + || "javac1.5".equals(compiler) || "classic".equals(compiler)); javac.setFork(true); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org