Diane,

> Have you looked at the optional <jlink> task?

Yep, I tried that but it seems to do the same thing -- that is it merges the
Jars themselves into the target jar, not the *contents* of the jars.

Here's my sample task:

<jlink compress="true" outfile="${jar.dest.dir}/foo.jar">
   <addfiles>
      <pathelement path="${build.lib.merge.dir}/bar1.jar" />
      <pathelement path="${build.lib.merge.dir}/bar2.jar" />
   </addfiles>
</jlink>

I've also tried a few variations on a theme. :) All result in just the jars
included in foo.jar, not the contents.

Is there something else I'm missing?

Thanks in advance,
--Bill


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to