Re: [freenet-support] Compilation error

2004-02-18 Thread Yoann
Le mer 18/02/2004 à 17:44, Toad a écrit : > > > > I don't know what it mean > > It means you should turn off -deprecation if you don't want to see the > message :) If I turn off -deprecation, I have this : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build

[freenet-support] Compilation error

2004-02-18 Thread Yoann
I try to compile the lastest Freenet sources. I take the library freenet-ext.jar and junit.jar And when i do make, I have (I had -depecation) : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build -deprecation src/freenet/client/*.java src/freenet/client/cli/*.j