Robert Egglestone wrote: > A jar file will end up on the webapp classpath if it's added to: > RAILS_ROOT/WEB-INF/lib > > I'm not too sure if we could add lib/*.jar to the webapp classloader. > It could be added to the JRuby classloader, but I would've expected what > you're doing to do that already.
Yeah, I would have thought this would just work, but it doesn't appear to. Hmmm. Perhaps any jar files in lib/ could just be added to tmp/war/WEB-INF/lib? It seems like that would almost always be correct behavior. I'll play with this a bit more and see if I can figure out why it's not working. - Charlie _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
