Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71750 invoked from network); 17 Jan 2008 09:54:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2008 09:54:39 -0000 Received: (qmail 67480 invoked by uid 500); 17 Jan 2008 09:54:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67455 invoked by uid 500); 17 Jan 2008 09:54:24 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 67444 invoked by uid 99); 17 Jan 2008 09:54:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 01:54:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peter.kitt.reilly@gmail.com designates 72.14.202.180 as permitted sender) Received: from [72.14.202.180] (HELO ro-out-1112.google.com) (72.14.202.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 09:54:08 +0000 Received: by ro-out-1112.google.com with SMTP id p4so209809roc.4 for ; Thu, 17 Jan 2008 01:54:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4XYUMtXb6OsAAGASHa8rZ35u1DCe2mTd+mgKG/TJrdo=; b=QpDtHCo6ZbM5ENW2amuvQ3VADodnmdIuQBRhjhbGN5dxPJvKJCbS0NT8shPgSsruK9CF2uZMHvVz45tQS6mYqqbX6IpGAaZYe8eTQtzu7FfXk519GuLc3IAeLhyLIjJPz9WjVB6TVB83z9c4sN1lA8OLo+TtoP5FTgxgJ+k4nEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rjyhjs6UhOpP4iC8Ff0JSSkstjeCt2LyEPuoWRB3pEv0jmW/JGSY1IuNwGyHnfLzymx9u2VDFMysV93A8IT0CZoW07Bm92aFwpBd+dym9uRk/KxuXS48oMjfe6NkqLBQ26VxDZ9s6N2P1ZPHLiacnKL2G54m8emxiuuDU6871hE= Received: by 10.142.177.7 with SMTP id z7mr1036230wfe.47.1200563639602; Thu, 17 Jan 2008 01:53:59 -0800 (PST) Received: by 10.142.172.11 with HTTP; Thu, 17 Jan 2008 01:53:59 -0800 (PST) Message-ID: Date: Thu, 17 Jan 2008 09:53:59 +0000 From: "Peter Reilly" To: "Ant Users List" Subject: Re: Redirecting compile errors In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7106C04C5CF9AA43B6B278F2C24FFF27D0E326@AD1HFDEXC305.ad1.prod> <478E27FB.8020900@apache.org> <23fce8e60801161637w21ddc568h92cff1851629e10f@mail.gmail.com> <478F21F6.9040009@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 17, 2008 9:52 AM, Peter Reilly wrote: > On Jan 17, 2008 9:37 AM, Steve Loughran wrote: > > Peter Reilly wrote: > > > On Jan 17, 2008 12:37 AM, James Abley wrote: > > > > >> What is the base target version for ant development these days? Java 5? > > >> > > > It is java5, however, the ant jars need to be able to work gracefully in > > > a java1.3 and java1.4 env (i.e. support what can be supported). > > >> James > > > > > > and Java 1,3-compatible language features...it has to compile on older > > versions. What we can do is have a directory of java6+ code that isnt > > built on Java <6. > > I do not think that the ability to compile ant on < java5 is necessary. > The reaon I think this is that the resultant output will not be a complete ant product. Peter > Peter > > > > > > -- > > > Steve Loughran http://www.1060.org/blogxter/publish/5 > > Author: Ant in Action http://antbook.org/ > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org