Return-Path: X-Original-To: apmail-ant-dev-archive@www.apache.org Delivered-To: apmail-ant-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC775B22E for ; Fri, 20 Jan 2012 16:54:51 +0000 (UTC) Received: (qmail 21006 invoked by uid 500); 20 Jan 2012 16:54:51 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 20907 invoked by uid 500); 20 Jan 2012 16:54:51 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 20899 invoked by uid 99); 20 Jan 2012 16:54:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 16:54:50 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 16:54:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 9BD77289800B for ; Fri, 20 Jan 2012 17:54:24 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r8x7ZkHYifYc for ; Fri, 20 Jan 2012 17:54:23 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id CA9DC2898012; Fri, 20 Jan 2012 17:54:23 +0100 (CET) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: 1.8.3? References: <87hazwb4jc.fsf@v35516.1blu.de> <8762g79c8n.fsf@v35516.1blu.de> Date: Fri, 20 Jan 2012 17:54:23 +0100 In-Reply-To: (Tushar Kapila's message of "Fri, 20 Jan 2012 20:36:18 +0530") Message-ID: <87k44miabk.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2012-01-20, Tushar Kapila wrote: > I got java 1.4 from Oracle/ old sun java site for windows and got it > running for a test app. I didn't realize there are Windows/Linux versions of 1.4.2_19 and older, I just looked at the later 1.4.2 versions and they are availabe for Solaris only. I may try to get the Linux version working on my machine. > Can you share the command to get the latest ant code? > I tried > svn co https://fisheye6.atlassian.com/browse/ant/core/trunk ant > svn co http://svn.apache.org/repos/asf/ant/ant/trunk ant > (svn: Repository moved permanently to '/viewvc/ant/core/trunk/'; please > relocate) You may want to use https instead. We know Ant builds with 1.4 - we have a CI build that verifies build and test there. But if I create a release using, say, OpenJDK 1.6 it is possible javac resolves some method invocations to methods that are present in Java6 but not in 1.4. This is why the release process of Ant has been a staged process so far where you start with the lowest JDK needed to support, then compile the remaining classes with the next higher version and so on until you reach the highest version required by an optional task or type. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org