You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul Hammant (JIRA)" <ji...@apache.org> on 2016/03/04 08:46:40 UTC

[jira] [Comment Edited] (GROOVY-7776) Grape barfs on item in maven-central

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

Paul Hammant edited comment on GROOVY-7776 at 3/4/16 7:46 AM:
--------------------------------------------------------------

(Work Mac still)

On https://ratpack.io/manual/current/quick-start.html a pure-java+gradle equivalent is shown too (2.2.1). That one works file, and brings down the jcraft things (I deleted the cache folder before running gradle):

    Pauls-MacBook-Pro:caches phammant$ ls ./modules-2/files-2.1/com.jcraft/jzlib/1.1.3/
    6e6789004c70477a6e2ea92c066b757534e63a10    c01428efa717624f7aabf4df319939dda9646b2d

Similarly, the grapes+groovy example (2.2.2) on the same page works (deleted the .m2 .groovy and .grapes caches first).


was (Author: paul):
On https://ratpack.io/manual/current/quick-start.html a pure-java+gradle equivalent is shown too (2.2.1). That one works file, and brings down the jcraft things (I deleted the cache folder before running gradle):

    Pauls-MacBook-Pro:caches phammant$ ls ./modules-2/files-2.1/com.jcraft/jzlib/1.1.3/
    6e6789004c70477a6e2ea92c066b757534e63a10    c01428efa717624f7aabf4df319939dda9646b2d

Similarly, the grapes+groovy example (2.2.2) on the same page works (deleted the .m2 .groovy and .grapes caches first).

> Grape barfs on item in maven-central
> ------------------------------------
>
>                 Key: GROOVY-7776
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7776
>             Project: Groovy
>          Issue Type: Bug
>          Components: Grape
>    Affects Versions: 2.4.6
>         Environment: Mac, Groovy installed via homebrew
>            Reporter: Paul Hammant
>         Attachments: grape_log2.txt, grape_mystery.txt, ratpack-test.log
>
>
> {code:title=How to Reproduce|borderStyle=solid}
> $ grape --version
> Groovy Version: 2.4.6 JVM: 1.9.0-ea
> $ rm -rf ~/.m2/repository/com/jcraft
> $ rm -rf ~/.ivy2/cache/
> $ rm -rf ~/.groovy/grapes/
> $ grape -V resolve com.jcraft jzlib 1.1.3
> {code}
> Yields:
> {code}
> Error in resolve:
>     Error grabbing Grapes -- [download failed: com.jcraft#jzlib;1.1.3!jzlib.jar]
> {code}
> I can reproduce this on two Macs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)