Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Инструменты (https://forum.zone-game.info/forumdisplay.php?f=39)
-   -   Компилятор java серверов Lineage 2 (https://forum.zone-game.info/showthread.php?t=3154)

PROGRAMMATOR 02.03.2009 04:36

Компилятор java серверов Lineage 2
 
Компилятор java серверов Lineage 2

Спасибо большое нашему дорогому _NEO_PK, который был первым бета тестером компилятора и Sobre который согласился быть бета тестером перед выходом программы. Особых недостатков нет, одно, что не понравилось _NEO_PK, так это сохранение настроек программы, но я подумал и оставил как есть, так как мне все удобно и все устраивает. :p Интерфейс программы очень прост, всего несколько вкладок и пару кнопок. Подробнее показано на рисунке ниже.


Хоть и живем в мире высоких технологий и так далее и тому подобное, но для сохранения настроек я выбрал старый добрый INI файл. Мне кажется он намного проще и понятнее, чем скажем родной XML, который советуют многие, да и сам Microsoft. Хотя вручную нам править конфигурационный файл не нужно, за Вас это сделает наш компилятор. Если нажать на кнопку «Настройки», перед вами откроется следующее окно программы (смотрим рисунок ниже).


Как мне кажется, здесь Вам будет не сложно разобраться. Просто вводите путь к исходному коду вашего сервера Lineage 2 и нажимаете сохранить. Хочу заметить, что кнопка «Сохранить» не сквозная, а относится к той вкладке, на которой Вы в данный момент находитесь. Собственно это и не понравилось _NEO_PK, но я не думаю, что многие компилируют все сборки серверов, как максимум две, а кто больше, то Ваши проблемы. :rolleyes: В окне «Настройки программы» обратите внимание на вкладки, каждая вкладка относится к определенной сборке java сервера, а две крайние относятся исключительно к программе. На рисунке ниже Вы видите вкладку «Компилятор».


Опять же все просто как дважды два, здесь указываете путь к Maven и Ant и жмете «Сохранить». Почему только к ним, ведь в окне есть еще одно поле Svn? А потому как эта функция находится в бета тестировании, хотя если вы качали сборку сервера с помощью Svn Slik, то можете указывать путь к нему и обновляйте, сколько влезет, я просто не смог подобрать нужную версию и из-за этого компилятор отказывался компилировать исходный код. Ну, вот собственно и все, теперь перейдем к подготовке к компиляции сервера Lineage 2.

Для компиляции сервера Вам понадобится Java JDK, Maven, Ant, .NET Framework 3.5, Slik SVN и исходный код любой доступной сборки. Java JDK качаем здесь, Maven можно сказать с официального сайта этого продукта, Ant Вы найдете так же на официальном сайте. После того как скачаете, установите Java JDK, .NET Framework 3.5, Slik SVN и распакуйте архивы с Maven’ом и Ant’ом на диск «C» или куда Вам удобней.

Теперь перейдите в каталог с распакованным Maven’ом и найдите там файл mvn.bat, откройте его любым текстовым редактором и найдите следующую строчку:
Код:

%MAVEN_JAVA_EXE% %MAVEN,_OPTS%
Теперь аккуратно меняем на следующую строчку:
Код:

%MAVEN_JAVA_EXE% -Xms512m -Xmx1024m %MAVEN_OPTS%
Все, теперь можете настраивать компилятор и компилировать свои сборки серверов. Если остались вопросы, пожелания по данной программе, то пишите в этой теме. Если у вас возникла проблема при компиляции, то посмотрите тему «Ошибки при работе с ZG-Compiller» возможно Ваша проблема уже давно решена.

Так же, если при компиляции индикатор прогресса быстро останавливается, то нажмите на кнопку «Лог» и посмотрите что за ошибка.

Скачать программу: http://zone-game.info/643-kompiljato...lineage-2.html

drakola 02.03.2009 13:06

Ответ: Компилятор java серверов Lineage 2
 
http://img.zone-game.info/thumb-30D7_49ABB7D3.jpg
я запускаю прогу и мне пишит вот такую ошибку

~BAS~ 02.03.2009 17:28

Ответ: Компилятор java серверов Lineage 2
 
А обязательно пользоваться Мавеном или можно использовать Эклипс или что нить в этом духе?

Aquanox 02.03.2009 17:54

Ответ: Компилятор java серверов Lineage 2
 
Странный файлообменник - никак не могу скачать - пишет "max sessions reached" и всячески брыкается.

feature: держать список строк (имена кнопок и всего подобного) в файловом ресурсе. (мне к примеру не очень нравится русский текст в технических приложениях: GameServer, DataPack кажутся более "красивыми", а длинное слово "Компиляция" на простенькое Build.

feature: использовать OpenFileDialogдля выбора пути к исходникам. (очень лень лезть и выбирать путь). Пусть в конце строки будет маленький квадратный кнопка который это делает. Либо как в FF: при нажатии на TextArea если текст пуст то открывает окно.

feature: загружать список (тот который в TabbedPane), репозиториев и остального из well-formed xml. Аналогично и для списка компонентов сделать List с указанием компонент
Код:

<prolects>
  <project name="L2JFree">
    <component type="JavaModule" name="Login Server">
        <repository anonymous="true"> <!-- if true : login/pws not needed  -->
            <url>svn:// ....</url>
            <login>aq</login>
            <password>aqpswrd</password>
        </repository>
        <build>
            <tool>maven</tool>
            <tool-args>
                  <arg name="build.file" value="%REPO_DIR%/pom.xml" />
            </tool-args>
        </build>
    </component>
        .....
  </project>
</projects>


PROGRAMMATOR 02.03.2009 18:21

Ответ: Компилятор java серверов Lineage 2
 
Вложений: 1
Прикрепил файл, качаем.

~BAS~, если вы пользуетесь эклипсом для компиляции сборок, то у вас есть все нужные компоненты.

Aquanox, насчет:

1. Ненужен никакой внешний файл, я все реализовал сразу. Просто в настройках выберите Английский язык. Как раз может ошибки найдете в переводе, что бы я исправил.

2. Да-да, есть такое дело, сделаю в следующей ревизии.

3. Честно, плохо понял задание :) Распишите подробнее. Точнее напишите чем такой способ будет лучше того что сделан с помощью class IniFile, сложных многострочных параметров здесь нет и не будет.

ps: Прийду позже, а то трафика сейчас нет, а за 1 у.е\ мб сидеть не охото.

Hunk 02.03.2009 20:03

Ответ: Компилятор java серверов Lineage 2
 
датапак и геосервер скомпилились нормально, а вот геймсеврер и логин выдают одинаковую ошибку:

Код:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.codehaus.mojo -DartifactId=maven-buildnumber-plugin -Dversion=0.9.5 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=org.codehaus.mojo -DartifactId=maven-buildnumber-plugin -Dversion=0.9.5 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


  org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


PROGRAMMATOR 02.03.2009 21:11

Ответ: Компилятор java серверов Lineage 2
 
Вложений: 1
drakola, наверно уже пора обновить .NET Framework
Hunk, Ну написано же нет плагина. Качаете в прикрепленных файлах, после распаковываете по назначению "org\codehaus\mojo\".

lold 02.03.2009 22:18

Ответ: Компилятор java серверов Lineage 2
 
Можно залить к примеру на дамп компилятор? У меня просто один ип на всю сеть - и постоянно "С вашего адреса уже идет скачивание"

PROGRAMMATOR 02.03.2009 23:06

Ответ: Компилятор java серверов Lineage 2
 
lold, внимательно посмотрите в текст сообщения #5, а именно в аттач

Добавлено через 1 час 40 минут
Обновил список необходимых программ, читаем первое сообщение.

Hunk 03.03.2009 13:15

Ответ: Компилятор java серверов Lineage 2
 
Цитата:

Сообщение от PROGRAMMATOR (Сообщение 28884)
Hunk, Ну написано же нет плагина. Качаете в прикрепленных файлах, после распаковываете по назначению "org\codehaus\mojo\".

Спасибо, открыли глаза :)

FosFer 04.03.2009 20:35

Ответ: Компилятор java серверов Lineage 2
 
При компиляции любой части сервера в логах выдает:
Код:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: Не удается найти указанный файл
  at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  at System.Diagnostics.Process.Start()
  at Compiler.L2Emu.CompileEmuGame.runCompiles(MainForm form)
  at Compiler.MainForm.btnEmuCompileGame_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Compiler
    Assembly Version: 1.0.2.0
    Win32 Version: 1.0.2.0
    CodeBase: file:///D:/Compiler2/Compiler/Compiler.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


SpeedFaer 04.03.2009 23:07

Ответ: Компилятор java серверов Lineage 2
 
FosFer, дело в том, что нужно указывать ссылки в бин директории...

Вот пример как выглядит конфиг:
Цитата:

[compiler]
Language = Ru

[setting]
Mvn Bin = C:\Compiler\maven\bin
Ant Bin = C:\Compiler\ant\bin
Svn Bin = C:\Program Files\SlikSvn\bin

[l2jserver]
Game Server = C:\Compiler\L2jServer\L2_GameServer
Data Pack = C:\Compiler\L2jServer\datapack_development

PROGRAMMATOR 05.03.2009 05:04

Ответ: Компилятор java серверов Lineage 2
 
Да-да, мой косяк :) исправил, думаю к выходным выложу уже стабильную.

FosFer 06.03.2009 01:43

Ответ: Компилятор java серверов Lineage 2
 
Так, с первым пунктом спасибо, а теперь скажите куда кидать плагин для мавена???

Вот пример моих файлов:
D:\Compiler2\Compiler\maven\bin

в какую папку имено кидать напишите согласно даному примеру пожалуто

PROGRAMMATOR 06.03.2009 03:52

Ответ: Компилятор java серверов Lineage 2
 
Где-то там:
Цитата:

c:\Documents and Settings\administrator\m2

Ohlamono 06.03.2009 21:46

Ответ: Компилятор java серверов Lineage 2
 
У меня все скомпилилось кроме gameservera вот, что пишет:
Цитата:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Mar 06 21:44:25 MSK 2009
[INFO] Final Memory: 8M/508M
[INFO] ------------------------------------------------------------------------

FosFer 06.03.2009 21:51

Ответ: Компилятор java серверов Lineage 2
 
Програматор спасибо, но возникла опять проблема.
Она связана с L2JFree

при компелирование геоервера выдает в логах:
Код:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory C:\l2jfree\l2jfree-geoserver\target
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1251 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) l2jfree:l2j-commons:jar:1.1.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) l2jfree:l2jfree-geoserver:jar:1.2.0
          2) l2jfree:l2j-commons:jar:1.1.9

----------
1 required artifact is missing.

for artifact:
  l2jfree:l2jfree-geoserver:jar:1.2.0

from the specified remote repositories:
  old l2jfree (http://www.l2jfree.com/maven/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  mevenide repo (http://mevenide.codehaus.org/repository),
  l2jfree.internal (http://www.l2jfree.com:8080/archiva/repository/internal/),
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  ibiblio maven2 (http://www.ibiblio.org/maven2/),
  central (http://repo1.maven.org/maven2),
  maven 2 (default) (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 4 seconds
[INFO] Finished at: Fri Mar 06 19:47:03 EET 2009
[INFO] Final Memory: 11M/508M
[INFO] ------------------------------------------------------------------------

И при компилирование в гейм сервере:
Код:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 17 seconds
[INFO] Finished at: Fri Mar 06 19:43:17 EET 2009
[INFO] Final Memory: 8M/508M
[INFO] ------------------------------------------------------------------------

Возможно причина вот в этом: http://www.l2jfree.com/index.php/topic,2.0.html

Ohlamono 06.03.2009 22:09

Ответ: Компилятор java серверов Lineage 2
 
У меня аналогичная проблема с геосервером и гейм сервером. Пишет один в один.

PROGRAMMATOR 06.03.2009 22:09

Ответ: Компилятор java серверов Lineage 2
 
Первая проблема не относится к программе, плагины качает Maven, почему у вас он не качает - понятия не имею.
Вторая тоже не не к программе, а скорее всего к вашей внимательности, перечитываем первый пост и пытаемся понять, что же требуется установить для корректной работы программы.

Ohlamono 07.03.2009 00:22

Ответ: Компилятор java серверов Lineage 2
 
Цитата:

Сообщение от PROGRAMMATOR (Сообщение 29048)
Первая проблема не относится к программе, плагины качает Maven, почему у вас он не качает - понятия не имею.

Может из-за того, что у меня не отрывается данная ссылка:

http://maven.apache.org :cool:

Может, у них сервер в дауне поэтому, он плагины не качает.

Я так всё стоит. NET Framework 3.5 тоже стоит.

PROGRAMMATOR 07.03.2009 00:33

Ответ: Компилятор java серверов Lineage 2
 
Сервер у них работает, только что проверил. Кроме NET Framework'а должен быть установлен Slik Svn и т.д.

FosFer 07.03.2009 00:56

Ответ: Компилятор java серверов Lineage 2
 
После скачки Slik Svn, гейм сервер скомпилился, а вот гео выдает в логах вт такое:

Код:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory C:\l2jfree\l2jfree-geoserver\target
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1251 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) l2jfree:l2j-commons:jar:1.1.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) l2jfree:l2jfree-geoserver:jar:1.2.0
          2) l2jfree:l2j-commons:jar:1.1.9

----------
1 required artifact is missing.

for artifact:
  l2jfree:l2jfree-geoserver:jar:1.2.0

from the specified remote repositories:
  old l2jfree (http://www.l2jfree.com/maven/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  mevenide repo (http://mevenide.codehaus.org/repository),
  l2jfree.internal (http://www.l2jfree.com:8080/archiva/repository/internal/),
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  ibiblio maven2 (http://www.ibiblio.org/maven2/),
  central (http://repo1.maven.org/maven2),
  maven 2 (default) (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 seconds
[INFO] Finished at: Sat Mar 07 00:18:09 EET 2009
[INFO] Final Memory: 11M/508M
[INFO] ------------------------------------------------------------------------


PROGRAMMATOR 07.03.2009 02:08

Ответ: Компилятор java серверов Lineage 2
 
Вложений: 2
Хоть я уже выкладывал эти плагины, но еще раз выложу. Смотрите в прикрепленных файлах. После загрузки разархивируйте в (путь у вас может быть другим ясное дело):
Цитата:

c:\maven\repo\l2jfree\l2j-commons\

Ohlamono 07.03.2009 09:41

Ответ: Компилятор java серверов Lineage 2
 
Помогло, ещё не качало из-за того что неверные ссылки в xmlьках. Подправил на верные откомпилось все кроме гейм сервера:

Код:

[INFO] Scanning for projects...

[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]
[INFO] Id: l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]
[INFO] Id: l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------

[ERROR]
Failed to construct build plan for: Unnamed - l2jfree:l2jfree-core:jar:1.2.11
Id: l2jfree:l2jfree-core:jar:1.2.11
task-segment: [assembly:assembly] (aggregator-style). Reason: Failed to resolve plugin for mojo binding: org/codehaus/mojo:buildnumber-maven-plugin:1.0-beta-2:create

While building project with id: l2jfree:l2jfree-core:jar:1.2.11
Project File: E:\Nl2jfree\l2jree-core\pom.xml


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Sat Mar 07 09:29:48 MSK 2009
[INFO] Final Memory: 4M/9M
[INFO] ------------------------------------------------------------------------

Что ему сделать чтобы скомпилил ? Кто решал эту проблему ?

Leap 08.03.2009 13:47

Ответ: Компилятор java серверов Lineage 2
 
не хочет L2jArchid гейм сервер компилировать :(
http://img.zone-game.info/thumb-0C3F_49B3A6C8.jpg
в build гейм сервера появляются 8 папок и 1 файл
:confused:

PROGRAMMATOR 08.03.2009 14:07

Ответ: Компилятор java серверов Lineage 2
 
И каким образом вы пытаетесь скомпилировать используя JRE? В первом же сообщении сказано о JDK. Так же картинки заливаем на наш хостинг картинок!
Код:

Buildfile: build.xml

clean:
  [delete] Deleting directory C:\l2j\L2jArchid\L2Archid_GameServer_It\build

clean:

init:
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\classes
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\lib
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\lib

version:

compile:
    [javac] Compiling 1275 source files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\classes
    [javac] Note: C:\l2j\L2jArchid\L2Archid_GameServer_It\java\com\l2jarchid\gameserver\GeoEngine.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

jar:
      [jar] Building jar: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\l2archid-core-1.0.0.jar
    [copy] Copying 1 file to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\lib
    [copy] Copying 1 file to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\lib

dist:
    [copy] Copying 3 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login
    [copy] Copying 2 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game
    [copy] Copying 4 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\lib
    [copy] Copying 8 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\lib
    [copy] Copying 2 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist
    [copy] Copying 6 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist
    [copy] Copying 9 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login
    [copy] Copying 5 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\log
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\log
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\hibernate-mapping
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\config
    [copy] Copying 18 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\config
    [copy] Copying 2 files to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\config
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data
    [copy] Copying 1 file to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data\geodata
    [copy] Copying 1 file to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data\geodata
    [mkdir] Created dir: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data\pathnode
    [copy] Copying 1 file to C:\l2j\L2jArchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\data\pathnode
      [zip] Building zip: C:\l2j\L2jArchid\L2Archid_GameServer_It\build\L2JArchid_GameServer.zip

BUILD SUCCESSFUL
Total time: 41 seconds

Все отлично компилит...

Evil-Soft 09.03.2009 16:52

Ответ: Компилятор java серверов Lineage 2
 
Код:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building L2Emu-Loginserver
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building L2Emu-Loginserver
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building L2Emu-Loginserver
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
svn: This client is too old to work with working copy 'C:\L2Emu'; please get a newer Subversion client

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Tue Mar 10 04:45:35 YEKT 2009
[INFO] Final Memory: 8M/508M
[INFO] ------------------------------------------------------------------------

Вот вылазит ошибочка, при компиляции всего гейм,дата,логин сервера!(

singer 10.03.2009 00:43

Ответ: Компилятор java серверов Lineage 2
 
Код:

Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar
Buildfile: build.xml

clean:

init:
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\L2JArchid-Game
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\doc
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\L2JArchid-Login

version:

export:
    [sync] Copying 2 files to C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\doc
    [sync] Copying 12197 files to C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\L2JArchid-Game\data
    [sync] Copying 119 files to C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\sql
    [sync] Copying 4 files to C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\tools
    [sync] Copying 1 file to C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\dist\L2JArchid-Login

dist:
      [zip] Building zip: C:\l2jarchid\l2jarchid\L2Archid_DataPack\build\L2JArchid_DataPack.zip

BUILD SUCCESSFUL
Total time: 1 minute 34 seconds

Датапак скомпилился, а гейм сервер нажимаю компилить в логе пишет
Код:

Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar
Buildfile: build.xml

clean:
  [delete] Deleting directory C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build

clean:

init:
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\classes
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\dist
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\dist\L2JArchid-Login\lib
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game
    [mkdir] Created dir: C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\dist\L2JArchid-Game\lib

version:

compile:
    [javac] Compiling 1278 source files to C:\l2jarchid\l2jarchid\L2Archid_GameServer_It\build\classes

И минут так 10-15 не сдвигается с места. Что делать? Кароч на скрине просто не разобрал там выше.

Добавлено через 6 минут
Как поставить, чтоб компилило через JDK? :(

PROGRAMMATOR 10.03.2009 02:43

Ответ: Компилятор java серверов Lineage 2
 
Цитата:

Сообщение от singer (Сообщение 29207)
Как поставить, чтоб компилило через JDK?

Свойства моего компьютера - Вкладка дополнительно - Переменные среды - Системные переменные - Создать:

Имя переменной: JAVA_HOME
Значение переменной: C:\Program Files\Java\jdk1.6.0_05 (версия у вас может быть другой, а значит и путь другой)

Далее идет Windows'кий каст: Ок - Ок - Ок и если не захотело, то перезагружаем компьютер и компилим.

Evil-Soft 10.03.2009 03:55

Ответ: Компилятор java серверов Lineage 2
 
Программатор а мне то подскажите плиз ваша ведь программа ))

PROGRAMMATOR 10.03.2009 04:26

Ответ: Компилятор java серверов Lineage 2
 
Перед тем как написать, прочитайте первое сообщение, я в нем приводил ссылку http://forum.zone-game.info/showthread.php?t=2146 изучайте.

Evil-Soft 10.03.2009 06:12

Ответ: Компилятор java серверов Lineage 2
 
Цитата:

Повторю 1000-й раз, скачивать исходники нужно Turtoise SVN версии 1.4.8.
Скачал исходники этой версией Turtoise SVN 1.4.8. и всеравно эта ошибка
Код:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
svn: This client is too old to work with working copy 'C:\L2Emu'; please get a newer Subversion client

Код:

<exec dir="." executable="svnversion" outputproperty="L2Emu.revision"
        failifexecutionfails="false">
        <arg line="-n ."/>
      </exec>

И это тоже сделал нехочет всеравно =(
гейм и логин сервера нехотят комплиироватся а гео и датапак скомпилировались что делать ?

PROGRAMMATOR 10.03.2009 07:13

Ответ: Компилятор java серверов Lineage 2
 
Понятия не имею, бросьте это дело и используйте готовые сборки.

Evil-Soft 10.03.2009 07:14

Ответ: Компилятор java серверов Lineage 2
 
Оригинальный совет )

PROGRAMMATOR 10.03.2009 07:24

Ответ: Компилятор java серверов Lineage 2
 
Ну а что я могу посоветовать, у меня вот только что проверил:
Цитата:

[INFO] [jar:jar]
[INFO] Building jar: C:\l2j\L2Emu\L2EmuProject-Game\target\l2emuproject-game.jar
[INFO] [assembly:assembly]
[INFO] Copying 105 files to C:\l2j\L2Emu\L2EmuProject-Game\target\l2emuproject-game-dist.dir
[INFO] Building zip: C:\l2j\L2Emu\L2EmuProject-Game\target\l2emuproject-game-dist.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 seconds
[INFO] Finished at: Tue Mar 10 06:22:20 EET 2009
[INFO] Final Memory: 28M/1016M
[INFO] ------------------------------------------------------------------------
Значит не установили Slik SVN или не указан в нему путь в Переменных средах (path).

Evil-Soft 10.03.2009 07:27

Ответ: Компилятор java серверов Lineage 2
 
Спасибо все работает проблема была в том что я установил SVN новой версии скачал исходники и после установки старой версии SVN не полностью удалил папку C:/L2Emu удалил лиш только содержимое и это была моя ошибка )

singer 10.03.2009 14:07

Ответ: Компилятор java серверов Lineage 2
 
Цитата:

Сообщение от PROGRAMMATOR (Сообщение 29210)
Свойства моего компьютера - Вкладка дополнительно - Переменные среды - Системные переменные - Создать:

Имя переменной: JAVA_HOME
Значение переменной: C:\Program Files\Java\jdk1.6.0_05 (версия у вас может быть другой, а значит и путь другой)

Далее идет Windows'кий каст: Ок - Ок - Ок и если не захотело, то перезагружаем компьютер и компилим.

Вот спасибо, теперь помогло.

drakola 10.03.2009 16:10

Ответ: Компилятор java серверов Lineage 2
 
у меня всё компилица но вот геосервер не как не хочит :o
вот что пишит
Код:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://www.l2jfree.com:8080/archiva/...mons-1.1.9.pom
Downloading: http://www.l2jfree.com/maven//l2jfre...mons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfre...mons-1.1.9.pom
Downloading: http://snapshots.maven.codehaus.org/...mons-1.1.9.pom
Downloading: http://people.apache.org/repo/m2-sna...mons-1.1.9.pom
Downloading: http://mevenide.codehaus.org/reposit...mons-1.1.9.pom
Downloading: http://www.ibiblio.org/maven2//l2jfr...mons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfre...mons-1.1.9.pom
Downloading: http://www.l2jfree.com:8080/archiva/...mons-1.1.9.jar
Downloading: http://www.l2jfree.com/maven//l2jfre...mons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfre...mons-1.1.9.jar
Downloading: http://snapshots.maven.codehaus.org/...mons-1.1.9.jar
Downloading: http://people.apache.org/repo/m2-sna...mons-1.1.9.jar
Downloading: http://mevenide.codehaus.org/reposit...mons-1.1.9.jar
Downloading: http://www.ibiblio.org/maven2//l2jfr...mons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfre...mons-1.1.9.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) l2jfree:l2j-commons:jar:1.1.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) l2jfree:l2jfree-geoserver:jar:1.2.0
          2) l2jfree:l2j-commons:jar:1.1.9

----------
1 required artifact is missing.

for artifact:
  l2jfree:l2jfree-geoserver:jar:1.2.0

from the specified remote repositories:
  old l2jfree (http://www.l2jfree.com/maven/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  mevenide repo (http://mevenide.codehaus.org/repository),
  l2jfree.internal (http://www.l2jfree.com:8080/archiva/repository/internal/),
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  ibiblio maven2 (http://www.ibiblio.org/maven2/),
  central (http://repo1.maven.org/maven2),
  maven 2 (default) (http://repo1.maven.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 17 seconds
[INFO] Finished at: Tue Mar 10 16:08:38 MSK 2009
[INFO] Final Memory: 7M/508M
[INFO] ------------------------------------------------------------------------


PROGRAMMATOR 10.03.2009 16:56

Ответ: Компилятор java серверов Lineage 2
 
drakola, читаем мои прошлые сообщения, уже давным давно выложил тот плагин...

Ohlamono 11.03.2009 15:06

Ответ: Компилятор java серверов Lineage 2
 
Как вот с эти бороться при компиляции гейм сервера ?
Цитата:

[ERROR]
Failed to construct build plan for: Unnamed - l2jfree:l2jfree-core:jar:1.2.11
Id: l2jfree:l2jfree-core:jar:1.2.11
task-segment: [assembly:assembly] (aggregator-style). Reason: Failed to resolve plugin for mojo binding: org/codehaus/mojo:buildnumber-maven-plugin:1.0-beta-2:create

While building project with id: l2jfree:l2jfree-core:jar:1.2.11
Project File: E:\Nl2jfree\l2jree-core\pom.xml


Текущее время: 17:30. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot