Tópico: [Interlude] Error ao compilar Rev Frozen 523
Ver um Único Post
Antigo 15-02-2011, 06:11 PM   #1 (permalink)
joilsonpp
Membro - Sargento
 
Avatar de joilsonpp
 
Registrado em: Jan 2009
Posts: 34
Agradeceu: 63
Agradecido 4 Vezes em 4 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Pontos: 3,411, Nível: 36
Pontos: 3,411, Nível: 36 Pontos: 3,411, Nível: 36 Pontos: 3,411, Nível: 36
Atividade: 0%
Atividade: 0% Atividade: 0% Atividade: 0%

Inventório de joilsonpp

Post Error ao compilar Rev Frozen 523

Ola galera da SecreteXperience estou com um problema para compilar o revisao frozen veja o error abaixo:

Spoiler
Created dir: C:\ProjetoFrozen 2011\gameserver\build
Updating property file: C:\ProjetoFrozen 2011\gameserver\build\built-jar.properties
Created dir: C:\ProjetoFrozen 2011\gameserver\build\classes
Created dir: C:\ProjetoFrozen 2011\gameserver\build\empty
Compiling 1438 source files to C:\ProjetoFrozen 2011\gameserver\build\classes
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3618: incomparable types: java.lang.Enum<capture#828 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(sendMessage && (!isCastingNow() && ItemTable.getInstance().createDummyItem(itemId).ge tItemType() == L2EtcItemType.HERB || ItemTable.getInstance().createDummyItem(itemId).ge tItemType() != L2EtcItemType.HERB))
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3618: incomparable types: java.lang.Enum<capture#994 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(sendMessage && (!isCastingNow() && ItemTable.getInstance().createDummyItem(itemId).ge tItemType() == L2EtcItemType.HERB || ItemTable.getInstance().createDummyItem(itemId).ge tItemType() != L2EtcItemType.HERB))
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3658: incomparable types: java.lang.Enum<capture#113 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(ItemTable.getInstance().createDummyItem(itemId) .getItemType() == L2EtcItemType.HERB) //If item is herb dont add it to iv :]
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5222: incomparable types: java.lang.Enum<capture#974 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(target.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5248: inconvertible types
found : java.lang.Enum<capture#980 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5248: inconvertible types
found : java.lang.Enum<capture#356 of ?>
required: com.l2jfrozen.gameserver.templates.L2WeaponType
if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5401: inconvertible types
found : java.lang.Enum<capture#263 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5415: inconvertible types
found : java.lang.Enum<capture#380 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5429: inconvertible types
found : java.lang.Enum<capture#675 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 337: incomparable types: java.lang.Enum<capture#505 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
|| item.getItemType() == L2EtcItemType.QUEST)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 391: incomparable types: java.lang.Enum<capture#22 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 204: incomparable types: java.lang.Enum<capture#273 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(item.getItemType() == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 246: incomparable types: java.lang.Enum<capture#920 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(item.getItemType() == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 1297: incomparable types: java.lang.Enum<capture#475 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.jav a:689: incomparable types: java.lang.Enum<capture#503 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java: 133: incomparable types: java.lang.Enum<capture#541 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(item != null && item.getItemType() == L2EtcItemType.SHOT)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2414: incomparable types: java.lang.Enum<capture#658 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2414: incomparable types: java.lang.Enum<capture#484 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.ja va:141: inconvertible types
found : java.lang.Enum<capture#225 of ?>
required: com.l2jfrozen.gameserver.templates.L2WeaponType
return (L2WeaponType) super._type;
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.jav a:82: inconvertible types
found : java.lang.Enum<capture#47 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
return (L2ArmorType) super._type;
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\ItemsAutoDestroy.java :87: incomparable types: java.lang.Enum<capture#93 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(item.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:365: incomparable types: java.lang.Enum<capture#115 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(item.type == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:414: incomparable types: java.lang.Enum<capture#538 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(item.type == L2WeaponType.PET)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:489: incomparable types: java.lang.Enum<capture#284 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType
if(item.type == L2ArmorType.PET)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.j ava:48: inconvertible types
found : java.lang.Enum<capture#859 of ?>
required: com.l2jfrozen.gameserver.templates.L2EtcItemType
return (L2EtcItemType) super._type;
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Blow.java:147: incomparable types: java.lang.Enum<capture#260 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && (weapon.getItemType() == L2WeaponType.DAGGER ));
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Pdam.java:111: incomparable types: java.lang.Enum<capture#953 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \StrSiegeAssault.java:106: incomparable types: java.lang.Enum<capture#597 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:172: incomparable types: java.lang.Enum<capture#714 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:172: incomparable types: java.lang.Enum<capture#591 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestDropItem.java:92: incomparable types: java.lang.Enum<capture#284 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS))
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#422 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestPackageSend.java:142: incomparable types: java.lang.Enum<capture#618 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \SendWareHouseDepositList.java:156: incomparable types: java.lang.Enum<capture#938 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:233: incomparable types: java.lang.Enum<capture#855 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(curwep.getItemType() == L2WeaponType.DUAL && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:238: incomparable types: java.lang.Enum<capture#112 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(curwep.getItemType() == L2WeaponType.BOW && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:243: incomparable types: java.lang.Enum<capture#480 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(curwep.getItemType() == L2WeaponType.BIGBLUNT && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:248: incomparable types: java.lang.Enum<capture#157 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(curwep.getItemType() == L2WeaponType.BIGSWORD && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:253: incomparable types: java.lang.Enum<capture#571 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(curwep.getItemType() == L2WeaponType.POLE && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets \UseItem.java:258: incomparable types: java.lang.Enum<capture#948 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(curwep.getItemType() == L2WeaponType.DUALFIST && item.getItemType() == L2WeaponType.NONE)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:162: inconvertible types
found : java.lang.Enum<capture#879 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
if(_currentItem.type instanceof L2ArmorType)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:164: inconvertible types
found : java.lang.Enum<capture#265 of ?>
required: com.l2jfrozen.gameserver.templates.L2ArmorType
_currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:166: inconvertible types
found : java.lang.Enum<capture#938 of ?>
required: com.l2jfrozen.gameserver.templates.L2WeaponType
else if(_currentItem.type instanceof L2WeaponType)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:168: inconvertible types
found : java.lang.Enum<capture#877 of ?>
required: com.l2jfrozen.gameserver.templates.L2WeaponType
_currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:170: inconvertible types
found : java.lang.Enum<capture#573 of ?>
required: com.l2jfrozen.gameserver.templates.L2EtcItemType
else if(_currentItem.type instanceof L2EtcItemType)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:172: inconvertible types
found : java.lang.Enum<capture#438 of ?>
required: com.l2jfrozen.gameserver.templates.L2EtcItemType
_currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.j ava:152: inconvertible types
found : java.lang.Enum<capture#584 of ?>
required: com.l2jfrozen.gameserver.templates.L2EtcItemType
list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:106: incomparable types: java.lang.Enum<capture#884 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(itemType == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#893 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#658 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#894 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:120: incomparable types: java.lang.Enum<capture#429 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(itemType == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#549 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#194 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#283 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:134: incomparable types: java.lang.Enum<capture#492 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(itemType == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#584 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#233 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#376 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:149: incomparable types: java.lang.Enum<capture#82 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(itemType == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:159: incomparable types: java.lang.Enum<capture#122 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
if(itemType == L2WeaponType.BOW)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#98 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#871 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#390 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
^
C:\L2J_Servers\workspace\l2j-frozen interlude 532\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\l2skills\L2Ski llChargeDmg.java:113: incomparable types: java.lang.Enum<capture#767 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
boolean soul = weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER;
^
65 errors
C:\ProjetoFrozen 2011\gameserver\nbproject\build-impl.xml:408: The following error occurred while executing this line:
C:\ProjetoFrozen 2011\gameserver\nbproject\build-impl.xml:198: Compile failed; see the compiler error output for details.

FALHA NA CONSTRUÇÃO (tempo total: 32 segundos)

Ao construir o projeto aparece esses erros acima, alguem sabe onde arrumo isso? Grato desde ja, abraços a todos da SE.

joilsonpp está offline   Responder com Citação
Links Patrocinados
 

Search Engine Optimization by vBSEO 3.3.0