You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2014/04/04 01:17:16 UTC

[jira] [Created] (SAMZA-219) Scala 2.9.2 build broken post SAMZA-180

Jakob Homan created SAMZA-219:
---------------------------------

             Summary: Scala 2.9.2 build broken post SAMZA-180
                 Key: SAMZA-219
                 URL: https://issues.apache.org/jira/browse/SAMZA-219
             Project: Samza
          Issue Type: Bug
          Components: build
            Reporter: Jakob Homan


Looks like there is trouble finding scala test for Scala 2.9.2:
{noformat}jhoman-mn1:samza jhoman$ ./gradlew -PscalaVersion=2.9.2 clean check
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
:samza-api:clean
:samza-core_2.9.2:clean
:samza-kafka_2.9.2:clean
:samza-kv_2.9.2:clean UP-TO-DATE
:samza-serializers_2.9.2:clean
:samza-shell:clean UP-TO-DATE
:samza-test_2.9.2:clean UP-TO-DATE
:samza-yarn_2.9.2:clean UP-TO-DATE
:samza-api:licenseMain UP-TO-DATE
:samza-api:licenseTest UP-TO-DATE
:samza-api:compileJava
:samza-api:processResources UP-TO-DATE
:samza-api:classes
:samza-api:compileTestJava
:samza-api:processTestResources UP-TO-DATE
:samza-api:testClasses
:samza-api:test
:samza-api:check
:samza-core_2.9.2:licenseMain UP-TO-DATE
:samza-core_2.9.2:licenseTest UP-TO-DATE
:samza-api:jar
:samza-core_2.9.2:compileJava UP-TO-DATE
:samza-core_2.9.2:compileScala
:samza-core_2.9.2:processResources UP-TO-DATE
:samza-core_2.9.2:classes
:samza-core_2.9.2:compileTestJava UP-TO-DATE
:samza-core_2.9.2:compileTestScala

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':samza-core_2.9.2:testCompile'.
> Could not find org.scalatest:scalatest_2.9.2:2.1.0.
  Required by:
      org.apache.samza:samza-core_2.9.2:0.7.0{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)