[ http://nagoya.apache.org/jira/browse/BEEHIVE-91?page=history ]
     
Steve Hanson resolved BEEHIVE-91:
---------------------------------

     Assign To:     (was: Steve Hanson)
    Resolution: Fixed

I added the following section to "Setup and Installation"
==========================================================
Troubleshooting

I Can't Decompress the .tar.gz File

The .tar.gz distribution files are created using Ant's <tar> task 
(http://ant.apache.org/manual/CoreTasks/tar.html). This generates .tar files 
that can only be decompressed using a compatible tar utility.

Known compatible utilities include:

    * GNU tar 1.14 (http://www.gnu.org/software/tar/manual/html_mono/tar.html)
    * WinZip 8.0
    * Ant's <untar> task (http://ant.apache.org/manual/CoreTasks/unzip.html)




> build.xml's "build.dist.tgz" produces corrupt archive
> -----------------------------------------------------
>
>          Key: BEEHIVE-91
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-91
>      Project: Beehive
>         Type: Bug
>   Components: Build
>     Versions: V1Alpha
>  Environment: Ant, tar
>     Reporter: Michael Merz
>      Fix For: V1Beta

>
> The distribution contains files with pathnames longer than 100 characters. In 
> that case, the filenames must be archived in USTAR format, which isn't 
> supported by Ant's tar-task by default (org.apache.tools.ant.taskdefs.Tar). 
> "build.dist.zip" works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to