You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
rm -rf pkg
Building Manifest
Rakefile
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
Rakefile
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.
The text was updated successfully, but these errors were encountered: