Author: djspiewak
Date: Tue Jun 23 00:08:44 2009
New Revision: 787495

URL: http://svn.apache.org/viewvc?rev=787495&view=rev
Log:
Don't require SCALA_HOME, just trust the dependencies

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

Modified: buildr/trunk/lib/buildr/scala/shell.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/shell.rb?rev=787495&r1=787494&r2=787495&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/shell.rb (original)
+++ buildr/trunk/lib/buildr/scala/shell.rb Tue Jun 23 00:08:44 2009
@@ -17,8 +17,6 @@
       end
       
       def launch
-        Scalac.scala_home or fail 'Are we forgetting something? SCALA_HOME not 
set.'
-        
         cp = project.compile.dependencies + 
           Scalac.dependencies +
           [project.path_to(:target, :classes)]


Reply via email to