You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/11/23 06:53:13 UTC

[jira] Resolved: (BUILDR-496) Buildr rubyzip version dependency prevents use of Warbler task

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

Alex Boisvert resolved BUILDR-496.
----------------------------------

    Resolution: Duplicate

Duplicate of BUILDR-546

> Buildr rubyzip version dependency prevents use of Warbler task
> --------------------------------------------------------------
>
>                 Key: BUILDR-496
>                 URL: https://issues.apache.org/jira/browse/BUILDR-496
>             Project: Buildr
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.4.1
>            Reporter: Paul Walker
>
> The newest Warbler requires rubyzip version >= 0.9.4 while buildr requires 0.9.1, so using the Warbler task causes the exception.
> Gem::LoadError : can't activate rubyzip (>= 0.9.4, runtime) for ["warbler-1.2.1"], already activated rubyzip-0.9.1 for ["buildr-1.4.1-java"]
> require 'warbler'
> define 'proj' do  
>   task :warble do
>     Warbler::Task.new
>   end
> end

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