From owner-freebsd-java@FreeBSD.ORG Fri Aug 11 18:55:21 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 9ADFA16A4DD for ; Fri, 11 Aug 2006 18:55:21 +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 3615343D46 for ; Fri, 11 Aug 2006 18:55:20 +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); Fri, 11 Aug 2006 14:55:20 -0400 Message-ID: <44DCD297.50108@appriss.com> Date: Fri, 11 Aug 2006 14:55:19 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) MIME-Version: 1.0 To: David Sledge References: <1154971404.1679.2.camel@triton.mcneil.com> <44D8BA80.3050403@appriss.com> <44DB59EA.9010408@appriss.com> <20060811.233112.343186357.ken@tydfam.jp> <44DCCCDD.10200@appriss.com> In-Reply-To: <44DCCCDD.10200@appriss.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Aug 2006 18:55:20.0001 (UTC) FILETIME=[B14D0310:01C6BD77] Cc: Yamada Ken Takeshi , freebsd-java@freebsd.org, ronald-freebsd8@klop.yi.org 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: Fri, 11 Aug 2006 18:55:21 -0000 Yamada Ken Takeshi wrote: >> I have a question with your eclipse.shar. >> >> Callisto is supposed to load cdt/gef/... after installing the base >> eclipse 3.2 from update site >> "http://download.eclipse.org/callisto/releases". However, if I try >> to update eclipse using "Software Update", this port returns >> "Resulting configuration does not contain the platform" and I cannot >> install these plugins from update site. >> Is it because of my inappropriate installation or something missing? >> >> I think that we do not need some of eclipse-* ports once we >> successfully port eclipse 3.2 Callisto - I mean that existing >> eclipse-* can remain as it is by strictly defining that they are for >> 3.1.2 ONLY. >> I was able to install cdt without any error on x86 using "software updates". I did have a problem trying to create a "managed make c project". "standard make c project" seems to be working ok as far as I can tell. I was able to create a test c file and a makefile, then compile and run the app from eclipse. I do not have much experience with cdt. I do see the following error in the log when I tried to create the "managed make c project". !ENTRY org.eclipse.jface 4 2 2006-08-11 14:34:39.646 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:546) at java.util.ArrayList.get(ArrayList.java:321) at org.eclipse.cdt.managedbuilder.ui.wizards.CProjectPlatformPage.createControl(CProjectPlatformPage.java:210) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:180) at org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectWizard.createPageControls(NewManagedProjectWizard.java:99) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:614) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:989) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1041) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1038) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1028)