From dev-return-110696-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Tue Jul 29 15:30:18 2008 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 30447 invoked from network); 29 Jul 2008 15:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2008 15:30:18 -0000 Received: (qmail 84749 invoked by uid 500); 29 Jul 2008 15:30:17 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 84245 invoked by uid 500); 29 Jul 2008 15:30:15 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 84234 invoked by uid 99); 29 Jul 2008 15:30:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 08:30:15 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.27.42.65] (HELO smtp8-g19.free.fr) (212.27.42.65) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 15:29:19 +0000 Received: from smtp8-g19.free.fr (localhost [127.0.0.1]) by smtp8-g19.free.fr (Postfix) with ESMTP id A237E32A7DE for ; Tue, 29 Jul 2008 17:29:14 +0200 (CEST) Received: from [192.168.1.101] (did75-15-88-160-185-18.fbx.proxad.net [88.160.185.18]) by smtp8-g19.free.fr (Postfix) with ESMTP id 9264432A800 for ; Tue, 29 Jul 2008 17:29:13 +0200 (CEST) Message-ID: <488F3746.6020706@apache.org> Date: Tue, 29 Jul 2008 17:29:10 +0200 From: Emmanuel Bourg User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Commons Developers List Subject: Re: svn commit: r680694 - in /commons/proper/cli/branches/cli-1.x: NOTICE.txt build.properties build.xml maven.xml pom.xml project.properties project.xml src/assembly/src.xml src/conf/MANIFEST.MF References: <20080729134410.44AE6238896D@eris.apache.org> <55afdc850807290731i149abd3bhe9c383d408f271a8@mail.gmail.com> <488F2B7E.5080804@apache.org> <55afdc850807290801s52f21ab9yc1f5dd40e4a266e5@mail.gmail.com> In-Reply-To: <55afdc850807290801s52f21ab9yc1f5dd40e4a266e5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Niall Pemberton a écrit : > Better IMO to produce the release using > JDK1.5 and Maven2 and just provide an ant build to be able to test the > RC using JDK 1.3. As long as m2 has JDK 1.3 source/target options set, > then it will be JDK 1.3 compatible and as long as we test the RC using > Ant JDK1.3 then it ensures no JDK 1.4+ APIs have crept into the code > base. I guess someone will object that it doesn't ensure that the jar generated by Maven actually works with a Java 1.3 environment. However I don't think this is really a concern for CLI, because it's used mainly for command line applications and not web applications, and these applications are less likely to require an older JRE. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org