Page 1 of 1

Compile Failure

Posted: Wed Sep 28, 2011 12:14 am
by invgmr
Hello. First of all I would like to mention that I am new in that area, so I would like to apologize whether my post is in wrong place or that kind of post has been already answered.
I tried to compile the file build.xml under the folders L2j_Datapack and L2j_Server but i got that message in both situtations:
@L2j_Datapack

Code: Select all

Buildfile: C:\Users\admin\workspace\L2J_DataPack\build.xmlclean:getChangelogDateVersion: BUILD FAILEDC:\Users\admin\workspace\L2J_DataPack\build.xml:54: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified Total time: 465 milliseconds 
@L2j_Server

Code: Select all

Buildfile: C:\Users\admin\workspace\L2J_Server\build.xmlclean:checkRequirements:getChangelogDateVersion: BUILD FAILEDC:\Users\admin\workspace\L2J_Server\build.xml:132: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified Total time: 448 milliseconds
I 've done already all the previous steps as I saw at the wiki's post (Setup Eclipse and SVN). So whats the exact problem and what I have to do in order to fix it?

Thank you in advance for your answer.

Re: Compile Failure

Posted: Wed Sep 28, 2011 12:25 am
by MELERIX
you forgot to install subversion.

Re: Compile Failure

Posted: Wed Sep 28, 2011 12:27 am
by asumos
i had the same issues when using eclipse 4.x

i am using 3.7.1 with no issues, as found in this guide here or you can download it here

Re: Compile Failure

Posted: Wed Sep 28, 2011 1:06 am
by invgmr
MELERIX wrote:you forgot to install subversion.
Can you suggest me a way to do that?
asumos wrote:i had the same issues when using eclipse 4.x

i am using 3.7.1 with no issues, as found in this guide here or you can download it here
I am also using eclipse 3.7.1

Re: Compile Failure

Posted: Wed Sep 28, 2011 1:08 am
by asumos
install SilkSvn

Re: Compile Failure

Posted: Wed Sep 28, 2011 1:22 am
by invgmr
I don't think that this is the real problem because as I mentioned in my first post, I 've done all the required steps, including the installation of Subclipse Repository.
So I can't understand what is the real problem. :S

Re: Compile Failure

Posted: Wed Sep 28, 2011 1:37 am
by MELERIX
I told you above, you forgot to install Subversion

check the guides: viewtopic.php?f=2&t=10719