я в этом деле не силен,вот решил первый раз скомплить сборку. Скачал Эклипс,яву(jre|jdk) прописал пути в переменные среды. Взял сборку которую недавно шарили l2gw и решил скомплить. Но при компиле мне выдало 2 ошибочки. Вот хочу узнать у знатаков они критичные или нет? И если критично,как это исправить? Файл Build тут
Buildfile: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml
clean:
[delete] Deleting directory D:\RED\Server L2GW[Source]\l2gw-core\highfive\build
init:
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\gameserver\classes
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver
compile:
[javac] D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1632 source files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\gameserver\classes
jar:
[jar] Building jar: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2server.jar
[copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver
clean_login:
init_login:
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\loginserver\classes
compile_login:
[javac] D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 78 source files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\loginserver\classes
login:
[jar] Building jar: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2login.jar
[copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login
dist_common:
[copy] Copying 11 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login
[copy] Copying 5 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login
[copy] Copying 11 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver
[copy] Copying 3 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\log
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\log
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults
[copy] Copying 25 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess\templates
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess\templates
[copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess\templates
[copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess\templates
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config
[mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config\defaults
[copy] Copying 2 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config\defaults
dist:
[zip] Building zip: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2-server.zip
BUILD SUCCESSFUL
Total time: 31 seconds