Changes between Version 85 and Version 86 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:49:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v85 v86 56 56 57 57 The you can start Eclipse IDE 58 === 3. Install the m2eclipse and subclipse plugins58 === Install the Maven and Subversion support in Eclipse === 59 59 60 The application is built using Maven, so you need the maven integrated in the Eclipse IDE. In all late versions of Eclipse, Maven integration is built-in. For older version of Eclipse you would have to install the m2eclipse plugin from the following update address - [http://m2eclipse.sonatype.org/sites/m2e] (In Eclipse -> Help -> Install New Software , you will add the address and available packages will showup, please add everything becides AJDT and WTP that depend on other plugins) 60 61 61 Install the m2eclipse plugin from the following update address - [http://m2eclipse.sonatype.org/sites/m2e] 62 (In Eclipse -> Help -> Install New Software , you will add the address and available packages will showup, please add everything becides AJDT and WTP that depend on other plugins) 63 64 Note: New version of Eclipse Java and Java EE include a Maven plugin, so it is not necessary to install it. 65 66 In the same way, install the Subclipse plugin from the following update address - [http://subclipse.tigris.org/update_1.6.x] 62 The application source is managed in a central subversion repository, so you need a SVN integration in Eclipse to access this repository and commit new versions of the code. You can find such integration plugins in the Eclipse Marketplace. There are two main such plugins and we have used them both in the past: 63 * Subversive team provider (recommended) 64 * Subclipse 67 65 68 66 === 4. Download the project source code and setup a project ===