01-08-2012, 10:34 PM
Finally decided to see if I could contribute to MekHQ a bit.
So I downloaded Eclipse and Subclipse and checked out the MekHQ trunk. When I attempt to compile it I get the following error:
I had found a thread before about setting this up and it said that this error was caused by a missing SVN file.
The problem is the thread didn't say what file or where to put it. The thread was old and so it might be out of date (it also mentioned adding all of the files under lib to the build path, and setting l10n as the source but I didn't see a lib nor a l10n folder in the package explorer).
What am I doing wrong?
So I downloaded Eclipse and Subclipse and checked out the MekHQ trunk. When I attempt to compile it I get the following error:
Code:
Buildfile: C:\Users\Seversons\workspace\MekHQ\packaging.xml
svndev-init:
svndev-get:
BUILD FAILED
C:\Users\Seversons\workspace\MekHQ\packaging.xml:69: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
Total time: 343 milliseconds
I had found a thread before about setting this up and it said that this error was caused by a missing SVN file.
The problem is the thread didn't say what file or where to put it. The thread was old and so it might be out of date (it also mentioned adding all of the files under lib to the build path, and setting l10n as the source but I didn't see a lib nor a l10n folder in the package explorer).
What am I doing wrong?