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=35842>. 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=35842 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2005-07-24 23:10 ------- What operating system, version of tar, and command-line are you using to trigger the error? If you've encountered this problem with a lot of Apache packages, then either: 1. the problem lies with the version of tar you're using and can be remedied by switching to a different version (e.g., GNU tar 1.15.1) 2. the problem lies with the Ant tar task, in which case you should refile this issue with the Apache Ant project. I've never encountered the problem, but--for other reasons--in my personal projects, I have taken to using: <exec executable="tar" dir="${top.dir}"> <arg line="zcf ${tarball.bin} ${project.name}"/> </exec> instead of the Ant tar and gzip tasks. However, jakarta-oro uses the Ant tar and gzip tasks, and it's entirely possiible the problem may lie there. -- 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]
