Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15130 invoked from network); 3 Jan 2005 23:33:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 23:33:35 -0000 Received: (qmail 63281 invoked by uid 500); 3 Jan 2005 23:33:29 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 63235 invoked by uid 500); 3 Jan 2005 23:33:28 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 63220 invoked by uid 99); 3 Jan 2005 23:33:28 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: unknown (hermes.apache.org: error in processing during lookup of toby@caboteria.org) Received: from smtp01.mrf.mail.rcn.net (HELO smtp01.mrf.mail.rcn.net) (207.172.4.60) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 03 Jan 2005 15:33:25 -0800 Received: from 207-172-209-229.c3-0.ded-ubr1.sbo-ded.ma.cable.rcn.com ([207.172.209.229] helo=mail.caboteria.org) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1ClbhS-0003xU-00 for dev@geronimo.apache.org; Mon, 03 Jan 2005 18:33:22 -0500 Received: by mail.caboteria.org (Postfix, from userid 1000) id DDD07C4293; Mon, 3 Jan 2005 18:35:08 -0500 (EST) Date: Mon, 3 Jan 2005 18:35:08 -0500 From: toby cabot To: "Jacek Laskowski (JIRA)" Subject: Re: [jira] Closed: (GERONIMO-535) handle fully-qualified paths in ServerInfo.resolvePath() Message-ID: <20050103233508.GA26979@caboteria.org> References: <727408363.1104423963678.JavaMail.apache@nagoya> <1533268230.1104705549199.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1533268230.1104705549199.JavaMail.jira@ajax.apache.org> User-Agent: Mutt/1.5.6+20040907i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Lacek, The unit tests that use pathnames that begin with "c:" or "C:" cause problems on Unix-like systems. Not sure how to fix it, but commenting out the tests involving those pathnames lets the build succeed on a Linux box. We might not be able to get full test coverage and still be "write once run anywhere" since we're using API's that have system-specific behavior. Thanks, Toby