Hello,

I'd like to add all dependency-jars to my installers, that are needed to 
execute the applications.

I have a map (like gradles build.gradle) where I define the foreign artifacts.
I have several repositories with different aritfact patterns.

Now I'd like to copy the jarfiles plus the jars, that libraries depend on, 
without caring about the repository they come from.
To iterate over the map is no problem, but is there a gradle way to copy those 
jars without the need to parse the map entries or the artifact-patterns?

I know, the jars are all in the internal jar-cache gradle uses, but I don't 
want to touch that without the help of gradle.

kind regards

Geronimo

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to