[From nobody Tue Nov 18 17:13:34 2008
Return-Path: &lt;java-return-24132-nextgens=freenetproject.org@gcc.gnu.org&gt;
X-Original-To: nextgens@freenetproject.org
Delivered-To: nextgens@freenetproject.org
Received: by emu.freenetproject.org (Postfix, from userid 108)
	id 1FDB59BBF7; Tue,  9 Jan 2007 20:35:26 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on 
	emu.dh.bytemark.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
	version=3.1.7
Received: from sourceware.org (sourceware.org [209.132.176.174])
	by emu.freenetproject.org (Postfix) with SMTP id 0F40F9BBF7
	for &lt;nextgens@freenetproject.org&gt;; Tue,  9 Jan 2007 20:35:20 +0000 (UTC)
Received: (qmail 8816 invoked by alias); 9 Jan 2007 20:35:16 -0000
Received: (qmail 8806 invoked by uid 22791); 9 Jan 2007 20:35:16 -0000
Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by
	sourceware.org (qpsmtpd/0.31) with ESMTP;
	Tue, 09 Jan 2007 20:35:12 +0000
Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com
	[172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11)
	with ESMTP id l09KZ9YR003861 for &lt;java@gcc.gnu.org&gt;;
	Tue, 9 Jan 2007 15:35:09 -0500
Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by
	int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id
	l09KZ9lN001080 for &lt;java@gcc.gnu.org&gt;; Tue, 9 Jan 2007 15:35:09 -0500
Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by
	pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id
	l09KZ5LO030722; Tue, 9 Jan 2007 15:35:05 -0500
Received: by opsy.redhat.com (Postfix, from userid 500) 	id 949BD378207;
	Tue,  9 Jan 2007 11:27:03 -0700 (MST)
To: GCC Java &lt;java@gcc.gnu.org&gt;
Subject: Merge checked in
From: Tom Tromey &lt;tromey@redhat.com&gt;
Reply-To: tromey@redhat.com
X-Attribution: Tom
Date: 09 Jan 2007 11:27:03 -0700
Message-ID: &lt;m3vejgrr7s.fsf@localhost.localdomain&gt;
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-IsSubscribed: yes
Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: &lt;java.gcc.gnu.org&gt;
List-Id: &lt;java.gcc.gnu.org&gt;
List-Unsubscribe: &lt;mailto:java-unsubscribe-nextgens=freenetproject.org@gcc.gnu.org&gt;
List-Subscribe: &lt;mailto:java-subscribe@gcc.gnu.org&gt;
List-Archive: &lt;http://gcc.gnu.org/ml/java/&gt;
List-Post: &lt;mailto:java@gcc.gnu.org&gt;
List-Help: &lt;mailto:java-help@gcc.gnu.org&gt;, &lt;http://gcc.gnu.org/ml/#faqs&gt;
Sender: java-owner@gcc.gnu.org
Delivered-To: mailing list java@gcc.gnu.org

Hi everybody.

I've checked the big gcj-eclipse branch merge into svn trunk.
This brings in many changes -- we now use a version of the Eclipse
compiler to process .java files; we removed jv-scan and gcjh
(replacing the latter with gjavah); we now support all 1.5 language
and runtime features.

Please give it a try.

For best results you will want to download an 'ecj' jar.  We've set
things up so that if there is an ecj.jar in the top level source tree,
then the build will install this jar and a usable 'ecj1' executable
that uses it.

Since the download_ecj patch hasn't yet been approved, the best way to
get this is something like:

    cd [...]/trunk
    wget ftp://sourceware.org/pub/java/ecj-latest.jar -O ecj.jar

Please report any problems and we will try to fix them ASAP.

Tom
]