From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28227 invoked by alias); 16 Sep 2005 17:08:34 -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 27303 invoked by uid 22791); 16 Sep 2005 17:08:21 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 16 Sep 2005 17:08:21 +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 j8GH8Kvq029541 for ; Fri, 16 Sep 2005 13:08:20 -0400 Received: from opsy.redhat.com (vpn50-136.rdu.redhat.com [172.16.50.136]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j8GH8JV21165; Fri, 16 Sep 2005 13:08:19 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 621992DD4A0; Fri, 16 Sep 2005 11:03:07 -0600 (MDT) To: audriusa@bluewin.ch Cc: mauve-discuss@sources.redhat.com Subject: Re: Mauve coding on Windows References: <432259B7.70208@minimum.se> <17186.41113.979530.851004@zapata.pink> <432314BD.9000202@bluewin.ch> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Fri, 16 Sep 2005 17:08:00 -0000 In-Reply-To: <432314BD.9000202@bluewin.ch> 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/msg00041.txt.bz2 >>>>> "Audrius" == Meskauskas Audrius writes: Audrius> I created Eclipse project from existing Mauve sources using "New -> Audrius> Java project from existing Ant build file". Then the build is Audrius> initiated as "Run as -> Ant build" in the context menu on build.xml in Audrius> the Package Explorer view. Mauve is already set up in Eclipse as a plain old java project, where the internal eclipse builder is used. I think this is preferable as it yields a nicer development environment... Also in my setup, the mauve project depends on having a Classpath project in the same workspace, the idea being that mauve will be built against the just-built Classpath. I also have it depending on a jamvm project, to make it really easy to run mauve against classpath from inside Eclipse. I haven't checked this part in yet. Tom