Draku1a 41 Опубликовано 20 января, 2013 prepare-local: prepare-final: init: [mkdir] Created dir: D:\sourse\build [mkdir] Created dir: D:\sourse\build\classes [mkdir] Created dir: D:\sourse\build\dist [mkdir] Created dir: D:\sourse\build\dist\loginserver [mkdir] Created dir: D:\sourse\build\dist\loginserver\lib [mkdir] Created dir: D:\sourse\build\dist\gameserver [mkdir] Created dir: D:\sourse\build\dist\gameserver\lib version: [echo] L2jFrozen Gameserver Revision: exported compile: [javac] Compiling 1470 source files to D:\sourse\build\classes [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4046: incomparable types: java.lang.Enum<capture#868 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4047: incomparable types: java.lang.Enum<capture#524 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4087: incomparable types: java.lang.Enum<capture#95 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB) //If item is herb dont add it to iv :] [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5710: incomparable types: java.lang.Enum<capture#570 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5732: inconvertible types [javac] found : java.lang.Enum<capture#432 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5732: inconvertible types [javac] found : java.lang.Enum<capture#40 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5757: incomparable types: java.lang.Enum<capture#128 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW) checkAndEquipArrows(); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5906: inconvertible types [javac] found : java.lang.Enum<capture#289 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.HEAVY [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5907: inconvertible types [javac] found : java.lang.Enum<capture#10 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5913: inconvertible types [javac] found : java.lang.Enum<capture#221 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5926: inconvertible types [javac] found : java.lang.Enum<capture#251 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.LIGHT [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5927: inconvertible types [javac] found : java.lang.Enum<capture#109 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5933: inconvertible types [javac] found : java.lang.Enum<capture#864 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5946: inconvertible types [javac] found : java.lang.Enum<capture#991 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.MAGIC [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5947: inconvertible types [javac] found : java.lang.Enum<capture#463 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5953: inconvertible types [javac] found : java.lang.Enum<capture#302 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\TradeList.java:341: incomparable types: java.lang.Enum<capture#886 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\TradeList.java:405: incomparable types: java.lang.Enum<capture#11 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2ItemInstance.java:1514: incomparable types: java.lang.Enum<capture#831 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if (getItemType() == L2WeaponType.ROD) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#641 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItemType() == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#859 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItemType() == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1330: incomparable types: java.lang.Enum<capture#892 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1524: incomparable types: java.lang.Enum<capture#237 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(bow.getItemType() != L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:733: incomparable types: java.lang.Enum<capture#564 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:786: incomparable types: java.lang.Enum<capture#291 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#545 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2612: incomparable types: java.lang.Enum<capture#808 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2612: incomparable types: java.lang.Enum<capture#560 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types [javac] found : java.lang.Enum<capture#578 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType) super._type; [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types [javac] found : java.lang.Enum<capture#767 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] return (L2ArmorType) super._type; [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:338: incomparable types: java.lang.Enum<capture#446 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.type == L2WeaponType.NONE) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:387: incomparable types: java.lang.Enum<capture#120 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.type == L2WeaponType.PET) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:462: incomparable types: java.lang.Enum<capture#881 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(item.type == L2ArmorType.PET) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types [javac] found : java.lang.Enum<capture#639 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] return (L2EtcItemType) super._type; [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:158: incomparable types: java.lang.Enum<capture#236 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] soul = (ss && (weapon.getItemType() == L2WeaponType.DAGGER )); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:137: incomparable types: java.lang.Enum<capture#776 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] soul = (ss && weapon.getItemType() != L2WeaponType.DAGGER); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#929 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#627 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#804 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:96: incomparable types: java.lang.Enum<capture#925 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS)) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#74 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem()) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:160: incomparable types: java.lang.Enum<capture#619 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:168: incomparable types: java.lang.Enum<capture#225 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types [javac] found : java.lang.Enum<capture#794 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(_currentItem.type instanceof L2ArmorType) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types [javac] found : java.lang.Enum<capture#614 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types [javac] found : java.lang.Enum<capture#659 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(_currentItem.type instanceof L2WeaponType) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types [javac] found : java.lang.Enum<capture#842 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] _currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types [javac] found : java.lang.Enum<capture#78 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] else if(_currentItem.type instanceof L2EtcItemType) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types [javac] found : java.lang.Enum<capture#866 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types [javac] found : java.lang.Enum<capture#485 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] list.add(new L2EtcItem((L2EtcItemType) item.type, item.set)); [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#607 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#925 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#95 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#808 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:120: incomparable types: java.lang.Enum<capture#394 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#188 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#904 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#924 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:134: incomparable types: java.lang.Enum<capture#610 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#340 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#8 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#735 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:149: incomparable types: java.lang.Enum<capture#3 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:159: incomparable types: java.lang.Enum<capture#713 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#428 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#363 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#798 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384) [javac] ^ [javac] D:\sourse\head-src\com\l2jfrozen\gameserver\thread\daemons\ItemsAutoDestroy.java:87: incomparable types: java.lang.Enum<capture#920 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] 68 errors BUILD FAILED D:\sourse\build.xml:65: Compile failed; see the compiler error output for details. Total time: 22 seconds Вот што получилось в логе почему так много ошибок што тут нетак ? ))) Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты