From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26855 invoked by alias); 7 Apr 2012 15:29:40 -0000 Received: (qmail 26838 invoked by uid 22791); 7 Apr 2012 15:29:38 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f175.google.com (HELO mail-we0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Apr 2012 15:29:26 +0000 Received: by wera1 with SMTP id a1so2137942wer.20 for ; Sat, 07 Apr 2012 08:29:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.104.65 with SMTP id gc1mr3717809wib.13.1333812565390; Sat, 07 Apr 2012 08:29:25 -0700 (PDT) Received: by 10.216.230.218 with HTTP; Sat, 7 Apr 2012 08:29:25 -0700 (PDT) In-Reply-To: <4396cf72-3914-4b1f-a00e-92c94512d2f8@zmail17.collab.prod.int.phx2.redhat.com> References: <4396cf72-3914-4b1f-a00e-92c94512d2f8@zmail17.collab.prod.int.phx2.redhat.com> Date: Sat, 07 Apr 2012 15:29:00 -0000 Message-ID: Subject: Re: Which library implementation to use/work on? From: Mike Hearn To: Andrew Hughes Cc: java@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 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: 2012-04/txt/msg00002.txt.bz2 Thanks Andrew, I see that you checked in usePattern a few days ago. Any idea when it might get synced to GCC and released? Unfortunately I had trouble compiling it. I took gcc 4.7 and brought across the latest Matcher.java. However it appears that you aren't supposed to edit the copy of classpath included with GCC. Introducing syntax errors into the file and then running make shows that the .java file itself does not appear to actually be read. Instead the .class files are included the tree as well and I didn't see any obvious script or build step that is supposed to regenerate them. Are there instructions anywhere on what I'm supposed to do here?