There's an ant task, a discussion of its use, and a discussion of jars-in-jars.
http://ant.apache.org/manual/Tasks/manifestclasspath.html http://stackoverflow.com/questions/858766/generate-manifest-class-path-from-classpath-in-ant http://grokbase.com/t/ant/user/0213wdmn51/building-a-fileset-dynamically#20020103j47ufvwooklrovrjfdvirgohe4 On Sat, Aug 4, 2012 at 4:10 PM, Ted Dunning <[email protected]> wrote: > I didn't think that Java supports jars inside jars. > > On Sat, Aug 4, 2012 at 5:04 PM, Lance Norskog <[email protected]> wrote: > >> The Maven build does a grand project unpacking multiple jars into one >> big one. Java apparently supports packing jars inside other jars- the >> outer jar needs a classpath property for the inside jars. When someone >> rearranged the Maven build, did they try this out? Is there a Maven >> task for jar-of-jars? >> >> -- >> Lance Norskog >> [email protected] >> -- Lance Norskog [email protected]
