public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Invoke buildr:scala:download prior to running tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@675446 
13f79535-47bb-0310-9956-ffa450edef68
aboisvert (author)
Wed Jul 09 22:38:52 -0700 2008
commit  fde16de4f46b42a9a08bc6f2a255637309ff784f
tree    a938acda88cb5fc46834255799419d3106e209ef
parent  24961451801d578800b9cfb7486e71d54d03d42f
...
19
20
21
 
 
22
23
 
 
24
25
26
...
19
20
21
22
23
24
25
26
27
28
29
30
0
@@ -19,8 +19,12 @@
0
 # repository and cache these across test cases.
0
 Buildr.application.instance_eval { @rakefile = File.expand_path('buildfile') }
0
 repositories.remote << 'http://repo1.maven.org/maven2'
0
+repositories.remote << 'http://scala-tools.org/repo-releases'
0
+
0
 require 'buildr/java/groovyc'
0
 Java.load # Anything added to the classpath.
0
+task('buildr:scala:download').invoke
0
+Buildr::ScalaTest::ENABLED = true
0
 artifacts(TestFramework.frameworks.map(&:dependencies).flatten).each { |a| file(a).invoke }
0
 
0
 ENV['HOME'] = File.expand_path('tmp/home')

Comments

    No one has commented yet.