Page 1 of 1

Java files in nightly build, Switch to SVN maybe?

Posted: Tue Jun 04, 2013 8:40 am
by blackdragonbe
L2J Revision 5937
L2JDP Revision 9641

Ok, so i started out hosting a local server with the latest nightly build available.

However i noticed that i cannot implent any .java files?
If it is possible, could you tell me how?


Aswell, should i consider taking the SVN build? Whats the difference? Easier? Harder?

Re: Java files in nightly build, Switch to SVN maybe?

Posted: Tue Jun 04, 2013 8:43 am
by jurchiks
If you want to modify the core, use the source code from the SVN. Nightly builds are already compiled and are not meant for serious development, just for trying it out.

Re: Java files in nightly build, Switch to SVN maybe?

Posted: Tue Jun 04, 2013 9:20 am
by blackdragonbe
So, its recommended to go to SVN?

Will i be able to keep all the changes i have done already to the nightly one? Database edits/custom npc's/.....

Re: Java files in nightly build, Switch to SVN maybe?

Posted: Tue Jun 04, 2013 9:22 am
by xban1x
You should export them to .sql files and add them back in the SVN

Re: Java files in nightly build, Switch to SVN maybe?

Posted: Tue Jun 04, 2013 9:49 am
by jurchiks
http://www.l2jserver.com/wiki/Synchronization
for when you have copied your changes to the SVN project.