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 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-18 05:42 ------- Sorry for jumping the gun on the bug report. However, I tried your suggestion and I get the following error... D:\dev\myapp\utility-targets.incl:411: Badly formed URI "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". The URI is exactly as you have prescribed, yet it is failing. Seems to me it doesn't like the "tar:" part. Does VFS actually support this? It isn't listed as a supported filesystem type on http://jakarta.apache.org/commons/sandbox/vfs/filesystems.html . For that matter, neither is "tgz:". Does that make this a valid bug? As for the "vfs_cache" folder, I tried it again using the "zip:" type which actually does work in being able to download the jar within it. However, after the build succeeds, sure enough, there's the "vfs_cache" folder still sitting there with the 3,390KB file "tmp_57506_logging-log4j-1.2.9.zip" sitting inside. It most assuredly is not being cleaned up by VFS. Thoughts? BTW, I'm using WinXP SP2, JDK1.5.0_03, Ant-1.6.3, and today's commons-vfs build. I'm using the tast like this... <vfs:v-copy src="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" destfile="${dependenciesdir}/log4j-1.2.9.jar"/> What am I missing? Jake -- 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]
