Author: boisvert
Date: Tue Jun 10 08:04:48 2008
New Revision: 666144
URL: http://svn.apache.org/viewvc?rev=666144&view=rev
Log:
ScalaCheck and JMock need to be on the Ant classpath
Modified:
incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb
Modified: incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb?rev=666144&r1=666143&r2=666144&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb Tue Jun 10
08:04:48 2008
@@ -312,8 +312,7 @@
# ScalaTest ant task
Java.classpath << "org.apache.ant:ant-junit:jar:#{Ant::VERSION}"
- Java.classpath << "org.scalatest:scalatest:jar:#{VERSION}"
- #Java.classpath << REQUIRES
+ Java.classpath << REQUIRES
include TestFramework::JavaTest