06-17-2010, 11:04 PM
Цитата:compile:
[javac] C:\aion\aion\AE-go_GameServer\build.xml:64: warning: 'includeantrunt
ime' was not set, defaulting to build.sysclasspath=last; set to false for repeat
able builds
[javac] Compiling 1030 source files to C:\aion\aion\AE-go_GameServer\build\c
lasses
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:331: class, interface, or enum expected
[javac] package com.aionemu.gameserver.services;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:333: class, interface, or enum expected
[javac] import java.util.ArrayList;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:334: class, interface, or enum expected
[javac] import java.util.Collection;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:335: class, interface, or enum expected
[javac] import java.util.HashMap;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:336: class, interface, or enum expected
[javac] import java.util.Iterator;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:337: class, interface, or enum expected
[javac] import java.util.Map;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:338: class, interface, or enum expected
[javac] import java.util.Random;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:340: class, interface, or enum expected
[javac] import org.apache.log4j.Logger;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:342: class, interface, or enum expected
[javac] import com.aionemu.commons.database.dao.DAO;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:343: class, interface, or enum expected
[javac] import com.aionemu.commons.database.dao.DAOManager;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:344: class, interface, or enum expected
[javac] import com.aionemu.commons.utils.Rnd;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:345: class, interface, or enum expected
[javac] import com.aionemu.gameserver.ai.desires.impl.AggressionDesire;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:346: class, interface, or enum expected
[javac] import com.aionemu.gameserver.ai.npcai.AggressiveAi;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:347: class, interface, or enum expected
[javac] import com.aionemu.gameserver.ai.state.AIState;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:348: class, interface, or enum expected
[javac] import com.aionemu.gameserver.dao.FortressDAO;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:349: class, interface, or enum expected
[javac] import com.aionemu.gameserver.dataholders.DataManager;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:350: class, interface, or enum expected
[javac] import com.aionemu.gameserver.dataholders.TribeRelationsData;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:351: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.Race;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:352: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.AionObject;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:353: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.Creature;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:354: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.FortressGeneral;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:355: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.Item;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:356: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.Npc;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:357: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.Monster;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:358: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.VisibleObject;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:359: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.player.Player;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:360: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.group.PlayerGroup;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:361: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.templates.spawn.NpcSpawnTemplate
;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:362: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.templates.spawn.SpawnTemplate;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:363: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.templates.tribe.AggroRelations;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:364: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.templates.tribe.HostileRelations
;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:365: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.templates.tribe.Tribe;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:366: class, interface, or enum expected
[javac] import com.aionemu.gameserver.network.aion.serverpackets.SM_MESSAGE;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:367: class, interface, or enum expected
[javac] import com.aionemu.gameserver.spawnengine.SpawnEngine;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:368: class, interface, or enum expected
[javac] import com.aionemu.gameserver.utils.InfluenceManager;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:369: class, interface, or enum expected
[javac] import com.aionemu.gameserver.utils.PacketSendUtility;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:370: class, interface, or enum expected
[javac] import com.aionemu.gameserver.utils.ThreadPoolManager;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:371: class, interface, or enum expected
[javac] import com.aionemu.gameserver.world.World;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:372: class, interface, or enum expected
[javac] import com.aionemu.gameserver.world.WorldPosition;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\services\Fo
rtressService.java:373: class, interface, or enum expected
[javac] import com.google.inject.Inject;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:103: class, interface, or enum expected
[javac] package com.aionemu.gameserver.utils;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:105: class, interface, or enum expected
[javac] import java.util.ArrayList;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:106: class, interface, or enum expected
[javac] import java.util.Iterator;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:108: class, interface, or enum expected
[javac] import org.apache.log4j.Logger;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:110: class, interface, or enum expected
[javac] import com.aionemu.commons.database.dao.DAOManager;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:111: class, interface, or enum expected
[javac] import com.aionemu.gameserver.dao.FortressDAO;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:112: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.Race;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:113: class, interface, or enum expected
[javac] import com.aionemu.gameserver.model.gameobjects.player.Player;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:114: class, interface, or enum expected
[javac] import com.aionemu.gameserver.network.aion.serverpackets.SM_INFLUENC
E_RATIO;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:115: class, interface, or enum expected
[javac] import com.aionemu.gameserver.services.FortressService;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:116: class, interface, or enum expected
[javac] import com.aionemu.gameserver.world.World;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:117: class, interface, or enum expected
[javac] import com.google.inject.Inject;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:118: class, interface, or enum expected
[javac] import com.google.inject.Injector;
[javac] ^
[javac] C:\aion\aion\AE-go_GameServer\src\com\aionemu\gameserver\utils\Influ
enceManager.java:119: class, interface, or enum expected
[javac] import com.sun.tools.javac.util.Log;
[javac] ^
[javac] 54 errors
BUILD FAILED
C:\aion\aion\AE-go_GameServer\build.xml:64: Compile failed; see the compiler err
or output for details.
Total time: 5 seconds
C:\aion\aion\AE-go_GameServer>
у меня криты, ставил на чистую реву поверх патча 4
[SIGPIC][/SIGPIC]