Ir para conteúdo
  • Cadastre-se
  • 0

Build Failed


Ghostᛃ

Pergunta

Bom Tentei compila projeto frozen aki e deu o seguinte erro

 

m9Dio.jpg

 

Buildfile: C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\build.xml

prepare-local:

prepare-final:

init:

version:

[echo] L2jFrozen Gameserver Revision: 895

compile:

[javac] Compiling 1419 source files to C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\build\classes

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3977: incomparable types: java.lang.Enum<capture#201 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3978: incomparable types: java.lang.Enum<capture#903 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB))

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4018: incomparable types: java.lang.Enum<capture#409 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5613: incomparable types: java.lang.Enum<capture#957 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(target.getItemType() == L2EtcItemType.HERB)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5635: inconvertible types

[javac] found : java.lang.Enum<capture#681 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5635: inconvertible types

[javac] found : java.lang.Enum<capture#827 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5788: inconvertible types

[javac] found : java.lang.Enum<capture#424 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5802: inconvertible types

[javac] found : java.lang.Enum<capture#575 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5816: inconvertible types

[javac] found : java.lang.Enum<capture#791 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2511: incomparable types: java.lang.Enum<capture#576 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2511: incomparable types: java.lang.Enum<capture#817 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types

[javac] found : java.lang.Enum<capture#844 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] return (L2WeaponType) super._type;

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:340: incomparable types: java.lang.Enum<capture#512 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] || item.getItemType() == L2EtcItemType.QUEST)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:404: incomparable types: java.lang.Enum<capture#56 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#472 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(item.getItemType() == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#918 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(item.getItemType() == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1312: incomparable types: java.lang.Enum<capture#480 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:729: incomparable types: java.lang.Enum<capture#753 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:782: incomparable types: java.lang.Enum<capture#584 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#755 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types

[javac] found : java.lang.Enum<capture#711 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] return (L2ArmorType) super._type;

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:339: incomparable types: java.lang.Enum<capture#913 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(item.type == L2WeaponType.NONE)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:388: incomparable types: java.lang.Enum<capture#862 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(item.type == L2WeaponType.PET)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:463: incomparable types: java.lang.Enum<capture#731 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if(item.type == L2ArmorType.PET)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types

[javac] found : java.lang.Enum<capture#931 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] return (L2EtcItemType) super._type;

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:156: incomparable types: java.lang.Enum<capture#275 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] soul = (ss && (weapon.getItemType() == L2WeaponType.DAGGER ));

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:135: incomparable types: java.lang.Enum<capture#905 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] soul = (ss && weapon.getItemType() != L2WeaponType.DAGGER);

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#86 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#373 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#905 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:96: incomparable types: java.lang.Enum<capture#236 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:132: incomparable types: java.lang.Enum<capture#937 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:160: incomparable types: java.lang.Enum<capture#349 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:158: incomparable types: java.lang.Enum<capture#315 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types

[javac] found : java.lang.Enum<capture#891 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] if(_currentItem.type instanceof L2ArmorType)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types

[javac] found : java.lang.Enum<capture#723 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

[javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types

[javac] found : java.lang.Enum<capture#618 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] else if(_currentItem.type instanceof L2WeaponType)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types

[javac] found : java.lang.Enum<capture#70 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] _currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types

[javac] found : java.lang.Enum<capture#117 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] else if(_currentItem.type instanceof L2EtcItemType)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types

[javac] found : java.lang.Enum<capture#269 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types

[javac] found : java.lang.Enum<capture#635 of ?>

[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#109 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(itemType == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#638 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#127 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#62 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:120: incomparable types: java.lang.Enum<capture#832 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(itemType == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#696 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#701 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#694 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:134: incomparable types: java.lang.Enum<capture#605 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(itemType == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#724 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#238 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#624 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:149: incomparable types: java.lang.Enum<capture#46 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(itemType == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:159: incomparable types: java.lang.Enum<capture#280 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

[javac] if(itemType == L2WeaponType.BOW)

[javac] ^

[javac] C:\Documents and Settings\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#671 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#451 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#912 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\Admin\workspace\L2JFrozeen\gameserver\head-src\com\l2jfrozen\gameserver\thread\daemons\ItemsAutoDestroy.java:87: incomparable types: java.lang.Enum<capture#404 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

[javac] if(item.getItemType() == L2EtcItemType.HERB)

[javac] ^

[javac] 59 errors

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts recomendados


Atualiza o teu eclipse e teu java a l2jfrozen requer sempre a atualizacao do java

 

S79qV.jpg

 

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Assinatura removida.

Fora das Regras.

É proibido a divulgação de qualquer serviço ou produto sem autorização da administração da l2jbrasil.

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.