[aeb at teabag scripts]$ ./build.sh 
Building Freenet server... 
/home/aeb/proj/classes/Freenet/node/FileData.java:225: The
method <<ambiguous>>ControlInputStream getInputStream() declared in class
Freenet.node.FileData cannot override the method of the same signature declared 
in
interface Freenet.node.Data.  They must have the same return type.      
    public ControlInputStream getInputStream() throws BadDataException, 
IOException {
                              ^
node/Node.java:180: Ambiguous class: Freenet.support.ThrottledOutputStream and
Freenet.support.io.ThrottledOutputStream
            ThrottledOutputStream.setThrottle(bandwidthLimit);
            ^
message/KeyedMM.java:40: Class Freenet.message.RequestRestarted not found.
    RequestRestarted rr;
                       ^
message/KeyedMM.java:73: Class Freenet.message.RequestRestarted not found.
  public KeyedMM(Address origRec,
         ^
message/KeyedMM.java:97: Class Freenet.message.RequestRestarted not found in 
void
lost(java.lang.Long).
            rr.cancel();
                     ^
message/DataReply.java:129: Class Freenet.message.RequestRestarted not found in
Freenet.MessageMemory sendFailed(Freenet.node.Node, Freenet.message.KeyedMM,
Freenet.ConduitException).
                                n.timer.add(0, kmm.rr); // start now!
                                           ^
message/DataReply.java:136: Class Freenet.message.RequestRestarted not found.
                                n.timer.add(RequestRestarted.getTime(1),
                                            ^
message/DataReply.java:136: Undefined variable or class name: RequestRestarted
                                n.timer.add(RequestRestarted.getTime(1),
                                            ^
message/DataRequest.java:81: Class Freenet.message.RequestRestarted not found 
in new.
            DataSent ds = new DataSent(repDepth, kmm.rr, drm.in);
                          ^
message/DataSend.java:42: Ambiguous class: Freenet.support.SplitOutputStream and
Freenet.support.io.SplitOutputStream
    private SplitOutputStream datatunnel;
                                        ^
message/DataSend.java:123: Class Freenet.message.RequestRestarted not found in
Freenet.MessageMemory pReceived(Freenet.node.Node, Freenet.MessageMemory).
              kmm.rr.cancel();
                           ^
message/DataSend.java:128: Class <<ambiguous>>DataNotValidIOException not 
found.          }
catch (DataNotValidIOException e) {
                   ^
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to