From owner-freebsd-eclipse@FreeBSD.ORG Sat Jan 2 10:22:35 2010 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 C8588106566C; Sat, 2 Jan 2010 10:22:35 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from edu-smtp-01.edutel.nl (edu-smtp-01.edutel.nl [88.159.1.221]) by mx1.freebsd.org (Postfix) with ESMTP id 8388A8FC08; Sat, 2 Jan 2010 10:22:35 +0000 (UTC) Received: from FStaals.net (unknown [88.159.208.104]) by edu-smtp-01.edutel.nl (Postfix) with ESMTP id 91B0068FF6; Sat, 2 Jan 2010 11:22:33 +0100 (CET) Received: from FStaals.net (localhost.FStaals.LAN [127.0.0.1]) by filter.fstaals.local (Postfix) with ESMTP id AF95E98141; Sat, 2 Jan 2010 11:23:06 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on FStaals.net X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, FH_DATE_PAST_20XX autolearn=no 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 F1C9898140; Sat, 2 Jan 2010 11:23:04 +0100 (CET) Message-ID: <4B3F1E20.2020703@fstaals.net> Date: Sat, 02 Jan 2010 11:21:20 +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: Huang wen hui References: <4B3A1084.90505@videotron.ca> <4B3B27CB.7040906@fstaals.net> <4B3BD120.40108@FreeBSD.org> <4B3CA19D.9050504@fstaals.net> <4B3DD4E3.60902@gddsn.org.cn> <4B3EF82E.3090708@gddsn.org.cn> In-Reply-To: <4B3EF82E.3090708@gddsn.org.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "Stephane E. Potvin" , 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: Sat, 02 Jan 2010 10:22:35 -0000 On 01/02/10 08:39, Huang wen hui wrote: > I put subclipse plugin into /usr/local/share/eclipse/dropins, eclipse > 3.5.1 can recoginzed subclipse correctly. > > --hwh I tried that, out of the box it did not work though: I ended up chow'ing /usr/local/lib/eclipse to my own user account. Only then I was able to install the (subclipse) plugin. After doing this I am also able to install other plugins (for example VEP ) from the built in wizard. I don't have particular problems chowning it since I'm the only user on my laptop anyway, but this cannot realy be the intended fix .... Did you also have to do something similar to that ? Thanks for the fix though :) -- - Frank