On Wed, Sep 05, 2001 at 12:13:01AM -0400, Travis Bemann wrote:
<> 
> However, this does not seem to be due to some obvious bug in how my
> version of Kaffe imports packages/classes, as no errors at all result
> from any of the includes in Freenet/node/Node.java, which do include
> includes for specific classes in packages other than Freenet/node.

Last time I worked with it, KJC was very annoying in that getting it to
compile you have to give every uncompiled class that is imported on the
command line. Also, it has major issues regarding where it places the
output. 

Idealy of course, 

find Freenet -name \*.java | xargs javac 

should work, but there is still a lot of crap lying around.

Personally, I have moved from using KJC to using Jikes for compiling.
Jikes is Free Software as well, and considerably faster. 


-- 
'DeCSS would be fine. Where is it?'
'Here,' Montag touched his head.
'Ah,' Granger smiled and nodded.

Oskar Sandberg
oskar at freenetproject.org

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to