DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34942>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34942 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-05-17 16:26 ------- 1) uncompress Well, you instruct VFS to do exactly this. :-) gz:http means download from http and decompress using gzip. If you would like to untar it use tar:gz:http://archive.apache.org/dist/logging/log4j/1.2.9/logging-log4j-1.2.9.tar.gz!/logging-log4j-1.2.9.tar!/logging-log4j-1.2.9/dist/lib/log4j-1.2.9.jar Notice the two "!/" in this url. This filename has three parts the first (inner) part is the filename on the http server the second (middle) is the name within the gz file (well gz do not have names, its just a virtual name) the third (outer) is the name within the now uncompressed tar file There is a excpetion for files with .tbz2 and .tgz endings. They have its own scheme and thus it is possible to write e.g. tgz:http:/xxxx/anyfile.tgz 2) vfs_cache Please delete this folder and retry it. If the build finished is should be deleted. Could you please subscribe to the commons-user mailing list to find out if a problem is a bug or not. http://jakarta.apache.org/site/mail2.html#Commons If you prefix your subject with [VFS] I wont miss it. Thanks! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
