• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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.