From owner-freebsd-java@FreeBSD.ORG Tue Dec 9 09:08:50 2003 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 B97BD16A4CF for ; Tue, 9 Dec 2003 09:08:50 -0800 (PST) Received: from bjpu.edu.cn (egw.bjpu.edu.cn [202.112.78.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEE443D13 for ; Tue, 9 Dec 2003 09:08:46 -0800 (PST) (envelope-from liukang@bjpu.edu.cn) Received: (eyou gateway send program); Wed, 10 Dec 2003 01:14:19 +0800 X-EYOU-ORIGINAL-IP: 61.49.156.144 X-EYOU-ENVELOPE-MAILFROM: liukang@bjpu.edu.cn Received: from unknown (HELO liukangfj2a7ms) (unknown@61.49.156.144) by 202.112.78.77 with ; Wed, 10 Dec 2003 01:14:19 +0800 From: "Kang Liu" To: Date: Wed, 10 Dec 2003 01:09:20 +0800 Message-ID: <000001c3be77$332defa0$0201a8c0@liukangfj2a7ms> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal In-Reply-To: <270893216.19357@bjpu.edu.cn> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: ports@freebsd.org Subject: RE: Testers needed: jakarta-tomcat5.0.16 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: Tue, 09 Dec 2003 17:08:51 -0000 > -----Original Message----- > From: Ernst de Haan [mailto:znerd@FreeBSD.org] > Sent: Monday, December 08, 2003 10:27 PM > To: Kang Liu > Cc: java@FreeBSD.org > Subject: Re: Testers needed: jakarta-tomcat5.0.16 > > > This is a 'development'-level port. I think we can commit it > immediately, > and then fix issues on JDK 1.2, if needed. > > Only people who really want to be on the slow-but-safe side > still use Java > 1.2. And those people really won't use Tomcat 5.0 until a few years > time :-) > > If it works on Java 1.3 and 1.4, then I suggest it be > committed. But you're > the maintainer, so it's your call... > > Ernst I've submitted a PR(ports/60036) about it, but I think it should be tested fully on jdk12 before apply the patch in the ports tree. :-) Kang.