On Mon, 2005-05-23 at 13:48 +1000, Paul Smith wrote: > yep, that tar's downloading ok. > > The tar has an error when unpacking though, or maybe it's just a > warning. When I do > > tar xfz logg*.tar.gz > > I get: > > tar: A lone zero block at 18809
That's a known bug in the Ant tar task: see http://issues.apache.org/bugzilla/show_bug.cgi?id=28776 You should use a fixed version of Ant to build the release. Most versions of tar just ignore this problem anyway. However one particular release of gnu tar tightened up checks and turned this into a warning. Later versions of gnu tar dropped the warning message for this problem as it was causing so many reports if I remember correctly... Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]