You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Filip Defoort (JIRA)" <ji...@apache.org> on 2007/01/04 08:32:27 UTC

[jira] Created: (VFS-106) VFS Truezip provider

VFS  Truezip provider
---------------------

                 Key: VFS-106
                 URL: https://issues.apache.org/jira/browse/VFS-106
             Project: Commons VFS
          Issue Type: New Feature
            Reporter: Filip Defoort
         Attachments: TzFileSystem.java

Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
See https://truezip.dev.java.net/ for details on truezip.

Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-106) VFS Truezip provider

Posted by "Filip Defoort (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Defoort updated VFS-106:
------------------------------

    Attachment: TzFileProvider.java
                TzFileObject.java

> VFS  Truezip provider
> ---------------------
>
>                 Key: VFS-106
>                 URL: https://issues.apache.org/jira/browse/VFS-106
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Filip Defoort
>         Attachments: TzFileObject.java, TzFileProvider.java, TzFileSystem.java
>
>
> Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
> See https://truezip.dev.java.net/ for details on truezip.
> Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-106) VFS Truezip provider

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482183 ] 

Mario Ivankovits commented on VFS-106:
--------------------------------------

Hi!

I had a look at the source now, there are a few minor issues:

*) use of com.cirque namespace
You have to change it to the org.apache namespace if we should add it to VFS

*) use of "xxx.local" (the errors from the local file system provider) error messages
Even if we duplicate the messages, I'd prefer to not reuse these message. I'd say using .truezip should be fine.

*) e.printStackTrace
somewhere I've seen such a statement. If there is no other way to handle it you should wrap it in an RuntimeException.

*) test classes
please add a test class for this thing too - and check if it works ;-)


But the real blocker is, that I can't find truezip in any maven repository - you have to request it for upload - or ask the original author if he could upload it to the java.net maven repository; not sure about it.

Hmmm ... Or you simply host it at sourceforge. There is a plugin interface in VFS which allows you to provide a jar file and by simply dropping it into the classpath it will be activated ... so equally comfortable as if it is within the VFS repository ... what do you think?

Anyway - Thanks for the work
Ciao,
Mario

> VFS  Truezip provider
> ---------------------
>
>                 Key: VFS-106
>                 URL: https://issues.apache.org/jira/browse/VFS-106
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Filip Defoort
>         Attachments: TzFileObject.java, TzFileProvider.java, TzFileSystem.java
>
>
> Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
> See https://truezip.dev.java.net/ for details on truezip.
> Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-106) VFS Truezip provider

Posted by "Filip Defoort (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482319 ] 

Filip Defoort commented on VFS-106:
-----------------------------------

Hi,

of course, was waiting until I heard you wanted this :-).
ok
oops, should have stayed in there.
it works (using it), but I get your point.
Either way works for me. I'll check with the truezip author if he could 
register it. So far there's one major problem with truezip and that's 
that the performance in write is dreadful because it's trying to be too 
smart. It's constantly rolling in and out of zip format instead of 
partially expanding what it needs and leaving it expanded for future usage.

I'll keep you posted on what I hear from the truezip developer.

Cheers,
- Filip


> VFS  Truezip provider
> ---------------------
>
>                 Key: VFS-106
>                 URL: https://issues.apache.org/jira/browse/VFS-106
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Filip Defoort
>         Attachments: TzFileObject.java, TzFileProvider.java, TzFileSystem.java
>
>
> Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
> See https://truezip.dev.java.net/ for details on truezip.
> Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (VFS-106) VFS Truezip provider

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Ivankovits resolved VFS-106.
----------------------------------

    Resolution: Incomplete

> VFS  Truezip provider
> ---------------------
>
>                 Key: VFS-106
>                 URL: https://issues.apache.org/jira/browse/VFS-106
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Filip Defoort
>         Attachments: TzFileObject.java, TzFileProvider.java, TzFileSystem.java
>
>
> Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
> See https://truezip.dev.java.net/ for details on truezip.
> Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-106) VFS Truezip provider

Posted by "Filip Defoort (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Defoort updated VFS-106:
------------------------------

    Attachment: TzFileSystem.java

> VFS  Truezip provider
> ---------------------
>
>                 Key: VFS-106
>                 URL: https://issues.apache.org/jira/browse/VFS-106
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Filip Defoort
>         Attachments: TzFileSystem.java
>
>
> Attached is a quicky truezip provider to allow for read/write access to zip/tar/... archives.
> See https://truezip.dev.java.net/ for details on truezip.
> Let me know how you want to proceed with something like this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org