Charles Oliver Nutter-2 wrote: > > I am interested in hearing more! What do you think about the > feasibility of making gems run entirely from within the archive? There > are two possible approaches: make JRuby's imply of File work against > URL based resources (hard); or make RubyGems itself be archive-aware. > > Either way I am interested on seeing what you have! >
I'm taking the more direct approach of making RubyGems be archive-aware. I'll share soon. I'm honestly still getting my head wrapped around how much should be written in Java and used from Ruby v. just written in Ruby using Java APIs. What I have now could be simplified by reducing the Java support classes I have written. Alon -- View this message in context: http://www.nabble.com/Proposal-for-managing-gem-dependencies-in-a-Java-%2B-JRuby-application-tf4946209.html#a14177106 Sent from the JRuby - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
