Greon 0 Опубликовано 11 мая, 2015 (изменено) я в этом деле не силен,вот решил первый раз скомплить сборку.Скачал Эклипс,яву(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 Изменено 11 мая, 2015 пользователем Greon Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mizuwokiru 181 Опубликовано 11 мая, 2015 http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Greon 0 Опубликовано 11 мая, 2015 http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set А по проще? тема создана в Форум для новичков Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mizuwokiru 181 Опубликовано 11 мая, 2015 А по проще? тема создана в Форум для новичков Там все подробно описано. Форум вроде как для администраторов серверов, а не для изучающих английский. Там все подробно описано + дополнительные ссылки присутствуют. 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Greon 0 Опубликовано 11 мая, 2015 Это типо мне нужно добавить это в свой Build? <presetdef name="javac"> <javac includeantruntime="false" /> </presetdef> Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mizuwokiru 181 Опубликовано 11 мая, 2015 Нет, добавить в каждый тег javac кусочек includeantruntime="false". 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Greon 0 Опубликовано 11 мая, 2015 Нет, добавить в каждый тег javac кусочек includeantruntime="false". <javac destdir="${build.commons}" optimize="off" debug="on" source="1.7" target="1.7" encoding="UTF-8" nowarn="off"> includeantruntime="false" <compilerarg value="-Xlint:all"/> <src path="${src.commons}"/> <classpath refid="classpath"/> </javac> я так понял? Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mizuwokiru 181 Опубликовано 11 мая, 2015 (изменено) <javac destdir="${build.commons}" optimize="off" debug="on" source="1.7" target="1.7" encoding="UTF-8" nowarn="off"> includeantruntime="false" <compilerarg value="-Xlint:all"/> <src path="${src.commons}"/> <classpath refid="classpath"/> </javac> я так понял? Неверно. <javac destdir="${build.commons}" optimize="off" debug="on" source="1.7" target="1.7" encoding="UTF-8" nowarn="off" includeantruntime="false"> <compilerarg value="-Xlint:all"/> <src path="${src.commons}"/> <classpath refid="classpath"/> </javac> Изменено 11 мая, 2015 пользователем DiQuero 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Greon 0 Опубликовано 12 мая, 2015 Спасибо ,скомплил без ошибок. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Oiykin 5 Опубликовано 12 мая, 2015 Господи, да их и не было, это просто предупреждения, исходники и так у тебя великолепно собрались. BUILD SUCCESSFUL Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты