Hi Everybody,
I'm trying to execute a script task written in groovy.
Within this script I'd like to use @Grab(..) to dinamically link some libs, unfortunately it doesn't work and when I try to execute the task from explorer I get a java.class.ClassNotFoundException : org.ivy.core.report.ResolveReport that has something to do with Apache Ivy dependency.
The problem is … where do I have to add those dependency, and where to download the ivy.jar ?
Thanks for your help.
KR,
AT