From owner-freebsd-java@FreeBSD.ORG Fri Jul 11 05:05:55 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 5382A37B401 for ; Fri, 11 Jul 2003 05:05:55 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AFD743FD7 for ; Fri, 11 Jul 2003 05:05:54 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h6BC5oAf005265; Fri, 11 Jul 2003 14:05:50 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h6BC5oGw005264; Fri, 11 Jul 2003 14:05:50 +0200 (CEST) From: Ernst de Haan To: "Georg-W. Koltermann" Date: Fri, 11 Jul 2003 14:05:49 +0200 User-Agent: KMail/1.5.1 References: <1057923305.2846.19.camel@hunter.muc.mscsoftware.com> In-Reply-To: <1057923305.2846.19.camel@hunter.muc.mscsoftware.com> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307111405.49811.znerd@FreeBSD.org> cc: java@freebsd.org cc: webmaster@asiamusic.ru Subject: Re: JBoss 3.x 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: Fri, 11 Jul 2003 12:05:55 -0000 I don't have the time to keep up with the JBoss versions. I received an update, so that's what I committed... I'm still looking for a volunteer to take over the maintainership from me. Ernst On Friday 11 July 2003 13:35, Georg-W. Koltermann wrote: > Hi, > > I saw you recently updated the jboss3 port to 3.0.7. > > Since the lastest production release is 3.2.1, I'm wondering why you did > 3.0.7 and not 3.2.1? > > I have installed 3.2.1 by just switching the PORTVERSION in Makefile, > and specifying NO_CHECKSUM=yes. My first impression is that it seems to > work - at least I get to the management console. I'm a newcomer to app > servers, so I can't tell you anything more specific.