Чем компилить

Psycho

Просветленный
Легенда
Орден Золотого Заката
Победитель в номинации 2023
Победитель в номинации 2022
Победитель в номинации 2021
Участник Новогоднего Фонда 2021
Неукротимое пламя
Старожил II степени
Победитель в номинации 2020
Победитель в номинации 2019
Знаток великого письма
Знаток письма
Веселый флудер
Мастер реакций
Любитель реакций
Знаток Lineage2
Старожил I степени
Победитель в номинации 2017
Победитель в номинации 2016
Медаль за активность на Форуме
За веру и верность форуму
Сообщения
4 533
Розыгрыши
1
Решения
3
Репутация
4 362
Реакции
2 881
Баллы
2 438
Я как приверженец анта (старовер), больше ни чем не пробовал компилить. Посоветуйте (желательно и мануальчик).
з.ы Ант у меня бьет кучу ошибок в скриптах на 8й яве. Рыл на англо-форумах, у него какой-то там косяк с ней (мб и не прав, не шарю).
 

Что и кого компилить? Больше конкретики.
 
Что и кого компилить? Больше конкретики.
Ну а как ты думаешь? Исходы конечно же. Конкретно лосты. Поправил под 8ю яву, скомпилил. При запуске скрипты бьют ошибки. Нагуглил что дело в анте (мб и не прав, хотя скорее всего ант).
 
вон лыжа на gradle перешла
 
Качаем , подключаем проект и радуемся
 
И что за ошибка?
 
У Вас не ошибки а варнинги наверно... это никак не влияет на работу ядра :rolleyes:
 
вон лыжа на gradle перешла
Gradle — система автоматической сборки, построенная на принципах Apache Ant и Apache Maven, но предоставляющая DSL на языке Groovy вместо традиционной XML-образной формы представления конфигурации проекта.
 
У Вас не ошибки а варнинги наверно... это никак не влияет на работу ядра :rolleyes:
Из-за них не стартует гс. Компилится всё в идеале.

И что за ошибка?
Да там букет. Компоратор и тд. На кибере задавал вопрос, все тоже хз что за бред.
Лог:
Код:
[16.08.16 08:39:12:721]  INFO scripts.Scripts: Scripts: Loading...
[16.08.16 08:39:13:858] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:666,53: Comparator cannot be resolved to a type
[16.08.16 08:39:13:867] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:509,55: Comparator cannot be resolved to a type
[16.08.16 08:39:13:921] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\beastfarm\BeastAI.java:1,1: The type java.util.Comparator cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:14:028] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\Antharas.java:1,1: The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:14:126] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\beastfarm\BeastAI.java:1,1: The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:14:208] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\custom\SSQAnakim.java:71,8: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:14:217] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\custom\SSQAnakim.java:71,13: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:14:227] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\ai\custom\SSQAnakim.java:72,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:14:949] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\bosses\BaiumManager.java:1,1: The type java.util.concurrent.ConcurrentMap cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:15:043] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\events\AbstractCustomBattleEvent.java:1,1: The type java.util.function.Consumer cannot be resolved. It is indirectly referenced from required .class files
[16.08.16 08:39:15:225] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\admincommands\AdminResidence.java:152,10: Map.Entry cannot be resolved to a type
[16.08.16 08:39:15:232] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\admincommands\AdminResidence.java:152,69: The method entrySet() from the type java.util.Map<java.lang.Object,java.util.List<java.lang.Object>> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:15:262] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:7,8: The import java.util.Arrays cannot be resolved
[16.08.16 08:39:15:268] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:8,8: The import java.util.Comparator cannot be resolved
[16.08.16 08:39:15:284] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:627,70: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:294] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:669,14: The method compare(java.lang.Object, java.lang.Object) of type handler.bbs.ClanCommunity.ClansComparator<T> must override or implement a supertype method
[16.08.16 08:39:15:308] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:93,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:322] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:94,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:335] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:95,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:345] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:98,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:356] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:107,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:370] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:108,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:381] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:109,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:393] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:113,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:403] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:114,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:415] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:119,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:427] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:128,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:15:439] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:134,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:783] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:138,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:790] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:139,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:797] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:148,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:804] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:149,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:813] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:150,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:821] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:151,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:832] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:152,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:840] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:156,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:851] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:207,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:858] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:208,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:866] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:209,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:874] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:212,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:880] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:214,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:888] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:216,77: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:896] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:217,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:904] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:218,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:916] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:219,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:924] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:220,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:937] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:221,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:948] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:223,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:955] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:224,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:967] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:239,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:974] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:240,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:980] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:241,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:988] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:242,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:33:998] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:243,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:006] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:298,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:020] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:299,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:029] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:300,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:039] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:316,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:051] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:317,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:058] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:318,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:067] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:345,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:075] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:347,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:088] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:349,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:105] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:583,58: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:114] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:646,3: Arrays cannot be resolved
[16.08.16 08:39:34:121] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:655,51: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:34:132] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ClanCommunity.java:657,51: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:34:152] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\CommunityBoard.java:67,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:164] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\CommunityBoard.java:68,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:173] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\CommunityBoard.java:69,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:191] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFavorites.java:48,23: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:199] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFavorites.java:49,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:209] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFavorites.java:50,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:217] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFavorites.java:51,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:227] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFavorites.java:63,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:243] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:43,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:252] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:50,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:261] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:51,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:272] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:59,23: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:34:286] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:64,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:296] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:65,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:306] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:73,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:318] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:76,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:327] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:77,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:336] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:82,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:346] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:83,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:355] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:84,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:374] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:95,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:386] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:96,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:395] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:97,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:406] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:108,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:421] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:109,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:436] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:110,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:444] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:114,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:456] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:115,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:465] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:119,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:476] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:120,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:488] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:132,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:498] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:133,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:508] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:142,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:522] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:143,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:531] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:156,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:542] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:157,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:556] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:165,7: Map.Entry cannot be resolved to a type
[16.08.16 08:39:34:562] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageFriends.java:165,45: The method entrySet() from the type java.util.Map<java.lang.Integer,org.mmocore.gameserver.model.actor.instances.player.Friend> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:34:577] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:39,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:589] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:40,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:603] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:41,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:612] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:49,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:623] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:54,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:636] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:56,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:644] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:62,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:653] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:63,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:662] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:64,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:670] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:72,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:678] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:74,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:686] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:82,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:695] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:95,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:702] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:96,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:710] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:97,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:724] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:142,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:737] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:143,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:745] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:144,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:753] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:145,90: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:761] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:146,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:769] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:147,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:777] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:203,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:785] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:204,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:795] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:205,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:810] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:333,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:820] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:334,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:830] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:335,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:838] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\ManageMemo.java:336,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:854] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:127,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:863] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:128,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:871] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:129,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:881] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:130,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:896] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:131,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:905] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:132,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:915] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:136,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:925] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:137,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:938] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:138,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:947] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:139,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:955] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:140,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:966] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:141,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:977] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:145,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:34:991] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:146,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:006] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:147,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:017] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:148,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:026] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:149,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:038] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:150,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:049] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:153,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:059] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:154,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:072] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:155,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:081] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:156,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:090] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:157,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:106] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:158,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:116] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:169,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:125] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:170,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:138] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:171,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:150] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:175,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:164] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:176,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:174] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:181,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:185] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:190,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:195] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:196,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:205] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:200,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:212] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:201,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:220] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:210,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:229] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:211,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:244] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:212,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:255] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:213,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:265] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:217,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:280] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:221,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:288] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:222,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:296] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:223,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:309] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:224,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:321] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:225,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:328] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:226,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:340] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:229,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:347] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:230,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:355] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:231,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:362] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:232,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:369] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:233,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:377] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:263,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:389] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:266,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:397] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:269,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:404] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:272,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:412] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:276,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:425] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:277,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:437] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:278,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:445] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:279,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:456] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:280,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:464] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:281,96: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:471] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:282,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:478] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:283,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:485] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:284,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:496] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:368,83: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:35:509] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\PrivateMail.java:370,88: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:35:529] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:4,8: The import java.util.Arrays cannot be resolved
[16.08.16 08:39:35:535] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:5,8: The import java.util.Comparator cannot be resolved
[16.08.16 08:39:35:545] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:512,14: The method compare(java.lang.Object, java.lang.Object) of type handler.bbs.RegionCommunity.PlayersComparator<T> must override or implement a supertype method
[16.08.16 08:39:35:556] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:59,22: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:566] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:60,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:576] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:61,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:586] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:62,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:596] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:78,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:609] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:83,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:624] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:84,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:633] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:98,22: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:644] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:99,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:656] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:100,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:668] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:101,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:684] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:124,15: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:694] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:130,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:707] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:131,53: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:716] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:154,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:727] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:155,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:742] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:156,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:751] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:160,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:760] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:161,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:775] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:166,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:785] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:175,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:794] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:181,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:806] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:185,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:815] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:186,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:824] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:201,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:835] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:202,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:847] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:213,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:858] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:214,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:874] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:215,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:883] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:216,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:894] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:222,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:909] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:227,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:917] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:228,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:927] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:229,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:943] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:277,25: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:951] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:278,19: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:961] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:279,19: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:977] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:280,86: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:986] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:317,19: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:35:996] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:345,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:008] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:346,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:019] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:347,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:030] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:348,78: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:044] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:359,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:052] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:366,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:063] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:368,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:074] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:369,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:084] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:370,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:101] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:371,18: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:112] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:374,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:126] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:375,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:136] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:376,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:147] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:377,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:163] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:378,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:179] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:379,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:195] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:412,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:205] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:413,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:216] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:414,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:231] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:415,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:245] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:465,83: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:255] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:479,83: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:265] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:487,103: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:278] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:489,101: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:287] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:491,155: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:297] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:501,4: Arrays cannot be resolved
[16.08.16 08:39:36:306] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\bbs\RegionCommunity.java:503,16: Arrays cannot be resolved
[16.08.16 08:39:36:440] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\onshiftaction\OnShiftAction_NpcInstance.java:180,7: Map.Entry cannot be resolved to a type
[16.08.16 08:39:36:448] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\onshiftaction\OnShiftAction_NpcInstance.java:180,55: The method entrySet() from the type java.util.Map<org.mmocore.gameserver.model.quest.QuestEventType,org.mmocore.gameserver.model.quest.Quest[]> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:36:466] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\onshiftaction\OnShiftAction_NpcInstance.java:298,90: The method getInstance() from the type org.mmocore.gameserver.model.AggroList.HateComparator refers to the missing type java.util.Comparator
[16.08.16 08:39:36:489] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\handler\onshiftaction\OnShiftAction_PetInstance.java:31,53: The method isEmpty(java.lang.CharSequence) from the type org.apache.commons.lang3.StringUtils refers to the missing type java.lang.CharSequence
[16.08.16 08:39:36:860] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\NewbieGuideInstance.java:3,8: The import java.util.Arrays cannot be resolved
[16.08.16 08:39:36:867] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\NewbieGuideInstance.java:23,45: Arrays cannot be resolved
[16.08.16 08:39:36:964] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\AuctioneerInstance.java:74,59: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:976] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\AuctioneerInstance.java:118,29: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:36:989] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\AuctioneerInstance.java:254,31: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:033] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\GustavInstance.java:142,7: Map.Entry cannot be resolved to a type
[16.08.16 08:39:37:038] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\GustavInstance.java:142,52: The method entrySet() from the type java.util.Map<org.mmocore.gameserver.model.Player,java.lang.Integer> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:37:054] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\LidiaVonHellmannInstance.java:71,7: Map.Entry cannot be resolved to a type
[16.08.16 08:39:37:063] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\LidiaVonHellmannInstance.java:71,52: The method entrySet() from the type java.util.Map<org.mmocore.gameserver.model.Player,java.lang.Integer> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:37:090] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\NurkaInstance.java:86,7: Map.Entry cannot be resolved to a type
[16.08.16 08:39:37:097] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\npc\model\residences\clanhall\NurkaInstance.java:86,52: The method entrySet() from the type java.util.Map<org.mmocore.gameserver.model.Player,java.lang.Integer> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:37:277] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:336,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:287] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:500,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:296] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:613,50: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:305] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:618,50: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:315] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:624,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:333] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:638,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:350] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:647,29: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:365] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:656,50: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:374] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:664,50: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:384] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:673,64: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:397] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:684,43: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:407] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:922,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:417] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:926,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:433] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:996,63: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:447] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:1030,31: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:456] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:1047,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:469] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:1051,30: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:482] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\SagasSuperclass.java:1062,29: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:717] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_115_TheOtherSideOfTruth.java:127,13: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:37:725] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_115_TheOtherSideOfTruth.java:130,19: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:858] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:97,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:867] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:99,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:881] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:101,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:889] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:103,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:898] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:105,26: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:37:909] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_178_IconicTrinity.java:118,24: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:477] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:717,16: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:485] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:719,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:502] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:721,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:513] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:723,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:529] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:725,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:540] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:727,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:556] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_373_SupplierOfReagents.java:729,17: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:591] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_384_WarehouseKeepersPastime.java:199,17: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:38:599] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_384_WarehouseKeepersPastime.java:201,29: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:38:612] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_384_WarehouseKeepersPastime.java:213,17: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:38:627] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_386_StolenDignity.java:419,17: The method contains(java.lang.CharSequence) from the type java.lang.String refers to the missing type java.lang.CharSequence
[16.08.16 08:39:38:706] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_426_QuestforFishingShot.java:3,8: The import java.util.Arrays cannot be resolved
[16.08.16 08:39:38:712] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_426_QuestforFishingShot.java:368,7: Arrays cannot be resolved
[16.08.16 08:39:38:743] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_463_IMustBeaGenius.java:70,25: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:751] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_463_IMustBeaGenius.java:75,25: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:769] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_501_ProofOfClanAlliance.java:4,8: The import java.util.Arrays cannot be resolved
[16.08.16 08:39:38:777] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_501_ProofOfClanAlliance.java:203,20: Arrays cannot be resolved
[16.08.16 08:39:38:841] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_620_FourGoblets.java:111,33: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:911] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_663_SeductiveWhispers.java:255,14: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:922] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_663_SeductiveWhispers.java:180,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:38:936] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\quests\_663_SeductiveWhispers.java:181,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:39:030] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:7,8: The import java.util.Map.Entry cannot be resolved
[16.08.16 08:39:39:041] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:285,8: Entry cannot be resolved to a type
[16.08.16 08:39:39:047] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:285,44: The method entrySet() from the type java.util.TreeMap<java.lang.Long,services.ItemBroker.Item> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:39:057] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:304,62: The method lastEntry() from the type java.util.TreeMap<java.lang.Long,services.ItemBroker.Item> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:39:073] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:304,98: The method firstEntry() from the type java.util.TreeMap<java.lang.Long,services.ItemBroker.Item> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:39:090] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:949,17: Entry cannot be resolved to a type
[16.08.16 08:39:39:096] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\ItemBroker.java:949,69: The method entrySet() from the type java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.Long,services.ItemBroker.Item>> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:39:141] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\Rename.java:138,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:39:155] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\Rename.java:288,20: The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
[16.08.16 08:39:39:208] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:9,8: The import java.util.Map.Entry cannot be resolved
[16.08.16 08:39:39:213] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:121,30: Entry cannot be resolved to a type
[16.08.16 08:39:39:223] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:84,7: Entry cannot be resolved to a type
[16.08.16 08:39:39:233] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:84,41: The method entrySet() from the type java.util.Map<java.lang.Integer,services.VoteManager.Vote> refers to the missing type java.util.Map$Entry
[16.08.16 08:39:39:245] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:94,6: Entry cannot be resolved to a type
[16.08.16 08:39:39:252] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:94,46: Entry cannot be resolved to a type
[16.08.16 08:39:39:259] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:96,10: Entry cannot be resolved to a type
[16.08.16 08:39:39:268] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:103,20: Entry cannot be resolved to a type
[16.08.16 08:39:39:273] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\services\VoteManager.java:124,3: Entry cannot be resolved to a type
[16.08.16 08:39:39:286] ERROR compiler.Compiler: E:\compile\gameserver\data\scripts\Util.java:325,18: The method isEmpty(java.lang.CharSequence) from the type org.apache.commons.lang3.StringUtils refers to the missing type java.lang.CharSequence

Gradle — система автоматической сборки, построенная на принципах Apache Ant и Apache Maven, но предоставляющая DSL на языке Groovy вместо традиционной XML-образной формы представления конфигурации проекта.
Кикос, а есть мануальчик как им компилить? Ни разу не юзал.

Качаем , подключаем проект и радуемся
Я в идее только код правлю, компилить хз как, не пробовал)
 
Последнее редактирование модератором:
Отпиши мне, завтра утром посмотрю. Желательно иметь aa
 
Я в идее только код правлю, компилить хз как, не пробовал)
Делайте компил в IDEA, там с 8 явой никогда варниногов нет. Может у Вас в датапаке со скриптами какие то проблемы?:(
 

    Enmity

    Баллов: -27
    то, что в идее нет варнингов, не значит что их нет в коде. скрыть ошибку и советовать говно людям - топ подход в мире.
Делайте компил в IDEA, там с 8 явой никогда варниногов нет. Может у Вас в датапаке со скриптами какие то проблемы?:(
Било бы ошибку в строке. А так просто хрень пишет.
Как компилить в идее я хз, ни разу не пробовал.
 
Комилятор скриптов подправь(По сути как овер, валяется в коммонсе, что-то похожее на compiler). Так же придется скорее всего обновить ecj(Хотя не уверен что лв использовали его :) )
 
Последнее редактирование:
Комилятор скриптов подправь(По сути как овер, валяется в коммонсе, что-то похожее на compiler). Так же придется скорее всего обновить ecj(Хотя не уверен что лв использовали его :) )
Там от эклипса импорты. В этом загвоздка или что, не пойму?)
Код:
import org.eclipse.jdt.internal.compiler.tool.EclipseCompiler;
import org.eclipse.jdt.internal.compiler.tool.EclipseFileManager;
Нашел подобное: . В этом дело?)
И в либах валяется этот ecj-3.7.
Видимо это обнова для него .

Отпиши мне, завтра утром посмотрю. Желательно иметь aa
У меня твоего скайпа нет.

Кикос помог. Нужно было обновить ecj.)
 
Последнее редактирование:
По градле традиционно читать тут - (там есть еще 3 вкладки слева вверху: Release Notes (ну тут думаю понятно), DSL Reference (описание синтаксиса градлы, всяческих блоков, тасков и т.п.), Javadoc (дока по самой API-шке).
Еще на их сайте есть возможность получить бесплатную книжку от O'Reilly -
 
Обратите внимание, что данный пользователь заблокирован! Не совершайте с ним никаких сделок! Перейдите в его профиль, чтобы узнать причину блокировки.
Я как приверженец анта (старовер), больше ни чем не пробовал компилить. Посоветуйте (желательно и мануальчик).
з.ы Ант у меня бьет кучу ошибок в скриптах на 8й яве. Рыл на англо-форумах, у него какой-то там косяк с ней (мб и не прав, не шарю).
Компильте программой которую используете, idea,eclips?
Или вы блокнотом кодите?:Kukukuh:
 
Компильте программой которую используете, idea,eclips?
Или вы блокнотом кодите?:Kukukuh:
Они компилирует сразу все модули и не факт, что собирает все в jar-ник. Для этого и есть системы сборки, которые позволяют разбивать исходник на модули по-одиночке их собирать. Да и dependencies из мавена тащит!
 
Они компилирует сразу все модули и не факт, что собирает все в jar-ник. Для этого и есть системы сборки, которые позволяют разбивать исходник на модули по-одиночке их собирать. Да и dependencies из мавена тащит!
Ну maven и так хорош.
 
gvb, сделаем вид, что этого мы не видели :)
 
Назад
Сверху Снизу