Changes between Version 91 and Version 92 of DeveloperInstructions
- Timestamp:
- 07/16/14 11:18:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v91 v92 64 64 == Download the project source code and setup a project == 65 65 66 === Setup the subversion source codelocation ===66 === Setup the subversion repository location === 67 67 68 68 Change the Eclipse IDE perspective to the SVN Repository. … … 80 80 Switch back to the Java perspective. 81 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 ). 82 Right click on the project and activate the Maven - Convert to Maven project option, if not already active. 83 84 Maven 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. 83 85 84 86 === Eclipse JDK and JRE setup for the project ===