jhamit / geb-examples

Some examples with Geb, including an interactive shell
4 stars 1 forks source link

Grab error #1

Open ikeamanual opened 11 years ago

ikeamanual commented 11 years ago

Hi,

I get the following error: groovy:000> load interactive.groovy ===> [import groovy.grape.Grape] ===> null ERROR java.lang.RuntimeException: Error grabbing Grapes -- [download failed: net.java.dev.jna#jna;3.4.0!jna.jar, d ownload failed: commons-io#commons-io;2.0.1!commons-io.jar] at groovysh_evaluate.run (groovysh_evaluate:3) ... groovy:000>

I can find them on mvnreposotory.com.

Any hints?

thanks, Peter

jhamit commented 11 years ago

It seems this is an issue for some people's systems. I haven't identified a fix yet, but there is a workaround.

You can download the necessary dependencies manually and copy them into your .m2 maven repository directory.

Hope this helps!

On Thu, Mar 7, 2013 at 11:02 AM, ikeamanual notifications@github.comwrote:

Hi,

I get the following error: groovy:000> load interactive.groovy ===> [import groovy.grape.Grape] ===> null ERROR java.lang.RuntimeException: Error grabbing Grapes -- [download failed: net.java.dev.jna#jna;3.4.0!jna.jar, d ownload failed: commons-io#commons-io;2.0.1!commons-io.jar] at groovysh_evaluate.run (groovysh_evaluate:3) ... groovy:000>

I can find them on mvnreposotory.com.

Any hints?

thanks, Peter

— Reply to this email directly or view it on GitHubhttps://github.com/jhamit/geb-examples/issues/1 .