On Sun, Jul 01, 2001 at 11:35:26AM -0700, Ian Clarke wrote: > > javac *.java > Conduit.java:147: cannot resolve symbol > symbol : method setException (Freenet.ConduitException) > location: interface Freenet.MessageObject > mo.setException(e); > ^ > MessageObjectCB.java:28: cannot resolve symbol > symbol : method setException (java.lang.Exception) > location: interface Freenet.MessageObject > mo.setException(e); > ^
Neither of these classes are used anymore. We could delete them.. I always build Freenet/node/Node.java and Freenet/client/Client???.java which builds the right dependencies and is everything you need. (the Client??? grabs ClientCHK/SVK/SSK/KSK) Once the client dir gets into shape we can build client/*.java -- or you can delete the files in kill-list.txt. -- # tavin cole # # "Technology is a way of organizing the universe so that # man doesn't have to experience it." # # - Max Frisch _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
