You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/07/09 22:11:31 UTC

[jira] Commented: (BUILDR-95) Add "scala-init" task to download Scala artifact dependencies

    [ https://issues.apache.org/jira/browse/BUILDR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612253#action_12612253 ] 

Assaf Arkin commented on BUILDR-95:
-----------------------------------

Right now, scala is failing to test on my machine. What was wrong with using SCALA_HOME?

Buildr::ScalaTest should include public classes extending org.scalatest.FunSuite
Buildr::ScalaTest should ignore inner classes
Buildr::ScalaTest should pass when ScalaTest test case passes
Buildr::ScalaTest should report to reports/scalatest/TEST-TestSuiteName.txt
Buildr::ScalaTest should pass properties to Suite

Pending:
Buildr::JtestR should include src/spec/ruby/**/*_spec.rb (Not Yet Implemented)
Buildr::JtestR should auto generate jtestr configuration (Not Yet Implemented)
Buildr::JtestR should run runit test cases (Not Yet Implemented)
Buildr::JtestR should use a java compiler if java sources found (Not Yet Implemented)
Buildr::JtestR should run junit test cases (Not Yet Implemented)

> Add "scala-init" task to download Scala artifact dependencies
> -------------------------------------------------------------
>
>                 Key: BUILDR-95
>                 URL: https://issues.apache.org/jira/browse/BUILDR-95
>             Project: Buildr
>          Issue Type: Task
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>             Fix For: 1.3.2
>
>
> Since 1) Scala dependencies need to be referenced during Buildr bootstrap and 2) Scala dependencies are found on a different Maven2 repo than other artifacts, it's better to only download them when necessary.
> Need to create a "scala-init" task that will do this, and make the current Scala infrastructure bail if these artifacts are not available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.