Anchor |
---|
| The development environment setup |
---|
| The development environment setup |
---|
|
Section 3: The development environment setup- Download the following files:
- Click here to Download the sais-moves-web.properties file . Select Save as to your ${user.home} directory.
- Click here to Download the sais-moves-web-build.properties file . Select Save as to your ${user.home} directory.
- Click here to Download the sais-moves-web-test.properties file . Select Save as to your ${user.home} directory.
- Open the sais-moves-web-build.properties file for editing and change the following properties:
- mit.maven.release.plugin.version=2.0.21 Change the version number (2.0.21) to the mit-release-plugin version number that you selected in section 1.
- maven.system.property.cargo.hostname=esvm-1xx.mit.edu Change the hostname (esvm-1xx.mit.edu) to your vm's hostname.
#a Create the following directories:
- C:\tmp\movesbuild\build\sais-common-conf\.m2\repository
- C:\tmp\movesbuild\build\sais-common-conf\servers\oc4j
If your are using Windows Explorer to create the directories, please note that the .m2 directory cannot be created. To create the .m2 directory, you must open a cmd window, cd to the sais-common-conf directory and use mkdir to create the .m2 directory.
|