k0ss11 302 Опубликовано 12 февраля, 2013 compile: [javac] C:\sources\3\Gameserver\build.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1451 source files to C:\sources\3\Gameserver\build\classes [javac] C:\sources\3\Gameserver\java\com\matrix\gameserver\handler\skillhandlers\Blow.java:77: cannot find symbol [javac] symbol : method calcPhysicalSkillEvasion(com.matrix.gameserver.model.L2Character,com.matrix.gameserver.model.L2Skill) [javac] location: class com.matrix.gameserver.skills.Formulas [javac] boolean skillIsEvaded = Formulas.getInstance().calcPhysicalSkillEvasion(target, skill); [javac] ^ [javac] C:\sources\3\Gameserver\java\com\matrix\gameserver\handler\skillhandlers\Pdam.java:174: cannot find symbol [javac] symbol : method calcPhysicalSkillEvasion(com.matrix.gameserver.model.L2Character,com.matrix.gameserver.model.L2Skill) [javac] location: class com.matrix.gameserver.skills.Formulas [javac] boolean skillIsEvaded = f.calcPhysicalSkillEvasion(target, skill); [javac] ^ [javac] C:\sources\3\Gameserver\java\com\matrix\gameserver\skills\l2skills\L2SkillChargeDmg.java:93: cannot find symbol [javac] symbol : method calcPhysicalSkillEvasion(com.matrix.gameserver.model.L2Character,com.matrix.gameserver.skills.l2skills.L2SkillChargeDmg) [javac] location: class com.matrix.gameserver.skills.Formulas [javac] boolean skillIsEvaded = Formulas.getInstance().calcPhysicalSkillEvasion(target, this); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 3 errors Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
HECKBuK 229 Опубликовано 12 февраля, 2013 warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 1ая ошибка cannot find symbol 2ая ошибка, не может найти символ как я понял в handler\skillhandlers\Blow.java на строке 77 собственно дальше однотипные ошибки Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты