[Help] When I compile, I have an error! L2J 

Junior Spellweaver
Joined
Oct 29, 2005
Messages
198
Reaction score
0
Hello guyz, i have compile the latest version of Oneo Developing team, and i have this error:
Buildfile: C:\Documents and Settings\eclipse\Oneo_DataPack\build.xml
clean:
init:
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneo_DataPack\build
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneo_DataPack\build\dist
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneo_DataPack\build\dist\gameserver
version:
[exec] Execute failed: java.io.IOException: CreateProcess: svnversion -n . error=2
dist:
[copy] Copying 10853 files to C:\Documents and Settings\eclipse\Oneo_DataPack\build\dist\gameserver
[copy] Copying 119 files to C:\Documents and Settings\eclipse\Oneo_DataPack\build\dist
[zip] Building zip: C:\Documents and Settings\eclipse\Oneo_DataPack\build\L2J_DataPack.zip
BUILD SUCCESSFUL
Total time: 1 minute 56 seconds
on Datapack Compiling
and:

Buildfile: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build.xml
clean:
init:
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver
compile:
[javac] Compiling 1103 source files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\classes
[javac] Note: * uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[jar] Building jar: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver\l2j-gameserver.jar
dist:
[copy] Copying 1 file to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build
[copy] Copying 9 files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver
[copy] Copying 2 files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver
[copy] Copying 2 files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver
[copy] Copying 5 files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver\log
[mkdir] Created dir: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver\config
[copy] Copying 22 files to C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\dist\gameserver\config
[exec] Execute failed: java.io.IOException: CreateProcess: svnversion -n . error=2 [zip] Building zip: C:\Documents and Settings\eclipse\Oneoteam_GameServer\build\l2j-gameserver.zip
BUILD SUCCESSFUL
Total time: 27 seconds
on Gameserver.

But I setup my server, and start normal... but when i login to my server and check it on serverlist gave me a strange error on the java platform....

poutsa32 - [Help] When I compile, I have an error! - RaGEZONE Forums


Login Server is compiled without any problems.

And i use the latests versions of jre and jdk

Any idea?
 
Last edited:
Re: [Help] When I compile, i have an error!

You have to install some sort of svn client to remove this error ;). But effect of the error is that your file version.properties is filled with garbage edit by hand. Nothing serious. For error after run post it to support team they have tracker
 
Upvote 0
Re: [Help] When I compile, i have an error!

in the svn setup guide it makes you install sub svn if i am not mistaken well do that and it will work
 
Upvote 0
Re: [Help] When I compile, i have an error!

OK, thx but if i do what you say, i will still have the problem on my java platform?? Because this care me..

TriumpH: yes i have install the sub on the svn.
 
Last edited:
Upvote 0
Re: [Help] When I compile, i have an error!

Use compile versions ;) Or read more guides...
I don't compile..at allbut i think i be must to do thaht too =\
 
Upvote 0
Back