Jump to content
  • 0

[Help]Compiling Error


Question

Posted

Hello guys,

 

I am getting this error while i try to compile Hi5 l2jserver pack.  :LOL:

 

Buildfile: C:\Documents and Settings\Administrator\workspace\****_GameServer\build.xml
checkRequirements:
getChangelogDateVersion:

BUILD FAILED
C:\Documents and Settings\Administrator\workspace\****_GameServer\build.xml:221: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

Total time: 766 milliseconds

 

Build.xml line:

 

<exec dir="${basedir}" executable="svn" outputproperty="l2j.changelog">

 

 

Any help?  :poker face:

2 answers to this question

Recommended Posts

  • 0
Posted

Hello guys,

 

I am getting this error while i try to compile Hi5 l2jserver pack.  :LOL:

 

Buildfile: C:\Documents and Settings\Administrator\workspace\****_GameServer\build.xml
checkRequirements:
getChangelogDateVersion:

BUILD FAILED
C:\Documents and Settings\Administrator\workspace\****_GameServer\build.xml:221: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

Total time: 766 milliseconds

 

Build.xml line:

 

<exec dir="${basedir}" executable="svn" outputproperty="l2j.changelog">

 

 

Any help?  :poker face:

 

Install www.sliksvn.com/en/download

  • 0
Posted

Or simply, set at that line build.xml:221

<exec dir="${basedir}" executable="svn" outputproperty="l2j.changelog" failifexecutionfails="false">

Solved & Locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...