Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 9124 invoked from network); 28 Oct 2004 12:41:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Oct 2004 12:41:03 -0000 Received: (qmail 23397 invoked by uid 500); 28 Oct 2004 12:40:47 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 23321 invoked by uid 500); 28 Oct 2004 12:40:46 -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 23282 invoked by uid 99); 28 Oct 2004 12:40:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [62.96.16.111] (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 28 Oct 2004 05:40:45 -0700 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id i9SCeeK19827; Thu, 28 Oct 2004 14:40:40 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: dev@ant.apache.org Subject: X-Draft-From: ("nnfolder:mail.jakarta-ant" "") From: Stefan Bodewig Date: Thu, 28 Oct 2004 14:40:40 +0200 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, can anybody please refresh my memory why we are setting the source attribute on javac only conditionally? I've changed build.xml (see below) to always use the source attribute and it compiles fine with JDK 1.2 to 1.5. Stefan Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.437 diff -u -r1.437 build.xml --- build.xml 28 Oct 2004 09:38:24 -0000 1.437 +++ build.xml 28 Oct 2004 12:33:25 -0000 @@ -376,28 +376,6 @@ - - - - - - - - - - - - - - - @@ -642,17 +620,18 @@ =================================================================== --> - @@ -701,7 +680,7 @@ - + @@ -1406,15 +1385,16 @@ - - + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org