You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2011/03/23 21:03:08 UTC

[jira] [Updated] (THRIFT-1074) .keystore and .truststore are missing from the 0.6.0 distribution

     [ https://issues.apache.org/jira/browse/THRIFT-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell updated THRIFT-1074:
---------------------------------

    Attachment: thrift-1074.patch

Two issues found with the tar process for making builds
1. The dist-hook was removing and .[a-z]* files rather than removing the build and repo files. 

2. files with names + path that where longer than 99 characters where not included in the archive. (issue with older version of autoconf)

tar: thrift-0.7.0-dev/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferWriteTransport.java: file name is too long (max 99); not dumped
tar: thrift-0.7.0-dev/contrib/debian/debian: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
gtar: thrift-0.7.0-dev/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferWriteTransport.java: file name is too long (max 99); not dumped
gtar: thrift-0.7.0-dev/contrib/debian/debian: Cannot stat: No such file or directory
gtar: Error exit delayed from previous errors


attached patch fixes both issues and will include the .keystores as well as any new .XYZ files not in the excluded build list. Also changes make dist to be able to be include files with names + path > 99 characters.

> .keystore and .truststore are missing from the 0.6.0 distribution
> -----------------------------------------------------------------
>
>                 Key: THRIFT-1074
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1074
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>    Affects Versions: 0.6
>            Reporter: Bruce Mitchener
>            Assignee: Jake Farrell
>         Attachments: thrift-1074.patch
>
>
> The lib/java/src/test/.keystore and .truststore files are not present in the 0.6.0 .tar.gz that I downloaded.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira