Changes between Version 91 and Version 92 of DeveloperInstructions


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

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v91 v92  
    6464== Download the project source code and setup a project ==
    6565
    66 === Setup the subversion source code location ===
     66=== Setup the subversion repository location ===
    6767
    6868Change the Eclipse IDE perspective to the SVN Repository.
     
    8080Switch back to the Java perspective.
    8181
    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 ).
     82Right click on the project and activate the Maven - Convert to Maven project option, if not already active.
     83
     84Maven should start automatically to download all necessary files needed to compile and run the application. The dependencies and all options regarding this are configured in the start maven configuration file "pom.xml". This is a large download with many files and it might actually take very very long depending on the internet connection speed.
    8385
    8486=== Eclipse JDK and JRE setup for the project ===