From:
http://www.server-works.de/modules.php?name=AvantGo&file=print&sid=39
Step 1.
[B]Download:[/B]
[B]Links:[/B]
[url=
http://maven.apache.org/download.html]http://maven.apache.org/
download.html[/url] [B]Maven[/B]
[url=
http://www.oracle.com/technetwork/java/javase/downloads/
index.html]
http://www.oracle.com/technetwork/java/javase/downloads/
index.html[/url] [B]Java JDK [/B]
[url=
http://tortoisesvn.net/downloads]http://tortoisesvn.net/
downloads[/url] [B]Tortoise SVN[/B]
[B]SVN Subversion[/B]
[URL="
http://www.sliksvn.com/pub/Slik-Subversion-1.6.12-
win32.msi"]Slik SVN 1.6.12 - 32 bit Edition[/URL]
[URL="
http://www.sliksvn.com/pub/Slik-Subversion-1.6.12-x64.msi"]Slik
SVN 1.6.12 - x64 bit Edition[/URL]
Step 2.
Install Java, default install directory usualy C:\Program Files\JAVA
\jdkx.x.x_xx
Install SVN subversion to default install location usualy: C:\Program
Files\SlikSvn
Extract maven from the zip folder to C:\ apache-maven-2.2.1 (no issues
when you renamed it, to maven, for Example C:\maven. Important is the
PATH (later)
Step 3.
Click start menu, right click Computer and select properties, click
advanced system settings, click environment variables, system
variables, look for [B]Path[/B], highlight it and click edit, add
these lines on the end if there are some,missing by install:
[CODE]C:\Program Files\TortoiseSVN\bin;C:\Program Files\SlikSvn\bin;C:
\maven\bin[/CODE]
4. Make a new system variables, name "JAVA_HOME" (without semicolon)
[B]JAVA_HOME[/B]
[CODE]C:\Program Files\Java\jdk1.6.0_21[/CODE] (no Backslash, no
"bin")
5. Reboot your Computer.
Ready to take-off ;)
1. Make a directory named it C:\Aionlightning
2. Extract maven from the zip folder to C:\ and rename it simply to
"maven" ( C:\maven )
3. Rightclick the C:\Aionlightning directory and start a SVN Update.
[B]SVN Setting:[/B] [url]
http://aionlightning.googlecode.com/svn/[/
url]
4. Download the Source Code (Update)
5. After the download, go to the "tools" directory, you will find a
batch file, named: "build-all.bat". The "build-all.bat", will compile
for you all the Source Codes what you need. LoginServer, GameServer,
ChatServer and the Commons.
6. After compilations, you will find a new directory, named: "target".
There are your compiled Servers, as zip file.
If you wish to compile only your GameServer, download the attached
batch file, and extract it in the same directory, "tools". He will
compile only the Gameserver.
[B]Note:[/B]
With both batch files, you don't need the clean (delete) the "target"
directory anymore. They will clean that, by the next compilation.
Happy compiling,
Dallas