Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2007 01:05:19 +0400
From:      iZEN <izen@mail.ru>
To:        freebsd-eclipse@freebsd.org
Subject:   BUILD FAILED /usr/ports/java/eclipse/work/build.xml:76: exec returned: 255
Message-ID:  <46BF760F.90901@mail.ru>

next in thread | raw e-mail | index | archive | help
% 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<E> 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<E> 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<E> 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<E> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46BF760F.90901>