Hi Juergen,

[...]
> figure our yet is how to create a fat-jar which contains the
> aggregated contents of some subprojects. So far I created a new
> subproject "fat" with a dependency on the relevant other subproject
> (which again has dependencies on other subprojects of the
> multi-project).

I create a fat jar as follows:
<https://code.google.com/p/mio/source/browse/mio/trunk/mio-syntaxpack/build.gradle>

In fact, it creates two different Jars, one with a mio-core dependency
and one which includes mio-core. In "repack_jar" I take care that the
service files are concatenated since each sub project provides at
least one SPI implementation.

Probably there are better ways to do it, but at least it may serve as
an bad example. ;)

Best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


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

    http://xircles.codehaus.org/manage_email


Reply via email to