From owner-freebsd-java@FreeBSD.ORG Wed Nov 5 04:01:17 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 6D4BE16A4D0 for ; Wed, 5 Nov 2003 04:01:17 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5707E43FDD for ; Wed, 5 Nov 2003 04:01:15 -0800 (PST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id hA5CARRh095374; Wed, 5 Nov 2003 14:10:27 +0200 (EET) (envelope-from ml) Date: Wed, 5 Nov 2003 14:10:26 +0200 From: Alexey Zelkin To: David Bullock , freebsd-java@freebsd.org Message-ID: <20031105141026.A95284@phantom.cris.net> References: <20031105091212.GK73736@starjuice.net> <20031105205702.T32563-100000@arwen.lorien.dawnbreaks.net> <20031105110154.GU73736@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20031105110154.GU73736@starjuice.net>; from sheldonh@starjuice.net on Wed, Nov 05, 2003 at 01:01:54PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Subject: Re: Tip for Intellij IDEA 3.0.5v2 with 1.4.1-p3^H4 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, 05 Nov 2003 12:01:17 -0000 hi, On Wed, Nov 05, 2003 at 01:01:54PM +0200, Sheldon Hearn wrote: > > I can well imagine that having access to quick compiling machine > > would be a basic need (mine's nothing special, BTW, just an Athlon > > XP 1800 with little else to do). The FreeBSD foundation don't > > exactly say what they're already doing, planning to do, and how > > well aligned their actuals and their budget is, so it is hard to > > know how to contribute. > > That's a fair comment. > > Greg, is it possible to open up the schedule of the BSD Java Porting > Team to the public? I don't think that we have any specific schedule. And I can't talk on behalf of Foundation, but can share recent progress with my work (i.e. porting of jdk1.4.x) In last weeks (followed -p4 release) I have complete with JDK 1.4.2 port. It's now in BSD/Java CVS and soon we'll have new patchset released. I also spent fair amount of time on catching bugs inherited from 1.4.1 port as well as ones added with new java sources. Most of stopers are resolved now, many IPv6 issues detected and worked around or wrapped with exceptions. Trouble areas now are Audio support, mozilla plugin and javaws. There's also issues with FreeBSD-5 support, but I am working on this. PS: According to binary release of JDK1.4.2 -- we are almost there. I have finished with JCK tests this weekend (for -STABLE based jdk build), so it's up to Foundation to rehash legal issues with Sun now.