You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "lacton (JIRA)" <ji...@apache.org> on 2008/10/07 21:12:44 UTC

[jira] Updated: (BUILDR-159) Cannot check gzipped tar file's content

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

lacton updated BUILDR-159:
--------------------------

    Fix Version/s: 1.3.4

> Cannot check gzipped tar file's content
> ---------------------------------------
>
>                 Key: BUILDR-159
>                 URL: https://issues.apache.org/jira/browse/BUILDR-159
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.3
>            Reporter: lacton
>            Assignee: lacton
>            Priority: Minor
>             Fix For: 1.3.4
>
>
> When I try to check a gzipped tar file contents, I get the exception "undefined method `entries' for #<Buildr::TarTask:0xb7447b9c>".
> <buildfile>
> package(:tgz).include 'foo'
> check package(:tgz), 'should contain file foo' do
>   it.should contain('foo')
> end
> </buildfile>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.