Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Request] compile.xml

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 30, 2012
Messages
7
Reaction score
0
Looking for this file. It looks like whole folder is missing... I hoppe someone out there figured out how to compile and build a server with this thingy...

Or perhaps you made your own compilers?

Build.bat
Code:
rd /S /Q "../local_build"
call ../../vendors/defineJavaHome.bat
cd ../../server
call "../vendors/ant/bin/ant.bat" -q -f compile.xml -Djars_dir=jars all.servers.build.and.deploy
As I undestand there should be a folder called server next to server_bin, and it should contain compile.xml and source files.
But why does this script remove local_build folder?
 
Last edited:
Joined
Feb 2, 2011
Messages
437
Reaction score
453
Code:
rd /S /Q "../local_build"
call ../../vendors/defineJavaHome.bat
cd ../../server_bin
call "../vendors/ant/bin/ant.bat" -q -f compile.xml -Djars_dir=jars all.servers.build.and.deploy
 
Status
Not open for further replies.
Back
Top