From owner-freebsd-questions@FreeBSD.ORG Sun May 10 09:32:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E23CE106566B for ; Sun, 10 May 2009 09:32:24 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id 98D828FC0C for ; Sun, 10 May 2009 09:32:22 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by gxk7 with SMTP id 7so3477709gxk.19 for ; Sun, 10 May 2009 02:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=23+jn9avVzRMmKj35Y4TxJWesBxiTl71l/TerypUzJ0=; b=pg33ByQTRqFdRZrgfppRH8L1j+nrgvyIx5VWMK5VQ9KgWRqrIjeECwdgR8jGS7Bppk KHXLz6GndpD+txXSzzBA8QVMwdhpooFAhyKN2dgDsP8nP9IcR0xq5UKKz8YI9xE0lQIh K0Tx0yLMmm2bSs8WmIuX/EENBKLiFgaEzPWyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZTrHODQgJYC8T513W07EGXSw2aNiOMgTqU5FUevk5TxW9k7plzNo8PA6Ge6Ayb/itu m5manPu4ph5Y5AGp+mQGcyFuImq+vNB+NeithsSnFEwLHnWsu6jPQDgM0Xo9IJJFrGWH MAvnY80CgBpA2ualeP4w1EYMS3ZvFQov9T2AE= MIME-Version: 1.0 Received: by 10.100.163.15 with SMTP id l15mr13823302ane.22.1241947934327; Sun, 10 May 2009 02:32:14 -0700 (PDT) In-Reply-To: <4A05E8C2.2010105@telia.com> References: <4A05E8C2.2010105@telia.com> Date: Sun, 10 May 2009 05:32:14 -0400 Message-ID: <4ad871310905100232r6f45a3ceufad2eedf1891ce9f@mail.gmail.com> From: Glen Barber To: raggen@raggens.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Tips & Trix: Eclipse on 7.1 STABLE and swt-gtk issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 09:32:25 -0000 On Sat, May 9, 2009 at 4:34 PM, Roger Olofsson <240olofsson@telia.com> wrot= e: [snip] > Do _not_ make clean until you have made: > =A0cp > /usr/ports/java/eclipse/work/plugins/org.eclipse.swt.gtk.freebsd.x86/gtk/= library/libswt* > /usr/local/diablo-jdk1.6.0/jre/lib/i386/client/ > > It seems like make install builds the swt-gtk:s but that the .jar somehow > 'misses' adding them in. > That should automatically happen when building the port. If your tree is current, try contacting the port maintainer: cd /usr/ports/java/eclipse; make maintainer If that fails, submit a PR: http://freebsd.org/send-pr.html Regards, --=20 Glen Barber