Title: [902] trunk/activerecord-jdbc: Small rakefile and hoe fixes required to release
Revision
902
Author
nicksieger
Date
2008-02-12 14:06:35 -0500 (Tue, 12 Feb 2008)

Log Message

Small rakefile and hoe fixes required to release

Modified Paths


Added Paths

Diff

Modified: trunk/activerecord-jdbc/Rakefile (901 => 902)


--- trunk/activerecord-jdbc/Rakefile	2008-02-12 18:47:33 UTC (rev 901)
+++ trunk/activerecord-jdbc/Rakefile	2008-02-12 19:06:35 UTC (rev 902)
@@ -5,9 +5,8 @@
 
 def java_classpath_arg # myriad of ways to discover JRuby classpath
   begin
-    require 'java' # already running in a JRuby JVM
     jruby_cpath = Java::java.lang.System.getProperty('java.class.path')
-  rescue LoadError
+  rescue => e
   end
   unless jruby_cpath
     jruby_cpath = ENV['JRUBY_PARENT_CLASSPATH'] || ENV['JRUBY_HOME'] &&

Added: trunk/activerecord-jdbc/adapters/h2/History.txt ( => )



Added: trunk/activerecord-jdbc/adapters/hsqldb/History.txt
===================================================================

Added: trunk/activerecord-jdbc/adapters/mysql/History.txt ( => )



Added: trunk/activerecord-jdbc/adapters/postgresql/History.txt
===================================================================
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to