From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3654 invoked by alias); 21 Aug 2008 17:13:31 -0000 Received: (qmail 3470 invoked by uid 22791); 21 Aug 2008 17:13:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 17:12:43 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7LHCfD4020442; Thu, 21 Aug 2008 13:12:41 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7LHCeYq020679; Thu, 21 Aug 2008 13:12:40 -0400 Received: from opsy.redhat.com (vpn-10-87.bos.redhat.com [10.16.10.87]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m7LHCdh6011365; Thu, 21 Aug 2008 13:12:39 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8F6C437828E; Thu, 21 Aug 2008 11:12:47 -0600 (MDT) To: "Andrew John Hughes" Cc: "Mark Wielaard" , java Subject: Re: gcj 4.4 and AWT toolkit References: <48A4652F.5070904@redhat.com> <1219009444.30922.16.camel@hermans.wildebeest.org> <17c6771e0808181137j672e3d04m1b2ad6edd3aa8749@mail.gmail.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Thu, 21 Aug 2008 17:13:00 -0000 In-Reply-To: <17c6771e0808181137j672e3d04m1b2ad6edd3aa8749@mail.gmail.com> (Andrew John Hughes's message of "Mon\, 18 Aug 2008 19\:37\:17 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00058.txt.bz2 >>>>> "Andrew" == Andrew John Hughes writes: Andrew> On the subject of Configuration.java.in, can anyone explain why Andrew> running scripts/makemake.tcl on the 0.98 merge branch resulted in the Andrew> following? Andrew> -gnu/classpath/Configuration.java \ Andrew> +classpath/gnu/classpath/Configuration.java \ Andrew> Is this a mistake? Yes, probably. At least, trunk has libjava/gnu/classpath/Configuration.java. Tom