01-19-2014, 06:06 PM
Добрый вечер!
Прошу помощи в решении проблемы с компиляцией исходников Lindvior.
В ходе компиляции выдал вот такой список ошибок:
Прошу помощи в решении проблемы с компиляцией исходников Lindvior.
В ходе компиляции выдал вот такой список ошибок:
Ошибки
init:
compile-guard:
[delete] Deleting directory H:\LindSorces\build\classes
[mkdir] Created dir: H:\LindSorces\build\classes
[javac] Compiling 21 source files to H:\LindSorces\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] H:\LindSorces\Src\l2next\gameguard\Guard.java:8: error: package l2next.gameserver.handler.admincommands does not exist
[javac] import l2next.gameserver.handler.admincommands.AdminCommandHandler;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:4: error: package l2next.gameserver.handler.admincommands does not exist
[javac] import l2next.gameserver.handler.admincommands.IAdminCommandHandler;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:5: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.GameObject;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:6: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.Player;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:8: error: cannot find symbol
[javac] public class HWIDAdminBan implements IAdminCommandHandler
[javac] ^
[javac] symbol: class IAdminCommandHandler
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:16: error: cannot find symbol
[javac] public boolean useAdminCommand(@SuppressWarnings("rawtypes") Enum comm, String[] wordList, String fullString, Player player)
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:3: error: package l2next.commons.dbutils does not exist
[javac] import l2next.commons.dbutils.DbUtils;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:4: error: package l2next.gameserver.database does not exist
[javac] import l2next.gameserver.database.DatabaseFactory;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:5: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:70: error: cannot find symbol
[javac] public boolean checkFullHWIDBanned(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:91: error: cannot find symbol
[javac] public static void addHWIDBan(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:3: error: package l2next.commons.dbutils does not exist
[javac] import l2next.commons.dbutils.DbUtils;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:4: error: package l2next.gameserver.database does not exist
[javac] import l2next.gameserver.database.DatabaseFactory;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:5: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:73: error: cannot find symbol
[javac] public static void updateHWIDInfo(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:3: error: package l2next.commons.threading does not exist
[javac] import l2next.commons.threading.RunnableImpl;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:9: error: package l2next.gameserver does not exist
[javac] import l2next.gameserver.GameTimeController;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:10: error: package l2next.gameserver does not exist
[javac] import l2next.gameserver.ThreadPoolManager;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:11: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.GameObjectsStorage;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:12: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.Player;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:13: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:14: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.ServerClose;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:22: error: cannot find symbol
[javac] public static void SendSpecialSting(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:48: error: cannot find symbol
[javac] public static void sendToClient(Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:94: error: cannot find symbol
[javac] public static void OffMessage(Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:108: error: cannot find symbol
[javac] public static void scheduleSendPacketToClient(long time, final Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:126: error: cannot find symbol
[javac] public static void sendGGReply(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:138: error: cannot find symbol
[javac] public static void scheduleSendGG(long time, final GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:3: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:4: error: package l2next.gameserver.network.clientpackets does not exist
[javac] import l2next.gameserver.network.clientpackets.L2GameClientPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:6: error: cannot find symbol
[javac] public class GameGuardReply extends L2GameClientPacket
[javac] ^
[javac] symbol: class L2GameClientPacket
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:3: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.L2GameServerPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:5: error: cannot find symbol
[javac] public final class GameGuardQuery extends L2GameServerPacket
[javac] ^
[javac] symbol: class L2GameServerPacket
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:3: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.L2GameServerPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:5: error: cannot find symbol
[javac] public final class SpecialString extends L2GameServerPacket
[javac] ^
[javac] symbol: class L2GameServerPacket
[javac] H:\LindSorces\Src\l2next\gameguard\Guard.java:30: error: cannot find symbol
[javac] AdminCommandHandler.getInstance().registerAdminCommandHandler(new HWIDAdminBan());
[javac] ^
[javac] symbol: variable AdminCommandHandler
[javac] location: class Guard
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:34: error: cannot find symbol
[javac] GameObject playerTarger = player.getTarget();
[javac] ^
[javac] symbol: class GameObject
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:35: error: cannot find symbol
[javac] if(playerTarger == null && !(playerTarger instanceof Player))
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:40: error: cannot find symbol
[javac] Player target = (Player) playerTarger;
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:40: error: cannot find symbol
[javac] Player target = (Player) playerTarger;
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:48: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:66: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement, rset);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:98: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:108: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:50: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:69: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement, rset);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:96: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:108: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:115: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:127: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:53: error: cannot find symbol
[javac] client.sendPacket(new SpecialString(2, true, -1, GuardConfig.PositionXOnlineInClient, GuardConfig.PositionYOnlineInClient, GuardConfig.ColorOnlineInClient, (client.isLangRus() ? "\u0414\u0435\u043D\u044C. " : "Online: ") + GameObjectsStorage.getAllPlayersCount()));
[javac] ^
[javac] symbol: variable GameObjectsStorage
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:58: error: cannot find symbol
[javac] int h = GameTimeController.getInstance().getGameHour();
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:59: error: cannot find symbol
[javac] int m = GameTimeController.getInstance().getGameMin();
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:61: error: cannot find symbol
[javac] if(GameTimeController.getInstance().isNowNight())
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:116: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: class RunnableImpl
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:116: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: variable ThreadPoolManager
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:145: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: class RunnableImpl
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:145: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: variable ThreadPoolManager
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:13: error: cannot find symbol
[javac] _dx = readC();
[javac] ^
[javac] symbol: method readC()
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:10: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:19: error: cannot find symbol
[javac] GameClient client = getClient();
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:19: error: cannot find symbol
[javac] GameClient client = getClient();
[javac] ^
[javac] symbol: method getClient()
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:16: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:31: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:10: error: cannot find symbol
[javac] writeC(0x74);
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:11: error: cannot find symbol
[javac] writeD(0x27533DD9);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:12: error: cannot find symbol
[javac] writeD(0x2E72A51D);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:13: error: cannot find symbol
[javac] writeD(0x2017038B);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:14: error: cannot find symbol
[javac] writeD(0xC35B1EA3);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:7: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:17: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:24: error: cannot find symbol
[javac] writeC(0xB0); // packet ID
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:25: error: cannot find symbol
[javac] writeC(_strId); // string ID
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:26: error: cannot find symbol
[javac] writeC(_isDraw ? 1 : 0);// 1 - draw / 0 - hide
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:27: error: cannot find symbol
[javac] writeC(_fontSize); // -1 to 3 (font size)
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:28: error: cannot find symbol
[javac] writeD(_x); // ClientRight - x
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:29: error: cannot find symbol
[javac] writeD(_y); // ClientTop + y
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:30: error: cannot find symbol
[javac] writeD(_color); // AARRGGBB
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:31: error: cannot find symbol
[javac] writeS(_text); // wide string max len = 63
[javac] ^
[javac] symbol: method writeS(String)
[javac] location: class SpecialString
[javac] 79 errors
[javac] 1 warning
BUILD FAILED
H:\LindSorces\build-guard.xml:48: Compile failed; see the compiler error output for details.
Total time: 0 seconds
compile-guard:
[delete] Deleting directory H:\LindSorces\build\classes
[mkdir] Created dir: H:\LindSorces\build\classes
[javac] Compiling 21 source files to H:\LindSorces\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] H:\LindSorces\Src\l2next\gameguard\Guard.java:8: error: package l2next.gameserver.handler.admincommands does not exist
[javac] import l2next.gameserver.handler.admincommands.AdminCommandHandler;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:4: error: package l2next.gameserver.handler.admincommands does not exist
[javac] import l2next.gameserver.handler.admincommands.IAdminCommandHandler;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:5: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.GameObject;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:6: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.Player;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:8: error: cannot find symbol
[javac] public class HWIDAdminBan implements IAdminCommandHandler
[javac] ^
[javac] symbol: class IAdminCommandHandler
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:16: error: cannot find symbol
[javac] public boolean useAdminCommand(@SuppressWarnings("rawtypes") Enum comm, String[] wordList, String fullString, Player player)
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:3: error: package l2next.commons.dbutils does not exist
[javac] import l2next.commons.dbutils.DbUtils;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:4: error: package l2next.gameserver.database does not exist
[javac] import l2next.gameserver.database.DatabaseFactory;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:5: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:70: error: cannot find symbol
[javac] public boolean checkFullHWIDBanned(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:91: error: cannot find symbol
[javac] public static void addHWIDBan(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:3: error: package l2next.commons.dbutils does not exist
[javac] import l2next.commons.dbutils.DbUtils;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:4: error: package l2next.gameserver.database does not exist
[javac] import l2next.gameserver.database.DatabaseFactory;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:5: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:73: error: cannot find symbol
[javac] public static void updateHWIDInfo(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:3: error: package l2next.commons.threading does not exist
[javac] import l2next.commons.threading.RunnableImpl;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:9: error: package l2next.gameserver does not exist
[javac] import l2next.gameserver.GameTimeController;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:10: error: package l2next.gameserver does not exist
[javac] import l2next.gameserver.ThreadPoolManager;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:11: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.GameObjectsStorage;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:12: error: package l2next.gameserver.model does not exist
[javac] import l2next.gameserver.model.Player;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:13: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:14: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.ServerClose;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:22: error: cannot find symbol
[javac] public static void SendSpecialSting(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:48: error: cannot find symbol
[javac] public static void sendToClient(Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:94: error: cannot find symbol
[javac] public static void OffMessage(Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:108: error: cannot find symbol
[javac] public static void scheduleSendPacketToClient(long time, final Player client)
[javac] ^
[javac] symbol: class Player
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:126: error: cannot find symbol
[javac] public static void sendGGReply(GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:138: error: cannot find symbol
[javac] public static void scheduleSendGG(long time, final GameClient client)
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:3: error: package l2next.gameserver.network does not exist
[javac] import l2next.gameserver.network.GameClient;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:4: error: package l2next.gameserver.network.clientpackets does not exist
[javac] import l2next.gameserver.network.clientpackets.L2GameClientPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:6: error: cannot find symbol
[javac] public class GameGuardReply extends L2GameClientPacket
[javac] ^
[javac] symbol: class L2GameClientPacket
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:3: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.L2GameServerPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:5: error: cannot find symbol
[javac] public final class GameGuardQuery extends L2GameServerPacket
[javac] ^
[javac] symbol: class L2GameServerPacket
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:3: error: package l2next.gameserver.network.serverpackets does not exist
[javac] import l2next.gameserver.network.serverpackets.L2GameServerPacket;
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:5: error: cannot find symbol
[javac] public final class SpecialString extends L2GameServerPacket
[javac] ^
[javac] symbol: class L2GameServerPacket
[javac] H:\LindSorces\Src\l2next\gameguard\Guard.java:30: error: cannot find symbol
[javac] AdminCommandHandler.getInstance().registerAdminCommandHandler(new HWIDAdminBan());
[javac] ^
[javac] symbol: variable AdminCommandHandler
[javac] location: class Guard
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:34: error: cannot find symbol
[javac] GameObject playerTarger = player.getTarget();
[javac] ^
[javac] symbol: class GameObject
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:35: error: cannot find symbol
[javac] if(playerTarger == null && !(playerTarger instanceof Player))
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:40: error: cannot find symbol
[javac] Player target = (Player) playerTarger;
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDAdminBan.java:40: error: cannot find symbol
[javac] Player target = (Player) playerTarger;
[javac] ^
[javac] symbol: class Player
[javac] location: class HWIDAdminBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:48: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:66: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement, rset);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:98: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDBan.java:108: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDBan
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:50: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:69: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement, rset);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:96: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:108: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:115: error: cannot find symbol
[javac] con = DatabaseFactory.getInstance().getConnection();
[javac] ^
[javac] symbol: variable DatabaseFactory
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\hwidmanager\HWIDManager.java:127: error: cannot find symbol
[javac] DbUtils.closeQuietly(con, statement);
[javac] ^
[javac] symbol: variable DbUtils
[javac] location: class HWIDManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:53: error: cannot find symbol
[javac] client.sendPacket(new SpecialString(2, true, -1, GuardConfig.PositionXOnlineInClient, GuardConfig.PositionYOnlineInClient, GuardConfig.ColorOnlineInClient, (client.isLangRus() ? "\u0414\u0435\u043D\u044C. " : "Online: ") + GameObjectsStorage.getAllPlayersCount()));
[javac] ^
[javac] symbol: variable GameObjectsStorage
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:58: error: cannot find symbol
[javac] int h = GameTimeController.getInstance().getGameHour();
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:59: error: cannot find symbol
[javac] int m = GameTimeController.getInstance().getGameMin();
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:61: error: cannot find symbol
[javac] if(GameTimeController.getInstance().isNowNight())
[javac] ^
[javac] symbol: variable GameTimeController
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:116: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: class RunnableImpl
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:116: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: variable ThreadPoolManager
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:145: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: class RunnableImpl
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\GuardManager.java:145: error: cannot find symbol
[javac] ThreadPoolManager.getInstance().schedule(new RunnableImpl()
[javac] ^
[javac] symbol: variable ThreadPoolManager
[javac] location: class GuardManager
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:13: error: cannot find symbol
[javac] _dx = readC();
[javac] ^
[javac] symbol: method readC()
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:10: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:19: error: cannot find symbol
[javac] GameClient client = getClient();
[javac] ^
[javac] symbol: class GameClient
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:19: error: cannot find symbol
[javac] GameClient client = getClient();
[javac] ^
[javac] symbol: method getClient()
[javac] location: class GameGuardReply
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:16: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\clientpackets\GameGuardReply.java:31: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:10: error: cannot find symbol
[javac] writeC(0x74);
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:11: error: cannot find symbol
[javac] writeD(0x27533DD9);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:12: error: cannot find symbol
[javac] writeD(0x2E72A51D);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:13: error: cannot find symbol
[javac] writeD(0x2017038B);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:14: error: cannot find symbol
[javac] writeD(0xC35B1EA3);
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class GameGuardQuery
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:7: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\GameGuardQuery.java:17: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:24: error: cannot find symbol
[javac] writeC(0xB0); // packet ID
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:25: error: cannot find symbol
[javac] writeC(_strId); // string ID
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:26: error: cannot find symbol
[javac] writeC(_isDraw ? 1 : 0);// 1 - draw / 0 - hide
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:27: error: cannot find symbol
[javac] writeC(_fontSize); // -1 to 3 (font size)
[javac] ^
[javac] symbol: method writeC(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:28: error: cannot find symbol
[javac] writeD(_x); // ClientRight - x
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:29: error: cannot find symbol
[javac] writeD(_y); // ClientTop + y
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:30: error: cannot find symbol
[javac] writeD(_color); // AARRGGBB
[javac] ^
[javac] symbol: method writeD(int)
[javac] location: class SpecialString
[javac] H:\LindSorces\Src\l2next\gameguard\network\serverpackets\SpecialString.java:31: error: cannot find symbol
[javac] writeS(_text); // wide string max len = 63
[javac] ^
[javac] symbol: method writeS(String)
[javac] location: class SpecialString
[javac] 79 errors
[javac] 1 warning
BUILD FAILED
H:\LindSorces\build-guard.xml:48: Compile failed; see the compiler error output for details.
Total time: 0 seconds