Jump to content
  • 0

[Help] Eclipse compiling


Question

Posted

Dear good people of this forum,

I have helped to create servers for few people in the past and now want to do so myself, starting with compiling. but right at the start i have run into one problem...not good...hmm?

So when i add the pack to SVN Repositories everything works ok. Then i try to checkout the files, everything add to package explorer, looks fine and no errors occur until i right click on 'build.xml' then click 'run as' and click on '1 ant build' where i receive a message as following:

 

 

Buildfile: C:\workspace\L2JFree_DataPack_IL\build.xml
clean:
init:
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist\gameserver
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist\login
version:
     [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified
dist:
     [copy] Copying 12845 files to C:\workspace\L2JFree_DataPack_IL\build\dist\gameserver
     [copy] Copying 154 files to C:\workspace\L2JFree_DataPack_IL\build\dist
      [zip] Building zip: C:\workspace\L2JFree_DataPack_IL\build\l2jfree_datapack_il.zip
BUILD SUCCESSFUL
Total time: 1 minute

 

although it says 'BUILD SUCCESSFUL' i am not srue what the execute failed error means, can anyone explain it to me please and is there anything to worry about? thanks in advange

2 answers to this question

Recommended Posts

  • 0
Posted

Dear good people of this forum,

I have helped to create servers for few people in the past and now want to do so myself, starting with compiling. but right at the start i have run into one problem...not good...hmm?

So when i add the pack to SVN Repositories everything works ok. Then i try to checkout the files, everything add to package explorer, looks fine and no errors occur until i right click on 'build.xml' then click 'run as' and click on '1 ant build' where i receive a message as following:

 

 

Buildfile: C:\workspace\L2JFree_DataPack_IL\build.xml
clean:
init:
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist\gameserver
    [mkdir] Created dir: C:\workspace\L2JFree_DataPack_IL\build\dist\login
version:
     [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified
dist:
     [copy] Copying 12845 files to C:\workspace\L2JFree_DataPack_IL\build\dist\gameserver
     [copy] Copying 154 files to C:\workspace\L2JFree_DataPack_IL\build\dist
      [zip] Building zip: C:\workspace\L2JFree_DataPack_IL\build\l2jfree_datapack_il.zip
BUILD SUCCESSFUL
Total time: 1 minute

 

although it says 'BUILD SUCCESSFUL' i am not srue what the execute failed error means, can anyone explain it to me please and is there anything to worry about? thanks in advange

 

Its because you don't have "Subversion Client" installed.

Guest
This topic is now closed to further replies.


×
×
  • Create New...