From owner-freebsd-java@FreeBSD.ORG Mon Aug 28 18:16:36 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B20416A4E5 for ; Mon, 28 Aug 2006 18:16:36 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E19043D4C for ; Mon, 28 Aug 2006 18:16:34 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 Aug 2006 14:16:33 -0400 Message-ID: <44F332FF.5050809@appriss.com> Date: Mon, 28 Aug 2006 14:16:31 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <970c0a6b0607280839qc05e2b8p51118955745b7cda@mail.gmail.com> <20060828161538.GI89053@vision.anyware> In-Reply-To: <20060828161538.GI89053@vision.anyware> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Aug 2006 18:16:33.0342 (UTC) FILETIME=[1786C5E0:01C6CACE] Subject: Re: Q) eclipse 3.2 (Callisto) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 18:16:36 -0000 > Jean-Baptiste Quenot wrote: > > Hi, > > > It is already more than one month now since we talked about the > > port of Eclipse 3.2. Have you been able to have a successful > > build on a reasonable number of platforms? > > > When do you think you will submit a PR to get this update > > committed? > > > Thanks in advance, > I have been using the port on FreeBSD 6.1 x86 and amd64 and I believe you have been using it on FreeBSD 5.5-PRERELEASE x86. I use it for Java, Ruby and Rails programming for my daily development with CVS and Subversion repositories and have installed RDT, RadRails and Subclipse plugins using "software updates". I have also tried a few other plugins when testing via "software updates", one of which was "VisualEditor". It installed without errors and installed with the dependencies emf and gef. I created a small test app and did not see any problems. I also install CDT from "software updates". It seems that a "standard c makefile" project works ok but a "managed c makefile" project does not. It will most like require a port to make "managed c makefile" projects work. There are two people left who have problems with it. One was have a problem building with the following options "make -DWITHOUT_GNOMEVFS -DWITHOUT_CAIRO -DWITHOUT_MOZILLA", where it is trying to build against files in a "usr/local/include/mozilla-1.0.0" directory. The second problem was that all files where not being extracted from or put into the application.jar file on the users opteron(i386). I think he was able to install it on his amd64 computer though. Both problems I think might be specific to there computer setup and or selection of installed ports. I feel the port itself is solid and ready for the PR to be sent. If there are no objections I will go ahead and submit it, If there are I can submit it as eclipse-devel so that maybe a larger user base will start working with it. If nobody objects my only question is to ask if it is ok to submit the PR without any other ports that depend on the 3.1.2 version of eclipse being updated first. Or do I need to submit the port of eclipse 3.2 first so that the other ports can then be updated to use it?