From owner-freebsd-java Mon Nov 4 7:36:14 2002 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 E9C1A37B406 for ; Mon, 4 Nov 2002 07:36:12 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131C843E42 for ; Mon, 4 Nov 2002 07:36:12 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.3/8.12.3) with ESMTP id gA4EWNkI032443 for ; Mon, 4 Nov 2002 15:32:23 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.3/8.12.3/Submit) with ESMTP id gA4EWNx5032440 for ; Mon, 4 Nov 2002 15:32:23 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Mon, 4 Nov 2002 15:32:23 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: freebsd-java@FreeBSD.ORG Subject: Jakarta Log4J port and versioning of JAR files Message-ID: <20021104152614.D32423-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The jakarta-log4j port is installing a single JAR file with no version number in it (as it is recommended by Ernst proposal if I remember). However, log4j 1.3 will drop suuport for JDK1.1 and therefore we will need to keep two versions of the library at the same time. How are we supposed to deal with this ? Maybe just install versioned JAR files with symlinks... But then we would need some standardized way of doing such as a script or a ${INSTALL_JAR} statement in bsd.java.mk. What are your opinions ? Is there already something recommended ? Regards Herve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message