I'd like to get a version out that works with Rails 3 http://codereview.appspot.com/156082/diff/1/3 File appengine-tools/lib/appengine-tools/gem_bundler.rb ...
13 years, 6 months ago
(2009-11-18 19:57:31 UTC)
#1
per Charlie's feedback, I created my own JavaClass org/jruby/javasupport/JavaClass.java // if (!Ruby.isSecurityRestricted()) { // try ...
13 years, 6 months ago
(2009-11-18 20:03:29 UTC)
#2
per Charlie's feedback, I created my own JavaClass
org/jruby/javasupport/JavaClass.java
// if (!Ruby.isSecurityRestricted()) {
// try {
// method.setAccessible(true);
// } catch(SecurityException e) {}
// }
http://codereview.appspot.com/156082/diff/1/6
File jruby-abridged/Rakefile (right):
http://codereview.appspot.com/156082/diff/1/6#newcode74
jruby-abridged/Rakefile:74: cp(File.join('..', 'mod', 'JavaClass.class'),
'org/jruby/javasupport')
this was a test, but does not seem to help spin-up issue
Issue 156082: recent changes to tools
(Closed)
Created 13 years, 6 months ago by woodie
Modified 1 year, 4 months ago
Reviewers: do_not_use
Base URL:
Comments: 2