Re: Solr contribs build and jar-of-jars

2012-08-29 Thread Lance Norskog
I found a couple implementations of a crazy classloader that finds jars inside a jar. I tested the 'zipfileset' feature of 'ant zip' which works well. It unpacks the outboard jar directly into the target without making a separate staging directory, and ran surprisingly fast on my laptop. So, jars-i

Re: Solr contribs build and jar-of-jars

2012-08-19 Thread Chantal Ackermann
Hi Lance, does this do what you want? http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies It's maven but that would be an advantage I'd say… ;-) Chantal Am 05.08.2012 um 01:25 schrieb Lance Norskog: > Has anybody tried packaging the contrib distrib