From owner-freebsd-java@FreeBSD.ORG Wed Aug 25 13:09:30 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8214116A4CE; Wed, 25 Aug 2004 13:09:30 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB3443D31; Wed, 25 Aug 2004 13:07:04 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i7PD252C044010; Wed, 25 Aug 2004 15:02:08 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i7PCxJhS043804; Wed, 25 Aug 2004 14:59:19 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Wed, 25 Aug 2004 14:59:19 +0200 From: Herve Quiroz To: Jan Grant Message-ID: <20040825125919.GB40670@arabica.esil.univ-mrs.fr> Mail-Followup-To: Jan Grant , freebsd-java@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: /usr/local/bin/javavmwrapper and "classpath" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 13:09:30 -0000 Jan, On Tue, Aug 24, 2004 at 11:58:58AM +0100, Jan Grant wrote: > Agh! Why (oh why oh why) does "classpath" put "." at the start of its > output? Apart from the obvious, that is (so that the shell script is > simpler to produce). I agree with you. Indeed, I believe that the 'classpath' script should not add anything else than the JAR files effectively located in ${JAVAJARDIR}. I'm not the author of this script though. So if Dag-Erling agrees with this change, I will provide a fix for that. Still, I would be glad to hear opinions on this subject from anyone else from this list so we do not break things blindly. Herve