[
https://issues.apache.org/jira/browse/BUILDR-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920078#action_12920078
]
Hudson commented on BUILDR-517:
-------------------------------
Integrated in Buildr-ci-build #148 (See
[https://hudson.apache.org/hudson/job/Buildr-ci-build/148/])
Check for possible corruption usign Java's ZipInputStream since it's
stricter than rubyzip.
These checks would have caught BUILDR-517 early.
BUILDR-517 package(:jar).include(directory, :as=>"foo") produces a corrupted jar
> package(:jar).include(directory, :as=>"foo") produces a corrupted jar
> ---------------------------------------------------------------------
>
> Key: BUILDR-517
> URL: https://issues.apache.org/jira/browse/BUILDR-517
> Project: Buildr
> Issue Type: Bug
> Components: Core features
> Affects Versions: 1.4.2
> Reporter: Hugues Malphettes
> Assignee: Alex Boisvert
> Priority: Blocker
> Fix For: 1.4.3
>
>
> package(:jar).include(_("src/main/foo"), :as=>"foo").with :manifest => man
> Produced a corrupted jar:
> when unzipped on a linux machine via the command line the 'x' permission of
> the foo directory is missing the 'x' permission:
> > ls -la
> drw-r--r-- 6 hmalphettes hmalphettes 4096 2010-09-24 17:31 foo
> Workarounds:
> package(:jar).include(_("src/main/foo"), :path=>"/").with :manifest => man
> or
> package(:jar).include(_("src/main/foo"), :as=>"foo/").with :manifest => man
> will produce:
> > ls -la
> drwxr-xr-x 6 hmalphettes hmalphettes 4096 2010-09-24 17:33 foo
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.