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 2011/06/22 12:11:12 UTC

[jira] [Closed] (BUILDR-460) ZipTask uses backslash as directory separator under Windows

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

Peter Donald closed BUILDR-460.
-------------------------------


> ZipTask uses backslash as directory separator under Windows
> -----------------------------------------------------------
>
>                 Key: BUILDR-460
>                 URL: https://issues.apache.org/jira/browse/BUILDR-460
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.5
>            Reporter: Tammo van Lessen
>
> As reported in ODE-858, the following packaging spec created a zip file with backslashes as directory separators under Windows. I believe such separators should always be slashes, no matter which operating system is used.
> package(:zip, :id=>"#{id}-sources").path("#{id}-sources-#{version}").tap do |zip|
>     if File.exist?(".svn")
>       `svn status -v`.reject { |l| l[0] == ?? || l[0] == ?D || l.strip.empty? || l[0...3] == "---"}.
>         map { |l| l.split.last }.reject { |f| File.directory?(f) }.
>         each { |f| zip.include f, :as=>f }
>     else
>       zip.include Dir.pwd, :as=>"."
>     end
>   end

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