Erro na Hora de compilar
Alguem sabe me informar o porquer e como arrumar esse erro na hora que dou Run as.
Buildfile: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build.xml
prepare-local:
prepare-final:
init:
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\class es
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ loginserver
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ loginserver\lib
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ gameserver
[mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ gameserver\lib
version:
[echo] L2jFrozen Gameserver Revision: 863
compile:
[javac] Compiling 1453 source files to C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\class es
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3883: incomparable types: java.lang.Enum<capture#687 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] && ItemTable.getInstance().createDummyItem(itemId).ge tItemType() == L2EtcItemType.HERB
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3884: incomparable types: java.lang.Enum<capture#464 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] || ItemTable.getInstance().createDummyItem(itemId).ge tItemType() != L2EtcItemType.HERB))
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3924: incomparable types: java.lang.Enum<capture#202 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5513: incomparable types: java.lang.Enum<capture#317 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(target.getItemType() == L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5535: inconvertible types
[javac] found : java.lang.Enum<capture#905 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5535: inconvertible types
[javac] found : java.lang.Enum<capture#710 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5688: inconvertible types
[javac] found : java.lang.Enum<capture#174 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5702: inconvertible types
[javac] found : java.lang.Enum<capture#177 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5716: inconvertible types
[javac] found : java.lang.Enum<capture#931 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 340: incomparable types: java.lang.Enum<capture#864 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 404: incomparable types: java.lang.Enum<capture#209 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 210: incomparable types: java.lang.Enum<capture#286 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItemType() == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 253: incomparable types: java.lang.Enum<capture#657 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItemType() == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 1312: incomparable types: java.lang.Enum<capture#267 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.jav a:691: incomparable types: java.lang.Enum<capture#75 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.jav a:744: incomparable types: java.lang.Enum<capture#642 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java: 133: incomparable types: java.lang.Enum<capture#7 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2512: incomparable types: java.lang.Enum<capture#64 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2512: incomparable types: java.lang.Enum<capture#386 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.ja va:141: inconvertible types
[javac] found : java.lang.Enum<capture#888 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] return (L2WeaponType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Armor.jav a:82: inconvertible types
[javac] found : java.lang.Enum<capture#239 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] return (L2ArmorType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\ItemsAutoDestroy.java :87: incomparable types: java.lang.Enum<capture#257 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(item.getItemType() == L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:341: incomparable types: java.lang.Enum<capture#848 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.type == L2WeaponType.NONE)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:390: incomparable types: java.lang.Enum<capture#775 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.type == L2WeaponType.PET)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:465: incomparable types: java.lang.Enum<capture#376 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if(item.type == L2ArmorType.PET)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.j ava:48: inconvertible types
[javac] found : java.lang.Enum<capture#889 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] return (L2EtcItemType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Blow.java:155: incomparable types: java.lang.Enum<capture#528 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && (weapon.getItemType() == L2WeaponType.DAGGER ));
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Pdam.java:144: incomparable types: java.lang.Enum<capture#737 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#897 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:169: incomparable types: java.lang.Enum<capture#159 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:169: incomparable types: java.lang.Enum<capture#158 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestDropItem.java:102: incomparable types: java.lang.Enum<capture#79 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS))
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#279 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestPackageSend.java:161: incomparable types: java.lang.Enum<capture#161 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \SendWareHouseDepositList.java:164: incomparable types: java.lang.Enum<capture#527 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:162: inconvertible types
[javac] found : java.lang.Enum<capture#203 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if(_currentItem.type instanceof L2ArmorType)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:164: inconvertible types
[javac] found : java.lang.Enum<capture#407 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:166: inconvertible types
[javac] found : java.lang.Enum<capture#852 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] else if(_currentItem.type instanceof L2WeaponType)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:168: inconvertible types
[javac] found : java.lang.Enum<capture#410 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] _currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:170: inconvertible types
[javac] found : java.lang.Enum<capture#344 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] else if(_currentItem.type instanceof L2EtcItemType)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:172: inconvertible types
[javac] found : java.lang.Enum<capture#59 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.j ava:152: inconvertible types
[javac] found : java.lang.Enum<capture#350 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:106: incomparable types: java.lang.Enum<capture#361 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#616 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#444 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#379 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:120: incomparable types: java.lang.Enum<capture#534 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#872 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#158 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#375 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:134: incomparable types: java.lang.Enum<capture#927 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#206 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#484 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#732 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:149: incomparable types: java.lang.Enum<capture#466 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:159: incomparable types: java.lang.Enum<capture#171 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#690 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] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#510 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] 59 errors
BUILD FAILED
C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build.xml:6 4: Compile failed; see the compiler error output for details.
Total time: 1 minute 36 seconds
Utilizando Eclipse e java esta atualizado na ultima Versão apenas a l2jfrozen alega esse Erro.
Complicado =/
|