Matthew's latest Unstable code check-in (12-30-02) does not compile on Sun
JVM 1.4.1_01-b01.
I routinely am able to compile and run from CVS without issue.
Last night's snapshot seems to be ok, what is that compiled with?
Attached is my slightly modified build.bat file (as the official build.bat
is somewhat neglected.)
Building Freenet Java implementation (Fred)
Building the Freenet node and servlets...
src\freenet\node\Main.java:864: cannot resolve symbol
symbol : constructor Checkpoint (freenet.fs.dir.NativeFSDirectory)
location: class freenet.node.states.maintenance.Checkpoint
new Checkpoint((NativeFSDirectory)dir).schedule(node);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
Built node and servlets
Building Freenet command-line client...
src\freenet\node\Main.java:864: cannot resolve symbol
symbol : constructor Checkpoint (freenet.fs.dir.NativeFSDirectory)
location: class freenet.node.states.maintenance.Checkpoint
new Checkpoint((NativeFSDirectory)dir).schedule(node);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
Built command-line client.
Building FProxy...
src\freenet\node\Main.java:864: cannot resolve symbol
symbol : constructor Checkpoint (freenet.fs.dir.NativeFSDirectory)
location: class freenet.node.states.maintenance.Checkpoint
new Checkpoint((NativeFSDirectory)dir).schedule(node);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
Built FProxy
Copying Templates
Building Tools...
src\freenet\node\Main.java:864: cannot resolve symbol
symbol : constructor Checkpoint (freenet.fs.dir.NativeFSDirectory)
location: class freenet.node.states.maintenance.Checkpoint
new Checkpoint((NativeFSDirectory)dir).schedule(node);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
Built Tools
Creating freenet.jar...
Done
Press any key to continue . . .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildme.bat
Type: application/octet-stream
Size: 3170 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20021231/aed613fd/attachment.obj>