Changes between Version 90 and Version 91 of DeveloperInstructions


Ignore:
Timestamp:
07/16/14 11:13:32 (10 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v90 v91  
    6464== Download the project source code and setup a project ==
    6565
    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 ===
    6867
    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).
     68Change the Eclipse IDE perspective to the SVN Repository.
    7069
    71 '''Eclipse setup'''
     70Create a new SVN Repository location, pointing to https://develop.finki.ukim.mk/svn/isis
     71
     72You will then be able to view the contents of the repository.
     73
     74The main and latest source code is in the folder "trunk".
     75
     76Right 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
     78If you create modifications to the source code in this project, you will be able to check them in with the subversion Commit command.
     79
     80Switch back to the Java perspective.
     81
     82Maven 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 ===
    7285
    7386- In Eclipse open Window -> Preferences -> Java -> Installed JREs