Title: [1006] trunk/activerecord-jdbc/Rakefile: quote classpath for windows
- Revision
- 1006
- Author
- nicksieger
- Date
- 2008-06-03 23:16:41 -0400 (Tue, 03 Jun 2008)
Log Message
quote classpath for windows
Modified Paths
Diff
Modified: trunk/activerecord-jdbc/Rakefile (1005 => 1006)
--- trunk/activerecord-jdbc/Rakefile 2008-06-04 03:16:37 UTC (rev 1005)
+++ trunk/activerecord-jdbc/Rakefile 2008-06-04 03:16:41 UTC (rev 1006)
@@ -14,7 +14,7 @@
jruby_cpath = ENV['JRUBY_PARENT_CLASSPATH'] || ENV['JRUBY_HOME'] &&
FileList["#{ENV['JRUBY_HOME']}/lib/*.jar"].join(File::PATH_SEPARATOR)
end
- jruby_cpath ? "-cp #{jruby_cpath}" : ""
+ jruby_cpath ? "-cp \"#{jruby_cpath}\"" : ""
end
desc "Compile the native Java code."
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel