[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Backporting bnd: cannot find symbol: public java.util.Spliterator<T> spliterator()



Hi,

I tried to backport bnd to Jessie.  When I build the package under
Jessie I'm running into:

bootstrap:
    [mkdir] Created dir: /build/bnd-2.4.1/bootstrap/build
    [javac] /build/bnd-2.4.1/debian/bootstrap.xml:15: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 427 source files to /build/bnd-2.4.1/bootstrap/build
    [javac] /build/bnd-2.4.1/aQute.libg/src/aQute/lib/collections/SortedList.java:470: error: cannot find symbol
    [javac]     public java.util.Spliterator<T> spliterator() {
    [javac]                     ^
    [javac]   symbol:   class Spliterator
    [javac]   location: package java.util
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/build/bnd-2.4.1/debian/bootstrap.xml:15: Compile failed; see the compiler error output for details.


Any hints?

Kind regards

      Andreas.

-- 
http://fam-tille.de


Reply to: