Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 3661 invoked from network); 18 May 2010 17:50:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 17:50:42 -0000 Received: (qmail 39976 invoked by uid 500); 18 May 2010 17:50:41 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39932 invoked by uid 500); 18 May 2010 17:50:41 -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 39924 invoked by uid 99); 18 May 2010 17:50:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 17:50:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [74.124.202.87] (HELO biz82.inmotionhosting.com) (74.124.202.87) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 17:50:33 +0000 Received: from s01060030bd9c57c9.vc.shawcable.net ([96.49.82.98] helo=[192.168.2.5]) by biz82.inmotionhosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1OEQvO-0007ir-4g for dev@ant.apache.org; Tue, 18 May 2010 10:49:50 -0700 Message-ID: <4BF2D355.3070509@callenish.com> Date: Tue, 18 May 2010 10:50:13 -0700 From: Bruce Atherton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@ant.apache.org Subject: Re: [VOTE] Ant source tree reorganization References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - biz82.inmotionhosting.com X-AntiAbuse: Original Domain - ant.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - callenish.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org On 17/05/2010 7:11 PM, Jesse Glick wrote: > Should the Ant source tree (src/main/ and perhaps also src/tests/) be > split into subtrees? > > [ ] No, leave it the way it is - one big tree, using to > conditionally compile pieces and route classes to various JARs. > > [ ] Yes, split it into subtrees, where each tree maps to an output > JAR, may have its own classpath, and is compiled completely or not at > all. Like Stefan, I'm going to abstain. I don't like the reorganization, but recognize that maintaining the selectors as they exist right now is problematic and bug prone. Looking forward to the long-ago promised day that we could break backwards API compatibility with an Ant 2.0 release and reorganize the classes into a more sensible package structure. Ahh well, someday. > > And while we're at it: > > Should ant.jar and ant-nodeps.jar be consolidated? > > [ ] No, leave these as two JAR outputs (and two subtrees if the first > proposal is accepted). > > [X] Yes, merge them into one ant.jar (and one subtree " " " " " "), to > include all tasks and types with no linkage-level deps on 3rd-party > libraries (even if there is an implicit dep on a 3rd-party tool such > as Perforce), and remove the "Core" vs. "Optional" distinction in the > manual. Big fan of that. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org