Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
awksedgreep opened this issue Mar 3, 2010 · 0 comments
Open

Comments

@awksedgreep
Copy link

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

  • pkg
    rm -rf pkg
    Building Manifest
  • CHANGELOG
  • Manifest
  • README.rdoc
    Rakefile
  • TODO.rdoc
  • gem-public_cert.pem
  • init.rb
  • lib/SNMP4J.jar
  • lib/SNMP4JR.rb
  • lib/log4j-1.2.9.jar
    mark-cotners-macbook-pro:SNMP4JR markcotner$ ls -al
    total 80
    drwx------ 12 markcotner staff 408 Mar 2 21:27 .
    drwxr-xr-x 5 markcotner staff 170 Mar 2 21:18 ..
    drwxr-xr-x 14 markcotner staff 476 Mar 2 12:44 .git
    -rw-r--r-- 1 markcotner staff 17 Feb 23 16:12 .gitignore
    -rw-r--r--@ 1 markcotner staff 23 Mar 2 21:08 CHANGELOG
    -rw-r--r-- 1 markcotner staff 0 Mar 2 21:27 Manifest

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

  • CHANGELOG
  • Manifest
  • README.rdoc
    Rakefile
  • TODO.rdoc
  • gem-public_cert.pem
  • init.rb
  • lib/SNMP4J.jar
  • lib/SNMP4JR.rb
  • lib/log4j-1.2.9.jar
    mark-cotners-macbook-pro:SNMP4JR markcotner$ ls -al
    total 88
    drwx------ 12 markcotner staff 408 Mar 2 21:27 .
    drwxr-xr-x 5 markcotner staff 170 Mar 2 21:18 ..
    drwxr-xr-x 14 markcotner staff 476 Mar 2 12:44 .git
    -rw-r--r-- 1 markcotner staff 17 Feb 23 16:12 .gitignore
    -rw-r--r--@ 1 markcotner staff 23 Mar 2 21:08 CHANGELOG
    -rw-r--r-- 1 markcotner staff 128 Mar 2 21:29 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant