From owner-freebsd-eclipse@FreeBSD.ORG Thu Dec 31 13:06:41 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83EDF106568B for ; Thu, 31 Dec 2009 13:06:41 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from edu-smtp-02.edutel.nl (edu-smtp-02.edutel.nl [88.159.1.222]) by mx1.freebsd.org (Postfix) with ESMTP id F0C1E8FC12 for ; Thu, 31 Dec 2009 13:06:40 +0000 (UTC) Received: from FStaals.net (unknown [88.159.208.104]) by edu-smtp-02.edutel.nl (Postfix) with ESMTP id 5E9491ED835; Thu, 31 Dec 2009 14:06:39 +0100 (CET) Received: from FStaals.net (localhost.FStaals.LAN [127.0.0.1]) by filter.fstaals.local (Postfix) with ESMTP id 6542D98141; Thu, 31 Dec 2009 14:07:10 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on FStaals.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 Received: from Rena.FStaals.LAN (localhost.FStaals.LAN [127.0.0.1]) (Authenticated sender: frank) by FStaals.net (Postfix) with ESMTPA id 4864C98140; Thu, 31 Dec 2009 14:07:10 +0100 (CET) Message-ID: <4B3CA19D.9050504@fstaals.net> Date: Thu, 31 Dec 2009 14:05:33 +0100 From: Frank Staals User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091222 Thunderbird/3.0 MIME-Version: 1.0 To: "Stephane E. Potvin" References: <4B3A1084.90505@videotron.ca> <4B3B27CB.7040906@fstaals.net> <4B3BD120.40108@FreeBSD.org> In-Reply-To: <4B3BD120.40108@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.5.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 13:06:41 -0000 On 12/30/09 23:16, Stephane E. Potvin wrote: > Could you send me more details about the errors along with the eclipse > log? Subversive should work out of the box as long as you use > the java backend (I'm using it myself successfully). > > Steph > I tried the build again today; First removed both eclipse installations, ~/.eclipse/* and the .metadata folder in one of my workspaces. And then did a clean build of the galileo port[1]. Allthough the port installs fine it seems the last part of the install causes a java exception with a stacktrace ( http://fstaals.net/junk/eclipse_buildlog.txt ). Then I started eclipse from commandline. The only error there is when selecting the workspace: (.:8046): GLib-WARNING **: g_set_prgname() called multiple times But that does not seem to be that exiting. The first thing that actually is weird is that no update sites are available by default. So I manually added http://download.eclipse.org/releases/galileo/ and the 'Latest release' repositories as found on http://www.polarion.com/products/svn/subversive/download.php?src=eclipse . The next thing that is weird is that it will only list the available plugins after I enter a searchterm instead of just when selecting the update-site. During the process of selecting what I wanted to install the following error occured: http://fstaals.net/junk/eclipse_transfererror.log The install of the svn team provider seemed to go fine though. Then I restarted eclipse and installed the SVN Connector plugin and the SVN Kit 1.3.0 implementation and again restarted eclipse. At this state I should be able to import a project from SVN, however when I 'File -> 'Import' no 'SVN' folder is availabe. Also after importing an existing project and using 'Team -> Share project' it immediately selects the CVS plugin. If I look at the installed plugins it however tells me the plugins are installed fine. An ls of the plugins directory in eclipse also lists the correct parts: frank@Rena# ls ~/.eclipse/org.eclipse.platform_3.5.0_946975857/plugins org.eclipse.team.svn.core_0.7.8.I20091023-1300.jar org.eclipse.team.svn.help_0.7.8.I20091023-1300.jar org.eclipse.team.svn.ui_0.7.8.I20091023-1300.jar org.eclipse.team.svn_0.7.8.I20091023-1300.jar org.polarion.eclipse.team.svn.connector.svnkit16_2.2.1.I20091009-1900.jar org.polarion.eclipse.team.svn.connector_2.2.1.I20091009-1900.jar Yesterday I also added the Visual Editor Plugin, this plugin was also not recoginzed correctly (Or at least no SWT library came available) so I think something goes wrong in the plugin manager. Am I the only one running into such troubles ? Anyway, I hope that this helps identifying the real problem. [1] I refetched the patch and noticed the port now used eclipse-build-0_4_RC4 instead of eclipse-build_0_4_RC1 which failed the fetch step here, so I manually downloaded it from http://ftp.kaist.ac.kr/eclipse/technology/linuxtools/eclipse-build/eclipse-build-0_4_RC4.tar.gz -- - Frank