knaif 79 Опубликовано 15 июля, 2012 Всем доброе время суток Ребята кто понимает в компилетацией сборок скажите в чем может быть проблема Скрытый текстprepare-local: prepare-final: init: version: [echo] L2jFrozen Gameserver Revision: exported compile: [javac] Compiling 1429 source files to G:\L2jLink\gameserver\build\classes [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7057: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weapon.getItemType()) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7059: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case BOW: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7062: cannot find symbol [javac] symbol : variable DAGGER [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case DAGGER: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7094: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weapon.getItemType()) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7096: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case BOW: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2754: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weap_item.getItemType()){ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2756: cannot find symbol [javac] symbol : variable BIGBLUNT [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BIGBLUNT: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2757: cannot find symbol [javac] symbol : variable BIGSWORD [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BIGSWORD:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2763: cannot find symbol [javac] symbol : variable BLUNT [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BLUNT:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2769: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BOW:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2776: cannot find symbol [javac] symbol : variable DAGGER [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DAGGER:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2783: cannot find symbol [javac] symbol : variable DUAL [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DUAL:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2790: cannot find symbol [javac] symbol : variable DUALFIST [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DUALFIST: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2791: cannot find symbol [javac] symbol : variable FIST [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case FIST:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2798: cannot find symbol [javac] symbol : variable POLE [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case POLE:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2805: cannot find symbol [javac] symbol : variable SWORD [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case SWORD:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4109: incomparable types: java.lang.Enum<capture#415 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4110: incomparable types: java.lang.Enum<capture#973 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4150: incomparable types: java.lang.Enum<capture#86 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5778: incomparable types: java.lang.Enum<capture#334 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5800: inconvertible types [javac] found : java.lang.Enum<capture#872 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5825: incomparable types: java.lang.Enum<capture#156 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5975: inconvertible types [javac] found : java.lang.Enum<capture#483 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.HEAVY [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5976: inconvertible types [javac] found : java.lang.Enum<capture#386 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5982: inconvertible types [javac] found : java.lang.Enum<capture#312 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5995: inconvertible types [javac] found : java.lang.Enum<capture#552 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.LIGHT [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5996: inconvertible types [javac] found : java.lang.Enum<capture#697 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6002: inconvertible types [javac] found : java.lang.Enum<capture#15 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6015: inconvertible types [javac] found : java.lang.Enum<capture#717 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.MAGIC [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6016: inconvertible types [javac] found : java.lang.Enum<capture#393 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6022: inconvertible types [javac] found : java.lang.Enum<capture#257 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:341: incomparable types: java.lang.Enum<capture#234 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:405: incomparable types: java.lang.Enum<capture#773 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1330: incomparable types: java.lang.Enum<capture#896 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:733: incomparable types: java.lang.Enum<capture#944 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:786: incomparable types: java.lang.Enum<capture#635 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#884 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2585: incomparable types: java.lang.Enum<capture#143 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2585: incomparable types: java.lang.Enum<capture#730 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types [javac] found : java.lang.Enum<capture#963 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] return (L2ArmorType) super._type; [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:9: classes cannot directly extend java.lang.Enum [javac] public final class L2WeaponType extends Enum [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable com [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable l2jfrozen [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable gameserver [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable templates [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable L2WeaponType [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: <T>valueOf(java.lang.Class<T>,java.lang.String) in java.lang.Enum cannot be applied to (int,java.lang.String) [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:24: cannot find symbol [javac] symbol : constructor Enum(java.lang.String,int,java.lang.String,int) [javac] location: class java.lang.Enum [javac] super(s, i); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:79: cannot find symbol [javac] symbol : variable DUALBULNT [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] BIGSWORD, PET, ROD, BIGBLUNT, DUALDAGGER, DUALBULNT [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:462: incomparable types: java.lang.Enum<capture#632 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(item.type == L2ArmorType.PET) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types [javac] found : java.lang.Enum<capture#788 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] return (L2EtcItemType) super._type; [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#683 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#348 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:96: incomparable types: java.lang.Enum<capture#422 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:160: incomparable types: java.lang.Enum<capture#886 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:168: incomparable types: java.lang.Enum<capture#863 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types [javac] found : java.lang.Enum<capture#156 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(_currentItem.type instanceof L2ArmorType) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types [javac] found : java.lang.Enum<capture#461 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types [javac] found : java.lang.Enum<capture#18 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] else if(_currentItem.type instanceof L2EtcItemType) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types [javac] found : java.lang.Enum<capture#178 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set); [javac] ^ [javac] [javac] [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError: Java heap space [javac] at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:39) [javac] at java.nio.CharBuffer.allocate(CharBuffer.java:312) [javac] at com.sun.tools.javac.util.DefaultFileManager.decode(DefaultFileManager.java:790) [javac] at com.sun.tools.javac.util.DefaultFileManager.access$300(DefaultFileManager.java:76) [javac] at com.sun.tools.javac.util.DefaultFileManager$RegularFileObject.getCharContent(DefaultFileManager.java:1353) [javac] at com.sun.tools.javac.util.DefaultFileManager$RegularFileObject.getCharContent(DefaultFileManager.java:1252) [javac] at com.sun.tools.javac.util.Log.getCharContent(Log.java:318) [javac] at com.sun.tools.javac.util.Log.findLine(Log.java:334) [javac] at com.sun.tools.javac.util.Log.getLineNumber(Log.java:646) [javac] at com.sun.tools.javac.util.Log$1.getLineNumber(Log.java:219) [javac] at com.sun.tools.javac.util.JCDiagnostic.<init>(JCDiagnostic.java:292) [javac] at com.sun.tools.javac.util.JCDiagnostic$Factory.error(JCDiagnostic.java:76) [javac] at com.sun.tools.javac.util.Log.error(Log.java:394) [javac] at com.sun.tools.javac.comp.Check.typeError(Check.java:175) [javac] at com.sun.tools.javac.comp.Check.checkType(Check.java:339) [javac] at com.sun.tools.javac.comp.Attr.visitSwitch(Attr.java:799) [javac] at com.sun.tools.javac.tree.JCTree$JCSwitch.accept(JCTree.java:896) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:413) [javac] at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:715) [javac] at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:739) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1009) [javac] at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1050) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:413) [javac] at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:715) [javac] at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:739) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) BUILD FAILED G:\L2jLink\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Total time: 1 minute 28 seconds Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
SmokiMo 892 Опубликовано 15 июля, 2012 (изменено) Всем доброе время суток Ребята кто понимает в компилетацией сборок скажите в чем может быть проблема Скрытый текстprepare-local: prepare-final: init: version: [echo] L2jFrozen Gameserver Revision: exported compile: [javac] Compiling 1429 source files to G:\L2jLink\gameserver\build\classes [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7057: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weapon.getItemType()) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7059: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case BOW: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7062: cannot find symbol [javac] symbol : variable DAGGER [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case DAGGER: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7094: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weapon.getItemType()) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Character.java:7096: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.L2Character [javac] case BOW: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2754: incompatible types [javac] found : com.l2jfrozen.gameserver.templates.L2WeaponType [javac] required: int [javac] switch(weap_item.getItemType()){ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2756: cannot find symbol [javac] symbol : variable BIGBLUNT [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BIGBLUNT: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2757: cannot find symbol [javac] symbol : variable BIGSWORD [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BIGSWORD:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2763: cannot find symbol [javac] symbol : variable BLUNT [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BLUNT:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2769: cannot find symbol [javac] symbol : variable BOW [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case BOW:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2776: cannot find symbol [javac] symbol : variable DAGGER [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DAGGER:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2783: cannot find symbol [javac] symbol : variable DUAL [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DUAL:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2790: cannot find symbol [javac] symbol : variable DUALFIST [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case DUALFIST: [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2791: cannot find symbol [javac] symbol : variable FIST [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case FIST:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2798: cannot find symbol [javac] symbol : variable POLE [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case POLE:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:2805: cannot find symbol [javac] symbol : variable SWORD [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] case SWORD:{ [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4109: incomparable types: java.lang.Enum<capture#415 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4110: incomparable types: java.lang.Enum<capture#973 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4150: incomparable types: java.lang.Enum<capture#86 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5778: incomparable types: java.lang.Enum<capture#334 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5800: inconvertible types [javac] found : java.lang.Enum<capture#872 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5825: incomparable types: java.lang.Enum<capture#156 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5975: inconvertible types [javac] found : java.lang.Enum<capture#483 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.HEAVY [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5976: inconvertible types [javac] found : java.lang.Enum<capture#386 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5982: inconvertible types [javac] found : java.lang.Enum<capture#312 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5995: inconvertible types [javac] found : java.lang.Enum<capture#552 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.LIGHT [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5996: inconvertible types [javac] found : java.lang.Enum<capture#697 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6002: inconvertible types [javac] found : java.lang.Enum<capture#15 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6015: inconvertible types [javac] found : java.lang.Enum<capture#717 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.MAGIC [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6016: inconvertible types [javac] found : java.lang.Enum<capture#393 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6022: inconvertible types [javac] found : java.lang.Enum<capture#257 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:341: incomparable types: java.lang.Enum<capture#234 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:405: incomparable types: java.lang.Enum<capture#773 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1330: incomparable types: java.lang.Enum<capture#896 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:733: incomparable types: java.lang.Enum<capture#944 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:786: incomparable types: java.lang.Enum<capture#635 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#884 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2585: incomparable types: java.lang.Enum<capture#143 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2585: incomparable types: java.lang.Enum<capture#730 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types [javac] found : java.lang.Enum<capture#963 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] return (L2ArmorType) super._type; [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:9: classes cannot directly extend java.lang.Enum [javac] public final class L2WeaponType extends Enum [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable com [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable l2jfrozen [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable gameserver [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable templates [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: cannot find symbol [javac] symbol : variable L2WeaponType [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:19: <T>valueOf(java.lang.Class<T>,java.lang.String) in java.lang.Enum cannot be applied to (int,java.lang.String) [javac] return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2WeaponType, name); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:24: cannot find symbol [javac] symbol : constructor Enum(java.lang.String,int,java.lang.String,int) [javac] location: class java.lang.Enum [javac] super(s, i); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2WeaponType.java:79: cannot find symbol [javac] symbol : variable DUALBULNT [javac] location: class com.l2jfrozen.gameserver.templates.L2WeaponType [javac] BIGSWORD, PET, ROD, BIGBLUNT, DUALDAGGER, DUALBULNT [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:462: incomparable types: java.lang.Enum<capture#632 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(item.type == L2ArmorType.PET) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types [javac] found : java.lang.Enum<capture#788 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] return (L2EtcItemType) super._type; [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#683 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#348 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] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:96: incomparable types: java.lang.Enum<capture#422 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS)) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:160: incomparable types: java.lang.Enum<capture#886 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:168: incomparable types: java.lang.Enum<capture#863 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types [javac] found : java.lang.Enum<capture#156 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(_currentItem.type instanceof L2ArmorType) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types [javac] found : java.lang.Enum<capture#461 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set); [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types [javac] found : java.lang.Enum<capture#18 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] else if(_currentItem.type instanceof L2EtcItemType) [javac] ^ [javac] G:\L2jLink\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types [javac] found : java.lang.Enum<capture#178 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set); [javac] ^ [javac] [javac] [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError: Java heap space [javac] at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:39) [javac] at java.nio.CharBuffer.allocate(CharBuffer.java:312) [javac] at com.sun.tools.javac.util.DefaultFileManager.decode(DefaultFileManager.java:790) [javac] at com.sun.tools.javac.util.DefaultFileManager.access$300(DefaultFileManager.java:76) [javac] at com.sun.tools.javac.util.DefaultFileManager$RegularFileObject.getCharContent(DefaultFileManager.java:1353) [javac] at com.sun.tools.javac.util.DefaultFileManager$RegularFileObject.getCharContent(DefaultFileManager.java:1252) [javac] at com.sun.tools.javac.util.Log.getCharContent(Log.java:318) [javac] at com.sun.tools.javac.util.Log.findLine(Log.java:334) [javac] at com.sun.tools.javac.util.Log.getLineNumber(Log.java:646) [javac] at com.sun.tools.javac.util.Log$1.getLineNumber(Log.java:219) [javac] at com.sun.tools.javac.util.JCDiagnostic.<init>(JCDiagnostic.java:292) [javac] at com.sun.tools.javac.util.JCDiagnostic$Factory.error(JCDiagnostic.java:76) [javac] at com.sun.tools.javac.util.Log.error(Log.java:394) [javac] at com.sun.tools.javac.comp.Check.typeError(Check.java:175) [javac] at com.sun.tools.javac.comp.Check.checkType(Check.java:339) [javac] at com.sun.tools.javac.comp.Attr.visitSwitch(Attr.java:799) [javac] at com.sun.tools.javac.tree.JCTree$JCSwitch.accept(JCTree.java:896) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:413) [javac] at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:715) [javac] at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:739) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1009) [javac] at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1050) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) [javac] at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:397) [javac] at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:413) [javac] at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:715) [javac] at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:739) [javac] at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360) BUILD FAILED G:\L2jLink\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Total time: 1 minute 28 seconds Скинь то что компилишь. L2Character.java Изменено 15 июля, 2012 пользователем SmokiMo Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
knaif 79 Опубликовано 15 июля, 2012 я не чего не менял, я разные сборки пробовал с компил.... и н всех ошибки Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
WarGame 44 Опубликовано 15 июля, 2012 попробуй яву 6 поставить Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
SmokiMo 892 Опубликовано 15 июля, 2012 попробуй яву 6 поставить ПОставьь другой JDK и путь до папки бин пропиши новый. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
knaif 79 Опубликовано 15 июля, 2012 А посоветуйте какую лучше скачать яву Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
knaif 79 Опубликовано 15 июля, 2012 Microsoft Windows XP [Версия 5.1.2600] (С) Корпорация Майкрософт, 1985-2001. C:\Documents and Settings\Admin>G: && cd compile G:\compile>javac -classpath l2jfrozen-core.jar -Xlint:unchecked L2WeaponType.jav a L2WeaponType.java:9: error: classes cannot directly extend java.lang.Enum public final class L2WeaponType extends Enum ^ L2WeaponType.java:19: error: cannot find symbol return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2W eaponType, name); ^ symbol: variable com location: class L2WeaponType L2WeaponType.java:19: error: cannot find symbol return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2W eaponType, name); ^ symbol: variable l2jfrozen location: class L2WeaponType L2WeaponType.java:19: error: cannot find symbol return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2W eaponType, name); ^ symbol: variable gameserver location: class L2WeaponType L2WeaponType.java:19: error: cannot find symbol return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2W eaponType, name); ^ symbol: variable templates location: class L2WeaponType L2WeaponType.java:19: error: cannot find symbol return (L2WeaponType)Enum.valueOf(com/l2jfrozen/gameserver/templates/L2W eaponType, name); ^ symbol: variable L2WeaponType location: class L2WeaponType L2WeaponType.java:24: error: constructor Enum in class Enum<E> cannot be applied to given types; super(s, i); ^ required: String,int found: String,int,String,int reason: actual and formal argument lists differ in length where E is a type-variable: E extends Enum<E> declared in class Enum L2WeaponType.java:79: error: cannot find symbol BIGSWORD, PET, ROD, BIGBLUNT, DUALDAGGER, DUALBULNT ^ symbol: variable DUALBULNT location: class L2WeaponType 8 errors G:\compile> Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты