Hi Rene, yes, I saw that. Two problems I couldn't solve with it: - it copies everything from all source, resource and test directories whereas I want to limit it to exactly what went into the other (subproject) jars. - the src/main/java etc. paths don't seem to be available for exclude => can't configure it myself - it copies everything from every subproject, no just the dependent (and transient = true) ones. - runtime dependency also includes 3rd party jars => not what I want. compile dependency is smaller, but still has the problems mentioned above.
regards Juergen On Sat, Apr 30, 2011 at 1:07 PM, Rene Groeschke <[email protected]> wrote: > Hi Juergen, > > Am 30.04.11 12:38, schrieb Juergen Donnerstag: >> >> Hi, >> >> I tried to find the information in the userguide, the cookbook and the >> mailing list but failed so far. Hopefully it's not a stupid question. > > Did you try the examples available at > http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-Creatingafatjar > There is a section that describes how to Include all runtime dependencies > into a jar. > > regards, > René > > -- > ----------------------- > regards René > > rene groeschke > http://www.breskeby.com > @breskeby > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
