Hi,
i get this error when i try to build nutch with ant.

Does somebody know what it is?

Regards
Jakob


compile-core:
    [javac] Compiling 2 source files to /data/nutch/trunk/build/classes

    [javac] Found 1 semantic error compiling
"/data/nutch/trunk/src/java/org/apache/nutch/ipc/Client.java":

    [javac]    204.     public synchronized void callComplete(ParallelCall
call) {
    [javac]                                                   ^----------^
    [javac] *** Semantic Error: The static type
"org.apache.nutch.ipc.Client$ParallelResults" must use a qualified name to
access the non-static member type "org.apache.nutch.ipc.Client$ParallelCall"
of the enclosing type "org.apache.nutch.ipc.Client".

    [javac] Found 2 semantic errors compiling
"/data/nutch/trunk/src/java/org/apache/nutch/ipc/Server.java":

    [javac]     63.     private Connection connection;                //
connection to client
    [javac]                     ^--------^
    [javac] *** Semantic Error: The static type
"org.apache.nutch.ipc.Server$Call" must use a qualified name to access the
non-static member type "org.apache.nutch.ipc.Server$Connection" of the
enclosing type "org.apache.nutch.ipc.Server".


    [javac]     65.     public Call(int id, Writable param, Connection
connection) {
    [javac]                                                 ^--------^
    [javac] *** Semantic Error: The static type
"org.apache.nutch.ipc.Server$Call" must use a qualified name to access the
non-static member type "org.apache.nutch.ipc.Server$Connection" of the
enclosing type "org.apache.nutch.ipc.Server".

BUILD FAILED
/data/nutch/trunk/build.xml:65: Compile failed; see the compiler error
output for details.

-- 
+++ Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl

Reply via email to