Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 99106 invoked from network); 2 Nov 2000 23:02:53 -0000 Received: from unknown (HELO odo.i2.com) (64.26.226.21) by locus.apache.org with SMTP; 2 Nov 2000 23:02:53 -0000 Received: from i2.com ([10.20.243.36]) by odo.i2.com (8.9.0/8.9.0) with ESMTP id RAA25906 for ; Thu, 2 Nov 2000 17:01:15 -0600 (CST) Message-ID: <3A01F271.BCA2A654@i2.com> Date: Thu, 02 Nov 2000 17:02:09 -0600 From: Ken Wood Organization: RCP X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: jlink question - take 2 References: <20001102145348.25087.qmail@locus.apache.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Several weeks ago I posed a question about jlink, but never got an answer, so let me try again... Suppose I have two jars: A.jar, B.jar I can "unjar" A.jar and B.jar into a temp directory, then "jar" the temp directory to create "C.jar" that is the merge of A.jar and B.jar Or, I can use jlink task and merger them. But, when I use jlink I don't get the same thing as the "unjar - jar" combination. Am I mis-understanding what jlink is supposed to do?