After noting some bold claims in Tavin's latest datastore checkin,
namely that it now compiles, I decided to test it out.
The results? Close but no cigar, the main code was ok, but when it
tried to do the FProxy stuff :-
# Building fproxy and HttpServletRunner
CLASSPATH=../..:/home/ian/freenet-02122001/freenet-ext.jar javac \
../client/http/*.java ../client/http/filter/*.java
../support/StripedBucketArray
.java
../../Freenet/node/store/RefTable.java:14: cannot resolve symbol
symbol : constructor RedBlackTree (Freenet.support.Comparator)
location: class Freenet.support.RedBlackTree
private RedBlackTree refTree = new
RedBlackTree(RefTuple.comparatorByK
ey);
^
../../Freenet/node/store/RefTable.java:27: cannot resolve symbol
symbol : method put
(Freenet.node.store.RefTuple,Freenet.node.store.RefTuple)
location: class Freenet.support.RedBlackTree
refTree.put(ref, ref);
^
../../Freenet/node/store/RefTable.java:35: cannot resolve symbol
symbol : method remove (Freenet.node.store.RefTuple)
location: class Freenet.support.RedBlackTree
ref = (RefTuple) refTree.remove(ref);
^
../../Freenet/node/store/RefTable.java:49: cannot resolve symbol
symbol : method remove (Freenet.node.store.RefTuple)
location: class Freenet.support.RedBlackTree
refTree.remove(t);
^
../../Freenet/node/store/RefTable.java:85: cannot resolve symbol
symbol : method forwardElements (Freenet.node.store.RefTuple,boolean)
location: class Freenet.support.RedBlackTree
forwardWalker = refTree.forwardElements(startAt, true);
^
../../Freenet/node/store/RefTable.java:86: cannot resolve symbol
symbol : method reverseElements (Freenet.node.store.RefTuple,boolean)
location: class Freenet.support.RedBlackTree
reverseWalker = refTree.reverseElements(startAt, true);
^
../../Freenet/node/store/RefTable.java:110: cannot resolve symbol
symbol : method isCloserTo_Ordered (Freenet.Key,Freenet.Key)
location: class Freenet.Key
if (startingKey.isCloserTo_Ordered(nextLo.key,
nextHi.key))
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
7 errors
make: *** [fproxy] Error 1
--
Ian Clarke ian at freenetproject.org
Founder & Coordinator, The Freenet Project http://freenetproject.org/
Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20011225/e7e244d8/attachment.pgp>