Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65830 invoked from network); 18 Sep 2006 20:18:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2006 20:18:48 -0000 Received: (qmail 58791 invoked by uid 500); 18 Sep 2006 20:18:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 58277 invoked by uid 500); 18 Sep 2006 20:18:45 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 58266 invoked by uid 99); 18 Sep 2006 20:18:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:18:44 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sppatel@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:18:41 -0700 Received: by wx-out-0506.google.com with SMTP id i27so4065820wxd for ; Mon, 18 Sep 2006 13:18:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:to:message-id:content-type:from:subject:date:x-mailer:sender; b=se0qDVsbmgCQc2/SwrdZ1EXQeTFbuDPm2asj189s3F2IN+nqtIEWfcEPXO1Esu7FVz+yJ5rZFa+L5RzKpVLQDcrFGxEG7ZOISuT0H9JfYL1ilR5Jy48ql/CqOc50vz8g/2AlVmd9xWg1y9Gi8Y7im4B7RxEUvd/KJsPoTBdVy/A= Received: by 10.90.105.19 with SMTP id d19mr4987699agc; Mon, 18 Sep 2006 13:18:20 -0700 (PDT) Received: from ?9.37.214.140? ( [129.33.49.251]) by mx.gmail.com with ESMTP id 7sm14401160wrh.2006.09.18.13.18.19; Mon, 18 Sep 2006 13:18:19 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: dev@geronimo.apache.org Message-Id: <135FCF3D-C263-4105-9734-6B4FBAF0260D@gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-4--85118777 From: Sachin Patel Subject: In-Place sharedlib support Date: Mon, 18 Sep 2006 16:18:27 -0400 X-Mailer: Apple Mail (2.752.2) Sender: Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-4--85118777 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Currently the sharedlib support does not allow individual absolute jar entries to be specified. What are people's thoughts on allowing this? In the eclipse tooling, I'd like to support projects that have external jar entries to be deployed in-place to the shared library. I implemented an alternative solution, which I quickly found to fail on windows, and that was to provide a dummy jar with absolute classpath entries that point back to these external jars. This worked great on mac/linux, but apparently its not part of the jar manifest spec and does not work on windows. Any suggestions? -sachin --Apple-Mail-4--85118777 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Currently the sharedlib support = does not allow individual absolute jar entries to be specified.=A0 What = are people's thoughts on allowing this? In the eclipse tooling, I'd like = to support projects that have external jar entries to be deployed = in-place to the shared library.=A0=A0

I implemented an = alternative solution, which I quickly found to fail on windows, and that = was to provide a dummy jar with absolute classpath entries that point = back to these external jars. This worked great on mac/linux, but = apparently its not part of the jar manifest spec and does not work on = windows.

Any = suggestions?

=

= --Apple-Mail-4--85118777--