Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 92183 invoked from network); 6 Feb 2004 09:12:15 -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:12:15 -0000 Received: (qmail 75397 invoked by uid 500); 6 Feb 2004 09:10:33 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 75307 invoked by uid 500); 6 Feb 2004 09:10:32 -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 75197 invoked from network); 6 Feb 2004 09:10:31 -0000 Received: from unknown (HELO corvil.com) (213.94.219.177) by daedalus.apache.org with SMTP; 6 Feb 2004 09:10:31 -0000 Received: from corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com (8.12.9/8.12.5) with ESMTP id i169AdEu077787 for ; Fri, 6 Feb 2004 09:10:43 GMT (envelope-from peter.reilly@corvil.com) Message-ID: <4023594D.6030405@corvil.com> Date: Fri, 06 Feb 2004 09:07:25 +0000 From: Peter Reilly User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: [VOTE] date for 1.6.1 final References: <4022225C.20801@antbuild.com> <40226216.8000707@iseran.com> <40235583.3080508@corvil.com> In-Reply-To: <40235583.3080508@corvil.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Peter Reilly wrote: > Stefan Bodewig wrote: > >> On Fri, 06 Feb 2004, Stefan Bodewig wrote: >> >> >> >>> I just don't want to adapt anything here before I see the docs for >>> JDK 1.5 as it is hard to tell what has been changed intentionally >>> and what is a bug in the JDK. >>> >> >> >> All that I've written in my last post applied to the 1.5alpha release, >> the beta is on its way to my development box right now, although I >> don't expect to find time to play with it before next week. >> >> > I just ran the tests with 1.5.0 beta on linux (fedora). > > I had to remove the target=${javac.target} from the two javac tasks in > ant's build.xml. It looks like this is a bug with javac compiler. I get the same problem from the command line: >javac -target 1.1 -sourcepath src -d classes src/*.java javac: source release 1.4 requires target release 1.4 >javac -target 1.2 -sourcepath src -d classes src/*.java javac: source release 1.4 requires target release 1.4 >javac -target 1.3 -sourcepath src -d classes src/*.java javac: source release 1.4 requires target release 1.4 >javac -target 1.4 -sourcepath src -d classes src/*.java >javac -target 1.4 -sourcepath src -d classes src/*.java > Peter > > One test failed: > [junit] Testsuite: org.apache.tools.ant.taskdefs.JavacTest > [junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 0.012 sec > [junit] Testcase: > testCompilerAttribute(org.apache.tools.ant.taskdefs.JavacTest): FAILED > > Peter > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org