You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Niklaus Giger (JIRA)" <ji...@apache.org> on 2012/07/18 22:28:35 UTC

[jira] [Commented] (BUILDR-647) scala-tools.org no longer serving jars

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

Niklaus Giger commented on BUILDR-647:
--------------------------------------

To test the patch one has to unload first all scala*.jar from the local maven repository, e.g.  execute
find $HOME/.m2/ -name "*cala*.jar"  | xargs rm

The rspec beginn to pass if the spec/sandbox.rb contains
repositories.remote << 'https://oss.sonatype.org/content/repositories/snapshots'
This repository is the only one to containg specs2-scalaz-core_2.8.1-5.1-SNAPSHOT.jar. I don't know whether users of buildr need this jar file or whether it is only use for running the specs.

In the attached patch all other references are to https://oss.sonatype.org/content/groups/scala-tools
                
> scala-tools.org no longer serving jars
> --------------------------------------
>
>                 Key: BUILDR-647
>                 URL: https://issues.apache.org/jira/browse/BUILDR-647
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.4.7
>            Reporter: Niklaus Giger
>
> http://scala-tools.org/ says:
> scala-tools.org is in no longer serving jars.
> Please change your configurations to point to Sonatype's Maven repository at https://oss.sonatype.org/content/groups/scala-tools/ or https://oss.sonatype.org/content/repositories/snapshots/.
> rake spec does not work anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira