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

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

    [ https://issues.apache.org/jira/browse/SAMZA-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959456#comment-13959456 ] 

Chris Riccomini commented on SAMZA-219:
---------------------------------------

Based on http://www.scalatest.org/download it looks like we need to use 1.9.2. Beyond that, only 2.10 is supported. Testing now.

> 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)