Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 57810 invoked from network); 27 Oct 2006 18:24:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2006 18:24:37 -0000 Received: (qmail 13637 invoked by uid 500); 27 Oct 2006 18:24:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 13601 invoked by uid 500); 27 Oct 2006 18:24:43 -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 13587 invoked by uid 99); 27 Oct 2006 18:24:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 11:24:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.197.247.126] (HELO milan.turin.turinnetworks.com) (63.197.247.126) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 11:24:29 -0700 Received: from [10.10.60.7] ([10.10.60.7]) by milan.turin.turinnetworks.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 27 Oct 2006 11:24:07 -0700 Message-ID: <45424EC7.5010806@turinnetworks.com> Date: Fri, 27 Oct 2006 11:24:07 -0700 From: Wayne Cannon User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Ant Users List Subject: Re: Using Ant with older Java versions References: <453FB26A.2070307@turinnetworks.com> <766423370610251206x737a53b7v45d3af2534b419e8@mail.gmail.com> <453FB77F.9090304@mindspring.com> <45401222.5010608@turinnetworks.com> <4540266B.2060702@gmx.de> <766423370610270939s4b97f904p81b4cdfa11603f54@mail.gmail.com> In-Reply-To: <766423370610270939s4b97f904p81b4cdfa11603f54@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Oct 2006 18:24:07.0663 (UTC) FILETIME=[171BA7F0:01C6F9F5] X-Virus-Checked: Checked by ClamAV on apache.org I think I've solved the problem. When I use the "executable" attribute, it starts complaining that the -source command-line parameter isn't supported. However, when I remove the source="1.3" and target="1.3" attributes, it stops complaining; so those parameters must be incompatible with the JDK 1.3's javac. --Wayne David Jones wrote: > I believe that the -source and -target parameters are specific to java > 1.5. > If you are using the 1.3 compiler, you don't need to try to ensure > compatibility with 1.3, its automatic. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org