Re: [compress] Re: VFS jar files

2007-01-03 Thread Will Pugh
Sorry, it took me a while. Work + Holidays made everything pretty crazy. I've created a new Jira issue (https://issues.apache.org/jira/browse/SANDBOX-183) and attached my code there. It is right now standalone, and not integrated with compress. I've been thinking a little about how to

Re: [compress] Re: VFS jar files

2006-11-22 Thread Will Pugh
Sorry for my delay. Let me get this out next week. When grabbing my old code, I found a few things I wanted to fix, and with Thanksgiving coming up, it will be a few days before I can get this out. I'll aim for Wed. of next week. Thanks, --Will C. Grobmeier wrote: Cheers, sorry

Re: [compress] Re: VFS jar files

2006-11-21 Thread C. Grobmeier
Cheers, sorry for my delay with compress i was quite busy last months. 1) you finish the compress api change so that we can release it (and add your code for sure) :-) There is not much to do there- look at this: http://wiki.apache.org/jakarta-commons/Compress I would like to simplify the

[compress] Re: VFS jar files

2006-11-16 Thread Mario Ivankovits
Hi Will! If folks are interested in code that can write to Zip Files, I've offered code to do this before. Hmmm, looks like I really missed it, sorry! I was thinking it would make sense to put it in compress, and then VFS could use as well. I don't know the status of commons-compress, there

VFS jar files

2006-11-15 Thread Nadim Murr
Hi, I'm using commons VFS to read and write on different sources. I managed to read and write on a file system source, ftp source... My problem is the following; when dealing with jar or zip files, I'm not able to write, and more specifically I can't create a new folder inside. Check out the

Re: VFS jar files

2006-11-15 Thread Mario Ivankovits
Nadim Murr schrieb: My problem is the following; when dealing with jar or zip files, I'm not able to write, and more specifically I can't create a new folder inside. VFS is not yet able to write to e.g. jar files, please see the capabilities matrix [1] Another question is: Is there a way

Re: VFS jar files

2006-11-15 Thread Will Pugh
If folks are interested in code that can write to Zip Files, I've offered code to do this before. It's a bit rough, but I'd be happy to polish it up. I was thinking it would make sense to put it in compress, and then VFS could use as well. Is anyone interested in this? I'm not a committer,