JDK 1.1.8 javac says:
message/MetadataInsert.java:9: Superclass Freenet.message.Broadcast of
class Freenet.message.MetadataInsert not found.
public class MetadataInsert extends Broadcast
^
node/MetadataQueryParser.java:23: Class Freenet.node.SyntaxException
not found in throws.
static public boolean eval(String s, FieldSet h) throws
SyntaxException
^
node/MetadataQueryParser.java:72: Class Freenet.node.SyntaxException
not found in type declaration.
else throw new SyntaxException();
^
The last two look like the problem that caused the "FSCKED" flamefest,
but the first one doesn't seem so familiar.
Will the author of the above classes puhleeze commit them? Personally,
I find it a bit difficult to debug a program that doesn't compile, but
maybe I'm just a wimp. (-:
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev