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

[jira] [Updated] (BUILDR-299) Adding an empty directory to the zip file created with the package task doesn't work

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

Peter Donald updated BUILDR-299:
--------------------------------

    Fix Version/s: 1.5
    
> Adding an empty directory to the zip file created with the package task doesn't work
> ------------------------------------------------------------------------------------
>
>                 Key: BUILDR-299
>                 URL: https://issues.apache.org/jira/browse/BUILDR-299
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.4
>         Environment: ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
>            Reporter: Antoine Toulme
>             Fix For: 1.5
>
>
> To reproduce the problem, try copying this code into a buildfile and run buildr package:
> define "a" do
>   project.version = "1.0.0"
>   project.group = 'a'
>   package(:zip).tap do |zipfile|
>       mkdir_p(_("target/tmpdir"))
>       zipfile.include(_("target/tmpdir"), :as => 'logs')
>   end
> end
> Expected: an empty directory should be present in the zip
> Actual: no directory is present in the zip

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira