Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 34963 invoked from network); 5 Jan 2006 23:33:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 23:32:59 -0000 Received: (qmail 14795 invoked by uid 500); 5 Jan 2006 23:32:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 14729 invoked by uid 500); 5 Jan 2006 23:32:49 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 14703 invoked by uid 99); 5 Jan 2006 23:32:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 15:32:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of colin.taylor@gmail.com designates 64.233.184.204 as permitted sender) Received: from [64.233.184.204] (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 15:32:48 -0800 Received: by wproxy.gmail.com with SMTP id i14so2792112wra for ; Thu, 05 Jan 2006 15:32:28 -0800 (PST) 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:references; b=HptJNG58+m8/tbRNNAy2DEAkEbZ0VX7gIup4XFVIjHeNo2JCpix9fV0Ijvkd5XC4b8lUJaeRiqXooixnplLIBOaAmx+/J8etIfNxp0XNDP50fhAl1lr3/CcfpoEZnghQ4XkXNhZdKlHim7+6RT5+485pp4RAS4k1oY/6JAYT7JM= Received: by 10.54.137.18 with SMTP id k18mr4219699wrd; Thu, 05 Jan 2006 15:32:27 -0800 (PST) Received: by 10.54.146.3 with HTTP; Thu, 5 Jan 2006 15:32:27 -0800 (PST) Message-ID: <84d3067d0601051532g95be5f3va0d0c2e0713816f2@mail.gmail.com> Date: Fri, 6 Jan 2006 12:32:27 +1300 From: Colin Taylor To: Jakarta Commons Users List Subject: Re: [VFS] build broken In-Reply-To: <43BD1D3B.4050804@ops.co.at> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18703_16550721.1136503947643" References: <84d3067d0601041646w658895d4v1a840d1a182dda63@mail.gmail.com> <43BD1D3B.4050804@ops.co.at> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_18703_16550721.1136503947643 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Mario, thats good news about subversion. > Another area of interest is to add URL protocol > handlers. Really ? As I see it, currently I have to do: FileSystemManager fsManager =3D VFS.getManager(); FileObject jarFile =3D fsManager.resolveFile( "jar:lib/aJarFile.jar" ); But what I'd like to do is FileObject jarFile =3D (FileObject) new URL("jar:lib/aJarFile.jar").getCont= ent(); through use of java.protocol.handler.pkgs I dont think thats currently supported? cheers Colin. On 1/6/06, Mario Ivankovits wrote: > > Hi Colin! > > I'm possibly keen to add > > subversion support. > Its already there, just sitting in Bugzilla and waiting for a new home - > outside of Apache as it depends on an non ASF compliant licensed product > (JavaSVN) > I'll start within the next few days to import it into VFS. > > > Another area of interest is to add URL protocol > > handlers. > > > This is already there. > > But hey, still enough work to do ;-) > > --- > Mario > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > ------=_Part_18703_16550721.1136503947643--