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

Re: [freenet-support] Compilation error

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 05:36:44PM +0100, Yoann wrote: 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

Re: [freenet-dev] Re: [freenet-support] Compilation error

2004-02-18 Thread Sheldon Young
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/*.java src/freenet/support/servlet/http/HttpSessionImpl.java:7: warning: javax.servlet.http.HttpSessionContext in javax.servlet.http has

Re: [freenet-dev] Re: [freenet-support] Compilation error

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 09:10:11AM -0800, Sheldon Young wrote: 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/*.java src/freenet/support/servlet/http/HttpSessionImpl.java:7: warning: