Hello Geronimo, not sure if it answers your question, but have you seen this: http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-GatheringalldependencieslibrariesJARsinonefolder
In general you can easily copy whatever dependencies you have in your configurations. Maybe this is enough to solve your problem ? 2010/3/23 Geronimo M. H. <[email protected]>: > 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 -- Regards / Pozdrawiam Tomek Kaczanowski --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
