Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for including jar / maven dependencies #21

Open
elintegro opened this issue Jun 29, 2011 · 1 comment
Open

Allow for including jar / maven dependencies #21

elintegro opened this issue Jun 29, 2011 · 1 comment

Comments

@elintegro
Copy link

It would be great if one could specify dependencies that can then be imported and used in the scripts!

@gilinykh
Copy link

At the moment attempt to use grapes (e.g. groovy.grape.Grape.grab([group:'org.codehaus.groovy.modules.http-builder', module:'http-builder', version:'0.6'])) leads to:

java.lang.SecurityException: Unable to get members for class groovy.grape.GrapeIvy
at Script1.run(Script1.groovy:4)
Caused by: java.lang.reflect.InvocationTargetException
... 1 more
Caused by: java.lang.NoClassDefFoundError: org/apache/ivy/core/report/ResolveReport
... 1 more
Caused by: java.lang.ClassNotFoundException: org.apache.ivy.core.report.ResolveReport
... 1 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants