From owner-freebsd-java@FreeBSD.ORG Fri Jun 22 13:56:43 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A3D01065670 for ; Fri, 22 Jun 2012 13:56:43 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5328FC16 for ; Fri, 22 Jun 2012 13:56:42 +0000 (UTC) Received: by bkvi18 with SMTP id i18so1984896bkv.13 for ; Fri, 22 Jun 2012 06:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=qzRBF8kVmdq4Ky7DiYyMAMYgvxcMSKY5KX58i3Jf128=; b=P+37Upb4wniRMBuCBFPxFUQlI9kpSzBopvBKaGdihXqBQ55uprfnDDxksuHePU4Hok dIZp59mXhhhEHY4dn5/fkeVUBM1pnyIbJrToJ9N/yUzmn/lptv0dRr0f3g5nB0dy45Tc BhQN1EaZ2hm+D5d9NuQsuNOmgSFX0F2CaA+BZKSx6EbPHzKq3CLkoG2IcZqOJoiFFaAb Tbpp27btGWlsOQUwEEGYGpRJBu4cmC28+48aQoixhMwsAGFeVq6WiBfqZ1jndyCVciN3 WDVuTxpJ/d9Hgp1zHGLAdt8E+KidOiUhlmOz0XqiuKaLYRj0lAoS5tPegH3OSP7aJ5kG RHWg== Received: by 10.204.155.139 with SMTP id s11mr830332bkw.106.1340373401449; Fri, 22 Jun 2012 06:56:41 -0700 (PDT) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPS id e20sm36106462bkv.10.2012.06.22.06.56.36 (version=SSLv3 cipher=OTHER); Fri, 22 Jun 2012 06:56:40 -0700 (PDT) Message-ID: <4FE47992.9090103@gmail.com> Date: Fri, 22 Jun 2012 15:56:34 +0200 From: kron User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120620 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <1596965.QpMB9LdGVq@smadev.internal.net> In-Reply-To: <1596965.QpMB9LdGVq@smadev.internal.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Eclipse 3.7.1 and svn 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, 22 Jun 2012 13:56:43 -0000 On 2012/06/22 14:36, Achilleas Mantzios wrote: > Hello, > its been ages since I last wrote here, I hope you are all well. > Now pls help me on this one: > My system : > FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > eclipse ports installed : > eclipse-3.7.1_1 > eclipse-datatools-1.9.2 > eclipse-emf-2.7.2 > eclipse-gef-3.7.2 > eclipse-webtools-3.3.2 > > Just wanna say that with the old eclipse 3.6 i had no problems at all. > After the upgrade i tried installing the subversive plugin as per : > http://www.eclipse.org/subversive/downloads.php > > but after numerous attemps (and many unsucceful ones - dependency-wise) > even after (seemlingly) correct plugin installation, eclipse still looks and > feels like it does not know a thing about the plugin installed, > does not show up in Window->Preferences->Team, it does not ask for the > polarion connectors, etc... > > In short, it seems like it does not react to plugin installations at all. > Help->About does not show anything additionally installed either. > > I tried several .eclipse removals, clean virgin workspace to no avail. > > Any help would be more than welcome, this is a show stopper ... > After a portmaster -a, I managed (finally) to have a semi-stable workstation > (kde 8.4.8) only to have my eclipse broken. Sorry, no solution, just adding I have similar problems though I use subclipse: subclipse-1.6.5_3 Otherwise the same eclipse packages. SVN worked for me in Eclipse 3.6 and even in the early 3.7.1 It broke after some ports update a few weeks ago. I was in a hurry so made a Linux virtual machine just for Eclipse+SVN. Still using it. I would like to debug the problem but ENOTIME these days :-( BR Oli