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.

Reply via email to