From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30061 invoked by alias); 20 Sep 2005 15:31:04 -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 29968 invoked by uid 22791); 20 Sep 2005 15:30:45 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 20 Sep 2005 15:30:45 +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 j8KFUiSD017456 for ; Tue, 20 Sep 2005 11:30:44 -0400 Received: from opsy.redhat.com (vpn50-126.rdu.redhat.com [172.16.50.126]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j8KFUhV24985; Tue, 20 Sep 2005 11:30:43 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8BCF82DD4A0; Tue, 20 Sep 2005 09:25:19 -0600 (MDT) To: Mauve News Group Subject: some eclipse updates From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 20 Sep 2005 15:31: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/msg00057.txt.bz2 Just FYI, a couple of days ago I added an eclipse file template to mauve cvs. Now if you make a new mauve file in eclipse, it will automatically fill in all the header stuff with a FIXME comment at each place you must edit (the file's purpose, the copyright owner, and the default Tags setting). I have a patch here that makes Mauve depend on having classpath and jamvm projects in the same workspace. I wasn't sure if folks would want that or not; personally I find it quite useful as it means I can easily go from a classpath change to testing it in mauve (using the just-built classpath and jamvm). Is anybody out there using eclipse to work on mauve who doesn't want a setup like this? Speak up; if nobody else is doing this I will check it in. Tom