From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28541 invoked by alias); 18 Aug 2005 16:05:10 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 28081 invoked by uid 22791); 18 Aug 2005 16:04:39 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 18 Aug 2005 16:04:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7IG4b8O004465 for ; Thu, 18 Aug 2005 12:04:37 -0400 Received: from opsy.redhat.com (vpn50-119.rdu.redhat.com [172.16.50.119]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j7IG4VV25997; Thu, 18 Aug 2005 12:04:31 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id A0B4B2DD4A0; Thu, 18 Aug 2005 10:00:28 -0600 (MDT) To: Mauve News Group Subject: building with eclipse From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Thu, 18 Aug 2005 16:05:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-q3/txt/msg00003.txt.bz2 I've set things up so that you can build Mauve as an Eclipse project. It requires you to also have a classpath project at the moment, and it uses the classpath classes for the bootclasspath of the mauve build. To see this, use Eclipse 3.1, check out Classpath (and wait for it to build), then check out Mauve. That should be enough, no configury or anything else should be required. An idea for the future would be to add a standard launch configuration so that you can easily run mauve using the just-built classpath on jamvm. A more complicated idea would be a test-running GUI of some sort (standalone or an Eclipse plugin) that would let you pick subsets of the tests, see regressions, see what tests are new, etc. Tom