PROGRAMMATOR Написал:Начинаете заново, прямо с загрузки исходов. Проверено, компилится без проблем.
Сейчас попробую .
Добавлено через 1 час 30 минут
Ну а теперь всё свожится к тому ,что у меня нет вкладки SVN ....
Добавлено через 2 часа 5 минут
Ну методом тыка вроде разобрался ... Дальше всё строго по мануалам . И вот в конце :
Код:
Buildfile: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build.xml
prepare-local:
prepare-final:
init:
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\dist\loginserver
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\dist\loginserver\lib
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\dist\gameserver
[mkdir] Created dir: C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\dist\gameserver\lib
version:
[echo] L2jFrozen Gameserver Revision: 855
compile:
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1453 source files to C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\build\classes
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3883: incomparable types: java.lang.Enum<capture#398 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3884: incomparable types: java.lang.Enum<capture#779 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB))
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3924: incomparable types: java.lang.Enum<capture#180 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5513: incomparable types: java.lang.Enum<capture#208 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(target.getItemType() == L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5535: inconvertible types
[javac] found : java.lang.Enum<capture#740 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5535: inconvertible types
[javac] found : java.lang.Enum<capture#831 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5688: inconvertible types
[javac] found : java.lang.Enum<capture#883 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5702: inconvertible types
[javac] found : java.lang.Enum<capture#940 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5716: inconvertible types
[javac] found : java.lang.Enum<capture#157 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java:340: incomparable types: java.lang.Enum<capture#351 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java:404: incomparable types: java.lang.Enum<capture#303 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#919 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItemType() == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#597 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItemType() == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1312: incomparable types: java.lang.Enum<capture#632 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:691: incomparable types: java.lang.Enum<capture#825 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:744: incomparable types: java.lang.Enum<capture#288 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#162 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2512: incomparable types: java.lang.Enum<capture#727 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2512: incomparable types: java.lang.Enum<capture#375 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types
[javac] found : java.lang.Enum<capture#637 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] return (L2WeaponType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types
[javac] found : java.lang.Enum<capture#71 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] return (L2ArmorType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\ItemsAutoDestroy.java:87: incomparable types: java.lang.Enum<capture#491 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(item.getItemType() == L2EtcItemType.HERB)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:341: incomparable types: java.lang.Enum<capture#231 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.type == L2WeaponType.NONE)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:390: incomparable types: java.lang.Enum<capture#749 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.type == L2WeaponType.PET)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:465: incomparable types: java.lang.Enum<capture#410 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if(item.type == L2ArmorType.PET)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types
[javac] found : java.lang.Enum<capture#291 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] return (L2EtcItemType) super._type;
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:155: incomparable types: java.lang.Enum<capture#81 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:144: incomparable types: java.lang.Enum<capture#747 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#43 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#892 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#310 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:102: incomparable types: java.lang.Enum<capture#161 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#635 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:161: incomparable types: java.lang.Enum<capture#717 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:164: incomparable types: java.lang.Enum<capture#573 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types
[javac] found : java.lang.Enum<capture#531 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] if(_currentItem.type instanceof L2ArmorType)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types
[javac] found : java.lang.Enum<capture#707 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types
[javac] found : java.lang.Enum<capture#511 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] else if(_currentItem.type instanceof L2WeaponType)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types
[javac] found : java.lang.Enum<capture#939 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types
[javac] found : java.lang.Enum<capture#806 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] else if(_currentItem.type instanceof L2EtcItemType)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types
[javac] found : java.lang.Enum<capture#490 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types
[javac] found : java.lang.Enum<capture#593 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#449 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#263 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#848 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#675 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:120: incomparable types: java.lang.Enum<capture#351 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#264 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#763 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#666 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:134: incomparable types: java.lang.Enum<capture#477 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#799 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#548 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#240 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:149: incomparable types: java.lang.Enum<capture#237 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:159: incomparable types: java.lang.Enum<capture#30 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] if(itemType == L2WeaponType.BOW)
[javac] ^
[javac] C:\Documents and Settings\Admin\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#185 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#249 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\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#899 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\Admin\workspace\L2jFrozen_GameServer\build.xml:64: Compile failed; see the compiler error output for details.
Total time: 10 seconds
Добавлено через 2 часа 25 минут
При этом датапак закомпилился нормально .