Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 15249 invoked from network); 9 Jan 2009 09:17:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 09:17:25 -0000 Received: (qmail 61130 invoked by uid 500); 9 Jan 2009 09:17:25 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 61106 invoked by uid 500); 9 Jan 2009 09:17:25 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 61095 invoked by uid 99); 9 Jan 2009 09:17:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 01:17:25 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ramon.buckland@gmail.com designates 209.85.217.23 as permitted sender) Received: from [209.85.217.23] (HELO mail-gx0-f23.google.com) (209.85.217.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 09:17:18 +0000 Received: by gxk4 with SMTP id 4so731522gxk.14 for ; Fri, 09 Jan 2009 01:16:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=8uuGAwlv8DUiOdDe2NxC+1iiDFV7H2N/Q0AFt5JvbW4=; b=GGVgsBJsOlZOb0QdrT+WIFAxwzbTA6509NSp402VuNlSY7/R7M41OxmVi3gcOLdxW6 R4FpHjbIRynfYW45VreC+agC/HZYcO68jZ89gCrQBz16Yp0CNCT0fRldHeNR1Q+P85QV q7a3K6ErPM2HOkdHD0mePifuOGgWtupWfNuuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=hnd6mdEqoArtJwpj7lbM+YiAcjQQEV5GMAkGf9Qk0QRXEhLcIkEvo78RqlfzbGZ7XU ngKg2nUzzBCN6180nT/8yH+IEH2LqzBv2742UDU+LbhoTaPvvo02O/bc/zZj/7IGpI/f pg5swREsZimWIxUXDhVo7t2XlHEada/Xz/1n4= Received: by 10.150.122.18 with SMTP id u18mr3747076ybc.180.1231492617876; Fri, 09 Jan 2009 01:16:57 -0800 (PST) Received: by 10.150.189.18 with HTTP; Fri, 9 Jan 2009 01:16:57 -0800 (PST) Message-ID: <509899e80901090116h521712aaq6efac61e690af081@mail.gmail.com> Date: Fri, 9 Jan 2009 20:16:57 +1100 From: "Ramon Buckland" To: camel-dev@activemq.apache.org Subject: Re: Mega mega (VFS) file handler In-Reply-To: <5380c69c0901082304m82706e8n53f3a11223722330@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_148792_8675458.1231492617868" References: <509899e80901072201y43937ffbh20dd7221feeb1fb0@mail.gmail.com> <5380c69c0901072221g20f3515aycda6d5647b747ef2@mail.gmail.com> <509899e80901072359v1b4491ftfda2c23f698f76da@mail.gmail.com> <5380c69c0901080025s629bc6ehab74ae419d77dfda@mail.gmail.com> <509899e80901081852j1aa6e570y4ee286c6a737c838@mail.gmail.com> <5380c69c0901082304m82706e8n53f3a11223722330@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_148792_8675458.1231492617868 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > Would you suggest moving the various (new) interfaces up to camel-core > where > > camel-file is, and then having a camel-ftp and camel-vfs ? > > > > camel-core{contains camel-file} > > camel-ftp > > camel-vfs > > > +1 we need to have file in camel-core as its used extensively for unit > testing camel itself and its a core component. > > > Okay, I'll do it that way, once I am complete, I will send the patch through on the Jira Issue (to come). camel-commons-vfs is probably better (specific as we are using that library). ------=_Part_148792_8675458.1231492617868--