Thanks Jörg,
I got the code and tried to use it but I got an error indicating that
multiple providers had been registered for the zip file.
I found the thread where they talked about Compress support in November
(http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/
200611.mbox/browser)
I looked at the code and the unit test for it, and although the unit
test allowed you to deal with nested zip files, it did not deal with
the basic task of creating a zip file and writing files into it.
I've tried FileObject.createFile() to create the zip file and then
tried to FileSystemManager.addJunction(). But neither of those
approaches seemed to work.
Does anyone know of the appropriate way to create the zip file, and add
child files.
Regards,
Mark
On Friday, February 9, 2007, at 10:17 AM, Jörg Schaible wrote:
Hi Mark,
Mark Fortner wrote:
I have a project where we'd like to be able to write files into a zip
file (not just read from the file). I seem to recall a thread last
year that mentioned that some changes to the Commons Compress library
had been made to accomodate this. Was that work completed? If so,
how
can I get a Compress JAR? The daily builds seem to be broken for
Compress (and a few other projects).
If that work hasn't been completed, is there a way of doing it with
the
existing JAR file system support?
I did not follow the efforts of compress and their current state, but
there
has been a contribution that might be interesting:
https://issues.apache.org/jira/browse/VFS-106
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]