--- Bill Lynch <[EMAIL PROTECTED]> wrote:
> 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 think you need to use <mergfiles>, don't you? That's what the first
example in the doc suggests to me anyway. <addfiles> seems to be for
adding files (even jars) and complete entitites rather than putting their
contents into the new jar.

Diane


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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

Reply via email to