05-28-2011, 05:34 PM
Ковырял защиту коров.
Знатоки вопрос.
Все файлы на которые ссылаются импорты их в исходниках коров нет.
Или может я не так понял???
То место на которое ссылается импорт, нужно создать папку с таким именем
и поместить в него этот файл PropertyHandlerMapping;
Но его нет в исходниках коров. Подскажите что делать...
Код:
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:6: package org.apache.xmlrpc.server does not exist
[javac] import org.apache.xmlrpc.server.PropertyHandlerMapping;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:7: package org.apache.xmlrpc.server does not exist
[javac] import org.apache.xmlrpc.server.XmlRpcServer;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:8: package org.apache.xmlrpc.server does not exist
[javac] import org.apache.xmlrpc.server.XmlRpcServerConfigImpl;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:9: package org.apache.xmlrpc.webserver does not exist
[javac] import org.apache.xmlrpc.webserver.WebServer;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:20: cannot find symbol
[javac] symbol : class WebServer
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] private WebServer _server;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\geo\pathfinding\PathFinding.java:23: package org.apache.commons.lang does not exist
[javac] import org.apache.commons.lang.ArrayUtils;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\model\zone\type\L2PoisonZone.java:22: package gnu.trove does not exist
[javac] import gnu.trove.TIntIntHashMap;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\model\zone\type\L2PoisonZone.java:54: cannot find symbol
[javac] symbol : class TIntIntHashMap
[javac] location: class com.l2jcore.Game.model.zone.type.L2PoisonZone
[javac] private TIntIntHashMap _skills;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\scripting\L2ScriptEngineManager.java:53: package com.l2jserver.script.jython does not exist
[javac] import com.l2jserver.script.jython.JythonScriptEngine;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\taskmanager\tasks\TaskJython.java:20: package org.python.util does not exist
[javac] import org.python.util.PythonInterpreter;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\taskmanager\tasks\TaskJython.java:33: cannot find symbol
[javac] symbol : class PythonInterpreter
[javac] location: class com.l2jcore.Game.taskmanager.tasks.TaskJython
[javac] private final PythonInterpreter _python = new PythonInterpreter();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\thread\RunnableStatsManager.java:7: package org.apache.commons.lang does not exist
[javac] import org.apache.commons.lang.ArrayUtils;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\util\database\L2DatabaseFactory.java:29: package com.mchange.v2.c3p0 does not exist
[javac] import com.mchange.v2.c3p0.ComboPooledDataSource;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\util\database\L2DatabaseFactory.java:30: package com.mchange.v2.c3p0 does not exist
[javac] import com.mchange.v2.c3p0.DataSources;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\util\database\L2DatabaseFactory.java:60: cannot find symbol
[javac] symbol : class ComboPooledDataSource
[javac] location: class com.l2jcore.util.database.L2DatabaseFactory
[javac] private ComboPooledDataSource _source;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:36: cannot find symbol
[javac] symbol : class WebServer
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] _server = new WebServer(PowerPackConfig.XMLRPC_PORT, InetAddress.getByName(PowerPackConfig.XMLRPC_HOST));
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:37: cannot find symbol
[javac] symbol : class XmlRpcServer
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] XmlRpcServer xmlServer = _server.getXmlRpcServer();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:38: cannot find symbol
[javac] symbol : class PropertyHandlerMapping
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] PropertyHandlerMapping phm = new PropertyHandlerMapping();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:38: cannot find symbol
[javac] symbol : class PropertyHandlerMapping
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] PropertyHandlerMapping phm = new PropertyHandlerMapping();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:63: cannot find symbol
[javac] symbol : class XmlRpcServerConfigImpl
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] XmlRpcServerConfigImpl serverConfig = (XmlRpcServerConfigImpl) xmlServer.getConfig();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\PowerPack\xmlrpc\XMLRPCServer.java:63: cannot find symbol
[javac] symbol : class XmlRpcServerConfigImpl
[javac] location: class com.l2jcore.Game.PowerPack.xmlrpc.XMLRPCServer
[javac] XmlRpcServerConfigImpl serverConfig = (XmlRpcServerConfigImpl) xmlServer.getConfig();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\geo\pathfinding\PathFinding.java:355: cannot find symbol
[javac] symbol : variable ArrayUtils
[javac] location: class com.l2jcore.Game.geo.pathfinding.PathFinding
[javac] ArrayUtils.reverse(path);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\geo\pathfinding\PathFinding.java:430: cannot find symbol
[javac] symbol : variable ArrayUtils
[javac] location: class com.l2jcore.Game.geo.pathfinding.PathFinding
[javac] ArrayUtils.reverse(path);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\model\zone\type\L2PoisonZone.java:97: cannot find symbol
[javac] symbol : class TIntIntHashMap
[javac] location: class com.l2jcore.Game.model.zone.type.L2PoisonZone
[javac] _skills = new TIntIntHashMap(propertySplit.length);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\model\zone\type\L2PoisonZone.java:201: cannot find symbol
[javac] symbol : class TIntIntHashMap
[javac] location: class com.l2jcore.Game.model.zone.type.L2PoisonZone.ApplySkill
[javac] _skills = new TIntIntHashMap(1);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\scripting\L2ScriptEngineManager.java:396: cannot find symbol
[javac] symbol : variable JythonScriptEngine
[javac] location: class com.l2jcore.Game.scripting.L2ScriptEngineManager
[javac] context.setAttribute(JythonScriptEngine.JYTHON_ENGINE_INSTANCE, engine, ScriptContext.ENGINE_SCOPE);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\taskmanager\tasks\TaskJython.java:33: cannot find symbol
[javac] symbol : class PythonInterpreter
[javac] location: class com.l2jcore.Game.taskmanager.tasks.TaskJython
[javac] private final PythonInterpreter _python = new PythonInterpreter();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\thread\RunnableStatsManager.java:51: cannot find symbol
[javac] symbol : variable ArrayUtils
[javac] location: class com.l2jcore.Game.thread.RunnableStatsManager.ClassStat
[javac] _methodNames = (String[]) ArrayUtils.add(_methodNames, methodName);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\Game\thread\RunnableStatsManager.java:52: cannot find symbol
[javac] symbol : variable ArrayUtils
[javac] location: class com.l2jcore.Game.thread.RunnableStatsManager.ClassStat
[javac] _methodStats = (MethodStat[]) ArrayUtils.add(_methodStats, methodStat);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\util\database\L2DatabaseFactory.java:75: cannot find symbol
[javac] symbol : class ComboPooledDataSource
[javac] location: class com.l2jcore.util.database.L2DatabaseFactory
[javac] _source = new ComboPooledDataSource();
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\util\database\L2DatabaseFactory.java:159: cannot find symbol
[javac] symbol : variable DataSources
[javac] location: class com.l2jcore.util.database.L2DatabaseFactory
[javac] DataSources.destroy(_source);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 31 errors
Знатоки вопрос.
Все файлы на которые ссылаются импорты их в исходниках коров нет.
Или может я не так понял???
То место на которое ссылается импорт, нужно создать папку с таким именем
Код:
[javac] import org.apache.xmlrpc.server.PropertyHandlerMapping;
Но его нет в исходниках коров. Подскажите что делать...