Have the dependencies for the "stable" (rel-0-5-1) branch changed
recently?  Or was there an incomplete merge/backport?

    [javac] Found 3 semantic errors compiling 
"/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/filter/SaferFilter.java":

    [javac]      7. import freenet.support.HTMLDecoder;
    [javac]                <------------------------->
    [javac] *** Error: "freenet/support/HTMLDecoder" is either a misplaced package 
name or a non-existent entity.

[...]
(But there is a freenet/support/URLDecoder.)

    [javac] Found 2 semantic errors compiling 
"/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/FproxyServlet.java":

    [javac]     19. import freenet.support.URLEncoder;
    [javac]                <------------------------>
    [javac] *** Error: "freenet/support/URLEncoder" is either a misplaced package name 
or a non-existent entity.

[...]
(But there is a freenet/support/HTMLEncoder.)

    [javac] Found 10 semantic errors compiling 
"/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/SplitFileRequestServlet.java":

    [javac]    462.                 
resp.sendRedirect(URLEncoder.encode(context.mainURL()));
    [javac]                                           <-------->
    [javac] *** Error: "URLEncoder" is either a misplaced package name or a 
non-existent entity.

[...]
(But there is a freenet/support/HTMLEncoder.)

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
[EMAIL PROTECTED]              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Attachment: msg06543/pgp00000.pgp
Description: PGP signature

Reply via email to