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 = VFS.getManager();
FileObject jarFile = fsManager.resolveFile( "jar:lib/aJarFile.jar" );
But what I'd like to do is
FileObject jarFile = (FileObject) new URL("jar:lib/aJarFile.jar").getContent();
through use of java.protocol.handler.pkgs
I dont think thats currently supported?
cheers
Colin.
On 1/6/06, Mario Ivankovits <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>