>Ok... looks like the current warbler version is 0.9.3 which contains >goldspike 1.5 and JRuby 1.1RC2. Any chance we could a new version out which >works with JRuby 1.1RC3? I'm going to be demoing at TheServerSide on Thursday >and would love to have a newer version of warbler to show off and have it work >smoothly. I'd be happy to help with this effort if I can.
Chris: A bunch of the readme is more general useful info for Warbler not just about JRuby-Rack. From: http://svn.jruby.codehaus.org/browse/~raw,r=108/jruby-contrib/trunk/rack/README.txt Continue editing config/warble.rb and add the following line after these comments: # Additional Java .jar files to include. Note that if .jar files are placed # in lib (and not otherwise excluded) then they need not be mentioned here # JRuby and Goldspike are pre-loaded in this list. Be sure to include your # own versions if you directly set the value # config.java_libs += FileList["lib/java/*.jar"] config.java_libs = [] This will tell Warble to not include the jars jruby-complete-1.1RC2, goldspike-1.5, commons-pool-1.3.jar, and activation-1.1.jar. You will be replacing these with the trunk version of jruby-complete.jar and jruby-rack-1.0-SNAPSHOT.jar. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
