Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 81840 invoked from network); 19 Sep 2004 04:12:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Sep 2004 04:12:49 -0000 Received: (qmail 66000 invoked by uid 500); 19 Sep 2004 04:12:42 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 65950 invoked by uid 500); 19 Sep 2004 04:12:41 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 65936 invoked by uid 99); 19 Sep 2004 04:12:41 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [209.226.175.25] (HELO tomts5-srv.bellnexxia.net) (209.226.175.25) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 18 Sep 2004 21:12:41 -0700 Received: from everest.konova.com ([69.157.236.152]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040919041238.ICVB18869.tomts5-srv.bellnexxia.net@everest.konova.com>; Sun, 19 Sep 2004 00:12:38 -0400 Received: from SHINFUJI (IDENT:root@localhost [127.0.0.1]) by everest.konova.com (8.11.6/8.11.6) with SMTP id i8J4CX602443; Sun, 19 Sep 2004 00:12:34 -0400 Reply-To: From: "David Leangen" To: Subject: [Configuration] Problem getting resource in a JAR file Date: Sun, 19 Sep 2004 13:12:32 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-MailScanner: Found to be clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear list, There appears to be a problem locating a resource when the resource is located in a JAR file. The path seems to somehow get used twice, ending up with this URL: K:\myproject\target\test\file:\K:\myproject\target\deliverables\jars\my-jar- SNAPSHOT.jar!\conf\test.xml When it should (I think) be this URL: file:\K:\myproject\target\deliverables\jars\my-jar-SNAPSHOT.jar!\conf\test.x ml Any ideas? I would gladly send more info, if required. Thanks! Dave --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org