» Find Revision
L2J Revision 4535:
L2JDP Revision 7856:
I'm obviously doing something wrong here.
I've been trying to upgrade a system that has been idle for a few months. It has been a fair chunk of work and I've obviously missed something, somewhere. But with a name like "Error LogHandler" that implies something went wrong with the compile.
michelle@l2j:/data/l2jserver/lithra$ cat log/stdout.log
Can't load log handler "net.sf.l2j.ErrorLogHandler"
java.lang.ClassNotFoundException: net.sf.l2j.ErrorLogHandler
java.lang.ClassNotFoundException: net.sf.l2j.ErrorLogHandler
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
Ant appears to go well....
Code: Select all
michelle@michelle:~/Documents/L2J/L2J_Server$ antBuildfile: /home/michelle/Documents/L2J/L2J_Server/build.xml clean: [delete] Deleting directory /home/michelle/Documents/L2J/L2J_Server/build verifyRequirements: init: [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/classes [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/login [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver version: compile: [javac] /home/michelle/Documents/L2J/L2J_Server/build.xml:63: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1522 source files to /home/michelle/Documents/L2J/L2J_Server/build/classes jar: [jar] Building jar: /home/michelle/Documents/L2J/L2J_Server/build/l2jserver.jar [jar] Building jar: /home/michelle/Documents/L2J/L2J_Server/build/l2jlogin.jar [copy] Copying 1 file to /home/michelle/Documents/L2J/L2J_Server/build/dist/login [copy] Copying 1 file to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver jarsrc: [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/libs [jar] Building jar: /home/michelle/Documents/L2J/L2J_Server/build/dist/libs/l2jserver-src.jar dist: [copy] Copying 3 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/login [copy] Copying 2 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver [copy] Copying 13 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/libs [copy] Copying 2 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/languages [copy] Copying 5 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/images [copy] Copying 2 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/doc [copy] Copying 9 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/doc [copy] Copying 10 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/login [copy] Copying 5 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/log [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/login/log [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/login/config [copy] Copying 22 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/config [copy] Copying 3 files to /home/michelle/Documents/L2J/L2J_Server/build/dist/login/config [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data [copy] Copying 1 file to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data/geodata [copy] Copying 1 file to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data/geodata [mkdir] Created dir: /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data/pathnode [copy] Copying 1 file to /home/michelle/Documents/L2J/L2J_Server/build/dist/gameserver/data/pathnode [zip] Building zip: /home/michelle/Documents/L2J/L2J_Server/build/L2J_Server.zip BUILD SUCCESSFULTotal time: 19 seconds