Author: djspiewak
Date: Tue Jun 23 00:07:05 2009
New Revision: 787486

URL: http://svn.apache.org/viewvc?rev=787486&view=rev
Log:
Of course, then JavaRebel doesn't work right

Modified:
    buildr/trunk/lib/buildr/core/shell.rb

Modified: buildr/trunk/lib/buildr/core/shell.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/shell.rb?rev=787486&r1=787485&r2=787486&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/shell.rb (original)
+++ buildr/trunk/lib/buildr/core/shell.rb Tue Jun 23 00:07:05 2009
@@ -17,7 +17,7 @@
       end
       
       def launch
-        if jruby_home     # if JRuby is installed, use it!
+        if jruby_home and not rebel_home     # if JRuby is installed, use it 
for non-JavaRebel
           cp = project.compile.dependencies.join(File::PATH_SEPARATOR) + 
             File::PATH_SEPARATOR + project.path_to(:target, :classes)
           


Reply via email to