That said, when I skip the tests, my smoke tests with the Groovy console
work otherwise just fine.

Guillaume

On Mon, Dec 10, 2018 at 3:21 PM Guillaume Laforge <glafo...@gmail.com>
wrote:

> Even after rm -rf my ~/.groovy/grapes directory, I get similar errors with
> problematic dependencies.
>
> :groovy-json:test
>
>
> json.StreamingJsonBuilderTest > testStreamingJsonBuilder FAILED
>
>     org.codehaus.groovy.control.MultipleCompilationErrorsException:
> startup failed:
>
>     General error during conversion: Error grabbing Grapes -- [unresolved
> dependency: com.google.code.gson#gson;2.3.1: not found]
>
> On Mon, Dec 10, 2018 at 1:41 PM Paul King <pa...@asert.com.au> wrote:
>
>> If you clear out the respective dependencies in your .groovy/grapes cache
>> it should work. I suspect it is an Ivy bug but I'm unsure whether we could
>> do something more to better avoid it. It indicates that one of the indirect
>> dependencies had trouble loading previously but the Ivy metadata says it
>> was downloaded correctly and it never corrects itself.
>>
>>
>> On Mon, Dec 10, 2018 at 9:43 PM Daniel.Sun <sun...@apache.org> wrote:
>>
>>> I guess you encountered the ivy issue, which appears from time to time.
>>>
>>> Cheers,
>>> Daniel.Sun
>>>
>>>
>>>
>>>
>>> -----
>>> Daniel Sun
>>> Apache Groovy committer
>>> Blog: http://blog.sunlan.me
>>> Twitter: @daniel_sun
>>>
>>> --
>>> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
>>>
>>
>
> --
> Guillaume Laforge
> Apache Groovy committer & PMC Vice-President
> Developer Advocate @ Google Cloud Platform
>
> Blog: http://glaforge.appspot.com/
> Twitter: @glaforge <http://twitter.com/glaforge>
>


-- 
Guillaume Laforge
Apache Groovy committer & PMC Vice-President
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Twitter: @glaforge <http://twitter.com/glaforge>

Reply via email to