You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2009/02/22 18:13:38 UTC

svn commit: r746773 - /buildr/trunk/lib/buildr/scala/tests.rb

Author: boisvert
Date: Sun Feb 22 17:13:38 2009
New Revision: 746773

URL: http://svn.apache.org/viewvc?rev=746773&view=rev
Log:
BUILDR-261: ScalaSpecs should be run with Scala dependencies

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

Modified: buildr/trunk/lib/buildr/scala/tests.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/tests.rb?rev=746773&r1=746772&r2=746773&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/tests.rb (original)
+++ buildr/trunk/lib/buildr/scala/tests.rb Sun Feb 22 17:13:38 2009
@@ -129,7 +129,8 @@
       nostacktrace = (options[:nostacktrace]) ? "-ns" : ""
       cmd_options = { :properties => options[:properties],
                       :java_args => options[:java_args],
-                      :classpath => dependencies}
+                      :classpath => dependencies + Scalac.dependencies}
+                      
       specs.each do |spec|
         Java.load
         begin