Re: [Tutorial]How to get the Aion Emu
Quote:
Originally Posted by
goshujinsama
well im a noob, but for all people who do not know how to compile this is what I did:
first download the "ant" file
madiafire
now the batch file
mediafire
now you need to create a new folder example in the desktop now into that folder create a new folder whit the name: aion-emu
put in the trunk folder of the game file server
change the name of AE-go_GameServer to AE_GameServer and AE-go_LoginServer to AE_LoginServer
now put the two batch file in the create folder
and put the ant folder in the same
must be...
new folder
....ant
....aion-emu
.........trunk
.............AE_LoginServer
.............AE_GameServer
....Compile GS
....Compile LS
right-clik in Compile GS and edit need to change this line
Code:
cd aion-emu\sandbox\AE_GameServer
to
cd aion-emu\trunk\AE_GameServer
save and
now click in the two compile file for compile :laugh:
and all done
remember you need java
download
if you have this problem when you compile
Code:
Unable to find a javac compiler; com.sun.tools.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK It is currently set to "C:\Program Files\Java\jre6"
go to C:\Program Files\Java\jdk1.6.0_20\lib
copy the file tools.jar
and paste in
C:\Program Files\Java\jre6\lib\ext
and compile :laugh:
the files compiled are in AE_GameServer/build/dist/ and AE_LoginServer /build/dist/
that all i hope they help
sorry for my bad english :ott1: i only want share something :tongue:
[quote] Originally Posted by goshujinsama View Post
When i start the CompileGS.bat i got this.. (the LS workd great=P)
Quote:
Buildfile: build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\diego\Escritorio\server
\aion-emu\trunk\AE_GameServer\build
clean:
init:
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build\classes
compile:
[javac] Compiling 1057 source files to C:\Documents and Settings\diego\Escri
torio\server\aion-emu\trunk\AE_GameServer\build\classes
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1348: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390270, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1354: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390271, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1360: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390272, true);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
BUILD FAILED
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer\b
uild.xml:64: Compile failed; see the compiler error output for details.
Total time: 5 seconds
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer>
do you see anything ?
ty for the noob guide btw :)