Показать сообщение отдельно
Непрочитано 25.10.2010, 15:17   #3
Аватар для KOMPoT
Пользователь

Автор темы (Топик Стартер) Re: Помогите пожалуйста не могу понять что скачал)

Может ктонибудь подскажет как скопилировать данный сервер ?!)

Добавлено через 35 минут
Build and installation

Project tera-api uses Maven for modules build, running tests and aggregation of the final distribution. Main pom.xml that is used for building is located inside com.tera folder:

<modelVersion>4.0.0</modelVersion>
<groupId>com.tera</groupId>
<artifactId>com.tera</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>tera-api Build project</name>

In order to build project the following command should be executed:

mvn clean install <skip-tests> <selected-profiles> <additional-arguments>

where:

* <skip-tests> is -DskipTests=true in order to skip running tetst (optional)
* <selected-profiles> all profiles for building. Example: -P common,gapi,gsaion,lapi,lsaion
* <additional-arguments> for distribution of specific project need to pass additional argument about distribution type. Example -Dpack=login

Common usage:

* to build all modules without tests: mvn clean install -DskipTests=true -P common,gapi,gsaion,lapi,lsaion
* to distribute game server of paion project: mvn clean install -P paion -Dpack=game
* to distribute login server of paion project: mvn clean install -P paion -Dpack=login

Note that final distribution will appear inside com.tera.pack.paion\distribution folder



Вот нашол но к сожелению на Английском...Может кто - нибудь переведет?)

Последний раз редактировалось KOMPoT; 25.10.2010 в 15:53. Причина: Добавлено сообщение
KOMPoT вне форума Ответить с цитированием