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
My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
Question
kaujis
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:
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