From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26155 invoked by alias); 21 Jun 2006 10:54:46 -0000 Received: (qmail 25575 invoked by uid 22791); 21 Jun 2006 10:54:45 -0000 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 10:54:43 +0000 Received: from elsschot.wildebeest.org ([192.168.1.26]) by gnu.wildebeest.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ft0MZ-0000O8-00; Wed, 21 Jun 2006 12:55:11 +0200 Subject: Re: new module From: Mark Wielaard To: Andrew John Hughes Cc: tromey@redhat.com, Mauve News Group In-Reply-To: <9BDBA329-C8C7-4D7C-8D3E-AE58D2D3524B@dcs.shef.ac.uk> References: <1150736580.7451.90.camel@localhost.localdomain> <1150876346.4407.7.camel@localhost.localdomain> <9BDBA329-C8C7-4D7C-8D3E-AE58D2D3524B@dcs.shef.ac.uk> Content-Type: text/plain Date: Wed, 21 Jun 2006 10:54:00 -0000 Message-Id: <1150887245.2600.26.camel@elsschot.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00016.txt.bz2 On Wed, 2006-06-21 at 09:45 +0100, Andrew John Hughes wrote: > Hallelujah! We might finally see the result of Tom's concurrency patch. :) We might, but apart from one small typo in the Ecj build script, fixed as follows: 2006-06-21 Mark Wielaard * Ecj: Fix jikese typo. there is a compilation error on the generics branch which might or might not be valid (I don't have the language spec handy): 3. ERROR in ../../classpath/java/util/Collections.java (at line 6622) (Class>) Map.Entry.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot cast from Class to Class> Cheers, Mark --- scripts/Ecj 19 Jun 2006 19:53:33 -0000 1.2 +++ scripts/Ecj 21 Jun 2006 10:48:57 -0000 @@ -88,7 +88,7 @@ cd org.eclipse.jdt.core exec > ../ecj-native-build/Log.Std 2>&1 set -e -find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikese-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn +find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikes-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn ) Report "ecj built with native-ecj" $? ecj-native-build/Log.Std