From owner-freebsd-eclipse@FreeBSD.ORG Sun Aug 12 21:39:42 2007 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 C9A4F16A46E for ; Sun, 12 Aug 2007 21:39:42 +0000 (UTC) (envelope-from izen@mail.ru) Received: from mx28.mail.ru (mx28.mail.ru [194.67.23.67]) by mx1.freebsd.org (Postfix) with ESMTP id 6E61313C459 for ; Sun, 12 Aug 2007 21:39:42 +0000 (UTC) (envelope-from izen@mail.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx28.mail.ru (mPOP.Fallback_MX) with ESMTP id 938BD3C9EF1 for ; Mon, 13 Aug 2007 01:05:30 +0400 (MSD) Received: from [87.119.238.212] (port=34865 helo=celesta.fire) by mx33.mail.ru with esmtp id 1IKKch-0001gQ-00 for freebsd-eclipse@freebsd.org; Mon, 13 Aug 2007 01:05:20 +0400 Message-ID: <46BF760F.90901@mail.ru> Date: Mon, 13 Aug 2007 01:05:19 +0400 From: iZEN User-Agent: Thunderbird 2.0.0.6 (X11/20070807) MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: BUILD FAILED /usr/ports/java/eclipse/work/build.xml:76: exec returned: 255 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: Sun, 12 Aug 2007 21:39:42 -0000 % cd /usr/ports/java/eclipse % make install clean ... [javac] items.add(res); [javac] ^^^^^^^^^^^^^^ [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [javac] ---------- [javac] ---------- [javac] 959. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 195) [javac] activitiesToEnable.add(id); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [javac] ---------- [javac] 960. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 197) [javac] HashSet set = new HashSet(workbenchActivitySupport.getActivityManager().getEnabledActivityIds()); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [javac] ---------- [javac] 961. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 198) [javac] set.addAll(activitiesToEnable); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [javac] ---------- [javac] 961 problems (961 warnings) BUILD FAILED /usr/ports/java/eclipse/work/build.xml:76: exec returned: 255 % uname -a FreeBSD comp.fire 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Aug 8 16:59:06 MSD 2007 root@comp.fire:/usr/obj/usr/src/sys/COMP i386