Page 1 of 1

Question about updating the server trough eclipse.

Posted: Tue Apr 19, 2011 9:13 pm
by dasoldier
Hey guys,

Here i have a question about updating some files to the last rev in eclipse.

I have downloaded these updates some minutes ago.
This are the files i have updated and builded with eclipse.

Code: Select all

update C:/l2j server/workspace eclipse/L2J_Server_BETA -r HEAD --force    U   C:/l2j server/workspace eclipse/L2J_Server_BETA/java/config/Character.properties    U   C:/l2j server/workspace eclipse/L2J_Server_BETA/java/com/l2jserver/Config.java    Updated to revision 4578.    ===== File Statistics: =====    Updated: 2  update C:/l2j server/workspace eclipse/L2J_DataPack_BETA -r HEAD --force    A   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/sql/server/updates/20110419update.sql    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/scripts/ai/individual/Frintezza.java    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/html/default/32325.htm    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/html/default/32326.htm    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/multisell/32326002.xml    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/stats/skills/00900-00999.xml    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/stats/skills/00400-00499.xml    Updated to revision 7912.    ===== File Statistics: =====    Added: 1    Updated: 6
I'm running the unstable branch (H5).
Now i want to add these files from the build that i have created with eclipse to my server.
my server is running on a other location than the workspace from eclipse. (c:/Myservername/l2jserver)
I almost can place all the files, but i cannot find where to put the Config.java.
Or do i need to replace the l2jlogin.jar, l2jserver.jar for that to get it updated with the new config.java ?

Greetings,
Dasoldier

Re: Question about updating the server trough eclipse.

Posted: Tue Apr 19, 2011 9:23 pm
by jurchiks
DON'T use BETA branch if you don't have any serious experience in programming and/or testing.

Re: Question about updating the server trough eclipse.

Posted: Tue Apr 19, 2011 9:31 pm
by dasoldier
i'm not asking that jurchiks.
And I'm not running this server for the public, i just wanted to see how some custom mods that i use for the server would work out on this unstable branch (h5).
And yes i'm aware that i can get errors with this unstable branch.

Re: Question about updating the server trough eclipse.

Posted: Sat Apr 23, 2011 8:55 pm
by dasoldier
Oke guys,

I think ive found the config.java in l2jserver-src.jar.
I've replaced the file inside and it is still looking oke.
Thnx for ur help.....

Re: Question about updating the server trough eclipse.

Posted: Sun Apr 24, 2011 2:01 pm
by jurchiks
you don't even use the source code yet you try to apply a core patch...