You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@excalibur.apache.org by "Marcus Crafter (JIRA)" <de...@excalibur.apache.org> on 2004/11/23 11:19:18 UTC

[jira] Created: (EXLBR-18) [patch] support for commons vfs protocols in the source resolver

[patch] support for commons vfs protocols in the source resolver
----------------------------------------------------------------

         Key: EXLBR-18
         URL: http://nagoya.apache.org/jira/browse/EXLBR-18
     Project: Excalibur Components
        Type: Improvement
  Components: SourceResolver  
    Reporter: Marcus Crafter
    Priority: Minor


Hi All,

Hope all is going well.

Attached is a draft (ie. untested) patch I've been working on that adds support for using Commons VFS as a protocol engine in the source resolver.

Commons VFS supports CIFS, FTP, file, HTTP, HTTPS, SFTP, WebDAV, ZIP, JAR, BZIP2, and GZIP so far. Using this patch, all of these protocols are available through the source resolver.

Currently, only Source is implemented (ie. read-only), I intend to add support for Modifiable and Traversable Source soon, along with some test cases to validate everything. I'm posting what I've implemented so far in case anyone else wants to jump onboard as well.

Cheers,

Marcus

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/


[jira] Updated: (EXLBR-18) [patch] support for commons vfs protocols in the source resolver

Posted by "Marcus Crafter (JIRA)" <de...@excalibur.apache.org>.
     [ http://nagoya.apache.org/jira/browse/EXLBR-18?page=history ]

Marcus Crafter updated EXLBR-18:
--------------------------------

    Attachment: vfs.tar.gz

> [patch] support for commons vfs protocols in the source resolver
> ----------------------------------------------------------------
>
>          Key: EXLBR-18
>          URL: http://nagoya.apache.org/jira/browse/EXLBR-18
>      Project: Excalibur Components
>         Type: Improvement
>   Components: SourceResolver
>     Reporter: Marcus Crafter
>     Priority: Minor
>  Attachments: vfs.tar.gz
>
> Hi All,
> Hope all is going well.
> Attached is a draft (ie. untested) patch I've been working on that adds support for using Commons VFS as a protocol engine in the source resolver.
> Commons VFS supports CIFS, FTP, file, HTTP, HTTPS, SFTP, WebDAV, ZIP, JAR, BZIP2, and GZIP so far. Using this patch, all of these protocols are available through the source resolver.
> Currently, only Source is implemented (ie. read-only), I intend to add support for Modifiable and Traversable Source soon, along with some test cases to validate everything. I'm posting what I've implemented so far in case anyone else wants to jump onboard as well.
> Cheers,
> Marcus

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/


[jira] Closed: (EXLBR-18) [patch] support for commons vfs protocols in the source resolver

Posted by "Marcus Crafter (JIRA)" <de...@excalibur.apache.org>.
     [ http://nagoya.apache.org/jira/browse/EXLBR-18?page=history ]
     
Marcus Crafter closed EXLBR-18:
-------------------------------

    Resolution: Fixed

Applied.

> [patch] support for commons vfs protocols in the source resolver
> ----------------------------------------------------------------
>
>          Key: EXLBR-18
>          URL: http://nagoya.apache.org/jira/browse/EXLBR-18
>      Project: Excalibur Components
>         Type: Improvement
>   Components: SourceResolver
>     Reporter: Marcus Crafter
>     Assignee: Marcus Crafter
>     Priority: Minor
>  Attachments: vfs.tar.gz
>
> Hi All,
> Hope all is going well.
> Attached is a draft (ie. untested) patch I've been working on that adds support for using Commons VFS as a protocol engine in the source resolver.
> Commons VFS supports CIFS, FTP, file, HTTP, HTTPS, SFTP, WebDAV, ZIP, JAR, BZIP2, and GZIP so far. Using this patch, all of these protocols are available through the source resolver.
> Currently, only Source is implemented (ie. read-only), I intend to add support for Modifiable and Traversable Source soon, along with some test cases to validate everything. I'm posting what I've implemented so far in case anyone else wants to jump onboard as well.
> Cheers,
> Marcus

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/


[jira] Assigned: (EXLBR-18) [patch] support for commons vfs protocols in the source resolver

Posted by "Marcus Crafter (JIRA)" <de...@excalibur.apache.org>.
     [ http://nagoya.apache.org/jira/browse/EXLBR-18?page=history ]

Marcus Crafter reassigned EXLBR-18:
-----------------------------------

    Assign To: Marcus Crafter

> [patch] support for commons vfs protocols in the source resolver
> ----------------------------------------------------------------
>
>          Key: EXLBR-18
>          URL: http://nagoya.apache.org/jira/browse/EXLBR-18
>      Project: Excalibur Components
>         Type: Improvement
>   Components: SourceResolver
>     Reporter: Marcus Crafter
>     Assignee: Marcus Crafter
>     Priority: Minor
>  Attachments: vfs.tar.gz
>
> Hi All,
> Hope all is going well.
> Attached is a draft (ie. untested) patch I've been working on that adds support for using Commons VFS as a protocol engine in the source resolver.
> Commons VFS supports CIFS, FTP, file, HTTP, HTTPS, SFTP, WebDAV, ZIP, JAR, BZIP2, and GZIP so far. Using this patch, all of these protocols are available through the source resolver.
> Currently, only Source is implemented (ie. read-only), I intend to add support for Modifiable and Traversable Source soon, along with some test cases to validate everything. I'm posting what I've implemented so far in case anyone else wants to jump onboard as well.
> Cheers,
> Marcus

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/