Показать сообщение отдельно
Непрочитано 28.02.2010, 12:36   #70
Аватар для GEROIN
Пользователь

По умолчанию Re: Обсуждение ревизий (Aion-Unique)

Здорова народ обновил серв до 1272 ревы начинаю компить в логах такие ошибки
Цитата:
Buildfile: build.xml

clean:
[delete] Deleting directory D:\AION\SERVER 2\trunk\AE-go_GameServer\build

clean:

init:
[mkdir] Created dir: D:\AION\SERVER 2\trunk\AE-go_GameServer\build
[mkdir] Created dir: D:\AION\SERVER 2\trunk\AE-go_GameServer\build\classes

compile:
[javac] Compiling 774 source files to D:\AION\SERVER 2\trunk\AE-go_GameServe
r\build\classes
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\PlayerService.java:92: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.PlayerService
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\PlayerService.java:96: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.PlayerService
[javac] LegionService legionService, ControllerFactory controlle
rFactory, SkillLearnService skillLearnService, GroupService groupService)
[javac]
^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\ServiceProxy.java:56: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.ServiceProxy
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\ServiceProxy.java:145: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.ServiceProxy
[javac] public GroupService getGroupService()
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\DropService.java:58: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.DropService
[javac] private GroupService
groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\s
ervices\DropService.java:63: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.services.DropService
[javac] public DropService(ItemService itemService, World world, GroupSe
rvice groupService)
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_ENTER_WORLD.java:56: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_ENTER_WORLD.java:81: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.network.aion.clientpackets. CM
_ENTER_WORLD
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_GROUP_DISTRIBUTION.ja va:21: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_GROUP_DISTRIBUTION.ja va:31: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.network.aion.clientpackets. CM
_GROUP_DISTRIBUTION
[javac] GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_INVITE_TO_GROUP.java: 22: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_INVITE_TO_GROUP.java: 37: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.network.aion.clientpackets. CM
_INVITE_TO_GROUP
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_PLAYER_STATUS_INFO.ja va:21: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_PLAYER_STATUS_INFO.ja va:41: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.network.aion.clientpackets. CM
_PLAYER_STATUS_INFO
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_SHOW_BRAND.java:21: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\n
etwork\aion\clientpackets\CM_SHOW_BRAND.java:31: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.network.aion.clientpackets. CM
_SHOW_BRAND
[javac] private GroupService groupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\u
tils\guice\DataInjectionModule.java:42: cannot find symbol
[javac] symbol : class GroupService
[javac] location: package com.aionemu.gameserver.services
[javac] import com.aionemu.gameserver.services.GroupService;
[javac] ^
[javac] D:\AION\SERVER 2\trunk\AE-go_GameServer\src\com\aionemu\gameserver\u
tils\guice\DataInjectionModule.java:104: cannot find symbol
[javac] symbol : class GroupService
[javac] location: class com.aionemu.gameserver.utils.guice.DataInjectionMo du
le
[javac] bind(GroupService.class).in(Scopes.SINGLETON);
[javac] ^
[javac] 18 errors

BUILD FAILED
D:\AION\SERVER 2\trunk\AE-go_GameServer\build.xml:64: Compile failed; see the co
mpiler error output for details.

Total time: 9 seconds
D:\AION\SERVER 2\trunk\AE-go_GameServer>^A
D:\AION\SERVER 2\trunk\AE-go_GameServer>
спасибо тому кто поможет.
GEROIN вне форума