Author: boisvert
Date: Thu Oct 21 17:03:07 2010
New Revision: 1026068
URL: http://svn.apache.org/viewvc?rev=1026068&view=rev
Log:
Ensure Clojure dependencies are available during tests
Modified:
buildr/trunk/spec/sandbox.rb
Modified: buildr/trunk/spec/sandbox.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/sandbox.rb?rev=1026068&r1=1026067&r2=1026068&view=diff
==============================================================================
--- buildr/trunk/spec/sandbox.rb (original)
+++ buildr/trunk/spec/sandbox.rb Thu Oct 21 17:03:07 2010
@@ -33,9 +33,10 @@ Java.load # Anything added to the classp
artifacts(
TestFramework.frameworks.map(&:dependencies).flatten,
JUnit.ant_taskdef,
- Buildr::Groovy::Groovyc.dependencies,
+ Buildr::Groovy.dependencies,
Buildr::Scala::Specs.dependencies,
- Buildr::Shell::BeanShell.artifact
+ Buildr::Shell::BeanShell.artifact,
+ Buildr::Clojure.dependencies
).each do |path|
file(path).invoke
end