Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 66207 invoked from network); 23 Aug 2005 00:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 00:35:53 -0000 Received: (qmail 19719 invoked by uid 500); 23 Aug 2005 00:35:52 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 19183 invoked by uid 500); 23 Aug 2005 00:35:51 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 19170 invoked by uid 99); 23 Aug 2005 00:35:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 17:35:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO zproxy.gmail.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 17:36:08 -0700 Received: by zproxy.gmail.com with SMTP id l1so55798nzf for ; Mon, 22 Aug 2005 17:35:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ubXMLQ2+D31hcTn13Lvvf3ciLQquOE77ZeLdNvXDjv3pssdSWCCyvVtbsFNsF63xnd//F7LXSt18kDEzmXtlK5vWD97bPHcWBIn0K7KozVD7Iyltxz+5ucb4nAFczulPIiR6koi5RE7Jf1u6uJ3oR5SdRfY40z+r4XjbliUjvAk= Received: by 10.36.18.12 with SMTP id 12mr3708160nzr; Mon, 22 Aug 2005 17:35:48 -0700 (PDT) Received: by 10.36.13.10 with HTTP; Mon, 22 Aug 2005 17:35:48 -0700 (PDT) Message-ID: <31cc373605082217357b9bd465@mail.gmail.com> Date: Mon, 22 Aug 2005 20:35:48 -0400 From: Henri Yandell To: Jakarta Commons Developers List Subject: Re: [fileupload] Remove commons-io dependency In-Reply-To: <430A6740.1050009@btopenworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <430A577C.5050509@btopenworld.com> <16d6c6200508221629f000037@mail.gmail.com> <430A6740.1050009@btopenworld.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/22/05, Stephen Colebourne wrote: > Martin Cooper wrote: > > On 8/22/05, Stephen Colebourne wrote: > >>I would like to propose the removal of the commons-io dependency from > >>[fileupload]. > > > > I am *not* in favour of this. (And it would have been nice if you'd > > expressed this opinion a year and a half ago, when these classes were > > introduced to IO from FileUpload, and the dependency was created. ;) >=20 > I know ;-) [fileupload] is not a component I follow closely :-( How about: * some kind of subversion sym link? Unsure if it supports that yet. svn:externals could be done? * custom maven.xml which copies the file from commons-io, search and replace on 'public class' on those N files and quietly inlines the classes? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org