evan / echoe

A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment
http://fauna.github.com/fauna/echoe
Academic Free License v3.0
82 stars 17 forks source link

JRuby 1.4 - jruby -S rake manifest results in empty manifest file #3

Open awksedgreep opened 14 years ago

awksedgreep commented 14 years ago

It appears to execute normally, but the file is empty.

Here's JRuby: mark-cotners-macbook-pro:SNMP4JR markcotner$ jruby -S rake manifest (in /Users/markcotner/ruby/gems/SNMP4JR) Cleaning

And here's MRI(works fine): mark-cotners-macbook-pro:SNMP4JR markcotner$ rake manifest (in /Users/markcotner/ruby/gems/SNMP4JR) Cleaning Building Manifest

This particular library only needs JRuby to run, not install. Currently I'm just building the gems with MRI and installing them with JRuby, but I thought you all would like to know about the potential bug.