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 17:39:33 UTC

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

Niklaus Giger created BUILDR-647:
------------------------------------

             Summary: 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

        

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

Posted by "Niklaus Giger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419344#comment-13419344 ] 

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

I used git://github.com/apache/buildr.git, which is lagging behind.

I pulled in the latest changes and now I can run the specs!

Thanks for your work!
                
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: buildr-rspec-log.txt, scala.diff
>
>
> 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

        

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

Posted by "Niklaus Giger (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-647.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.8
         Assignee: Alex Boisvert

Extended your changes to include Scala artifact upgrades.

Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
	M	buildr.buildfile
	M	CHANGELOG
	M	spec/sandbox.rb
	M	spec/scala/doc_spec.rb
	M	spec/scala/scala.rb
	M	spec/scala/tests_spec.rb
	M	doc/languages.textile
	M	lib/buildr/scala/tests.rb
	M	lib/buildr/scala/doc.rb
	M	lib/buildr/scala/bdd.rb
	M	lib/buildr/scala/compiler.rb
	M	lib/buildr/scala.rb
r1363581 = 98bdee66cb7a2e7452ec4053c359e4097e6e4392 (refs/remotes/origin/trunk)

                
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Niklaus Giger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklaus Giger updated BUILDR-647:
---------------------------------

    Attachment: scala.diff

Patch. See my comment of 18/Jul/12
                
> 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
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419331#comment-13419331 ] 

Alex Boisvert commented on BUILDR-647:
--------------------------------------

Are you sure you are running on the latest SVN trunk/HEAD?   (It should now use Scala 2.9.2 as default, for instance)

I'm attaching my rspec output (from an empty local M2 repository) as evidence.
                
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Niklaus Giger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418987#comment-13418987 ] 

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

Using 1.9.2p320
Running the following commands failed:
find $HOME/.m2/ -name "*cala*.jar" | xargs rm 
rake spec
with 
<..>
Downloading http://repo1.maven.org/maven2/org/scala-tools/testing/scalacheck_2.8.1/1.8/scalacheck_2.8.1-1.8.jar
scalacheck_2.8.1-1.8.jar: 100% |............................................................................................................|  740.7KB/740.7KB Time: 00:00:00
Downloading org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT
/opt/src/buildr/lib/buildr/packaging/artifact.rb:482:in `fail_download': Failed to download org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT, tried the following repositories: (RuntimeError)
http://www.ibiblio.org/maven2/
http://repo1.maven.org/maven2/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-snapshots/

                
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418784#comment-13418784 ] 

Alex Boisvert commented on BUILDR-647:
--------------------------------------

Please let me know if you are still having issues running the specs.
                
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Niklaus Giger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418987#comment-13418987 ] 

Niklaus Giger edited comment on BUILDR-647 at 7/20/12 7:38 AM:
---------------------------------------------------------------

Using ruby 1.9.2p320
Running the following commands failed:
find $HOME/.m2/ -name "*cala*.jar" | xargs rm 
rake spec
with 
<..>
Downloading http://repo1.maven.org/maven2/org/scala-tools/testing/scalacheck_2.8.1/1.8/scalacheck_2.8.1-1.8.jar
scalacheck_2.8.1-1.8.jar: 100% |............................................................................................................|  740.7KB/740.7KB Time: 00:00:00
Downloading org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT
/opt/src/buildr/lib/buildr/packaging/artifact.rb:482:in `fail_download': Failed to download org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT, tried the following repositories: (RuntimeError)
http://www.ibiblio.org/maven2/
http://repo1.maven.org/maven2/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-snapshots/

                
      was (Author: niklaus):
    Using 1.9.2p320
Running the following commands failed:
find $HOME/.m2/ -name "*cala*.jar" | xargs rm 
rake spec
with 
<..>
Downloading http://repo1.maven.org/maven2/org/scala-tools/testing/scalacheck_2.8.1/1.8/scalacheck_2.8.1-1.8.jar
scalacheck_2.8.1-1.8.jar: 100% |............................................................................................................|  740.7KB/740.7KB Time: 00:00:00
Downloading org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT
/opt/src/buildr/lib/buildr/packaging/artifact.rb:482:in `fail_download': Failed to download org.specs2:specs2-scalaz-core_2.8.1:jar:5.1-SNAPSHOT, tried the following repositories: (RuntimeError)
http://www.ibiblio.org/maven2/
http://repo1.maven.org/maven2/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-releases/
http://scala-tools.org/repo-snapshots/

                  
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: scala.diff
>
>
> 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

        

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

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert updated BUILDR-647:
---------------------------------

    Attachment: buildr-rspec-log.txt
    
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: buildr-rspec-log.txt, scala.diff
>
>
> 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

        

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

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-647.
-------------------------------

    
> 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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.8
>
>         Attachments: buildr-rspec-log.txt, scala.diff
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira