Skip to content

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

Description

@awksedgreep

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions