Changes between Version 90 and Version 91 of DeveloperInstructions
- Timestamp:
- 07/16/14 11:13:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v90 v91 64 64 == Download the project source code and setup a project == 65 65 66 Change the Eclipse IDE perspective to SVN Repository and create a new project with the option Checkout as maven project, from the address http://develop.ii.edu.mk/svn/isii 67 Maven is supposed to download all necessary files needed to run the application that are listed in the pom.xml (this might actually take very very long depending on the internet connection speed ). 66 === Setup the subversion source code location === 68 67 69 '''Note:'''If you use Ubuntu, when you choose a plugin, by marking it at the relevant check box, the Next button of the wizard might stay disabled. If this happens, just press ENTER (with the plugin installation window in focus).68 Change the Eclipse IDE perspective to the SVN Repository. 70 69 71 '''Eclipse setup''' 70 Create a new SVN Repository location, pointing to https://develop.finki.ukim.mk/svn/isis 71 72 You will then be able to view the contents of the repository. 73 74 The main and latest source code is in the folder "trunk". 75 76 Right click on trunk and choose "Checkout". This means that you will get a version of the source code out of the repository for you to work on. It will be automatically downloaded and setup as a new project with the name "isis". 77 78 If you create modifications to the source code in this project, you will be able to check them in with the subversion Commit command. 79 80 Switch back to the Java perspective. 81 82 Maven should be setup automatically and is supposed to download all necessary files needed to run the application that are listed in the pom.xml (this might actually take very very long depending on the internet connection speed ). 83 84 === Eclipse JDK and JRE setup for the project === 72 85 73 86 - In Eclipse open Window -> Preferences -> Java -> Installed JREs