Does someone happens to know if there is a way to retrieve the contents of jar libs into one single jar – so that it would be
jar 1 :
org
smth
new.class
jar 2 :
org
smth
also.class
jar 3 :
org
another
otheralso.class
that single jar:
org
another
one.class
smth
two class
result jar :
org
another
one.class
otheralso.class
smth
two class
also.class
new.class
with ivy and ant ) i have a cachepath or cachefileset )
Need to combine ivy with the groovy plug-in.
build.xml
ivy.xml
Use ivy configurations to separate downloads into build dependencies and a collection
of files to be later combined within the build.