Hi Vincent! > Actually what is was looking for was the ability to easily create JAR files > in memory (zip:ram) for Cargo's unit tests. I think it would be quite neat > to be able to do so rather than have to go through the local file system. > > Would you know of a framework that could help do this? > No. VFS will support it sometimes .... if it wouldnt be that much work :-( What you can try is to use ZipOutputStream and feed it to a VFS ram url. Not nice, but might work and you can use VFS ram filesystem.
Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]