Jump to content
  • 0

[HELP] Compile


cutitarii

Question

hello... i have a problem in compile server :|

 

 

Buildfile: D:\Server\Backup\workspace\x1\L2J_Server\build.xml

clean:

checkRequirements:

getChangelogDateVersion:

 

BUILD FAILED

D:\Server\Backup\workspace\x1\L2J_Server\build.xml:143: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified

 

Total time: 594 milliseconds

 

 

And in build.xml line 143 is:

<exec dir="." executable="svn" outputproperty="l2j.changelog">

 

who help me pls ;\

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

not working... :| I tried after tutorial and not work... any solution?

 

EDIT:

 


Buildfile: C:\workspace\x1\L2J_Server\build.xml
clean:
checkRequirements:
getChangelogDateVersion:
     [exec] Result: 1
     [exec] Result: 1
init:
    [mkdir] Created dir: C:\workspace\x1\L2J_Server\build
    [mkdir] Created dir: C:\workspace\x1\L2J_Server\build\classes
compile:
    [javac] Compiling 1534 source files to C:\workspace\x1\L2J_Server\build\classes
jar:
      [jar] Building jar: C:\workspace\x1\L2J_Server\build\dist\login\l2jlogin.jar
      [jar] Building jar: C:\workspace\x1\L2J_Server\build\dist\gameserver\l2jserver.jar
dist:
     [copy] Copying 11 files to C:\workspace\x1\L2J_Server\build\dist\doc
     [copy] Copying 30 files to C:\workspace\x1\L2J_Server\build\dist\gameserver
     [copy] Copying 7 files to C:\workspace\x1\L2J_Server\build\dist\images
     [copy] Copying 2 files to C:\workspace\x1\L2J_Server\build\dist\languages
     [copy] Copying 13 files to C:\workspace\x1\L2J_Server\build\dist\libs
     [copy] Copying 16 files to C:\workspace\x1\L2J_Server\build\dist\login
      [zip] Building zip: C:\workspace\x1\L2J_Server\build\L2J_Server.zip
BUILD SUCCESSFUL
Total time: 27 seconds

 

successful working! Thank you. i tried a new version ;d

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...