Hi all,

I'm looking for a way to include only certain files out of a jar file.  The 
manual seems to suggest this is possible although it's not very clear.  I 
tried something like this:

...
    <jlink compress="true" outfile="${jar_root}/${jar_file}">
      <mergefiles>
        <pathelement path="${foo_jar}"/>
        <pathelement path="${bar_jar} include="com/kelman/somepackage/**"/>
      </mergefiles>
    </jlink>
...

Unfortunately, this does not work.  Does anyone know how to merge only 
parts of a jar file?

Thanks.

Corey

 +-----------------------------+----------------------------+
 | Corey Puffalt               | Kelman Archives Division   |
 | Jr. Software Engineer       | Kelman Technologies Inc.   |
 | Office: 303                 | 600, 540 - 5th Ave. SW     |
 | Phone: (403) 294-5255 x253  | Calgary, AB, Canada        |
 | Email: [EMAIL PROTECTED]     | T2P 0M2                    |
 +-----------------------------+----------------------------+

Reply via email to