Changes between Version 85 and Version 86 of DeveloperInstructions


Ignore:
Timestamp:
07/16/14 10:49:09 (10 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v85 v86  
    5656
    5757The you can start Eclipse IDE
    58 === 3. Install the m2eclipse and subclipse plugins
     58=== Install the Maven and Subversion support in Eclipse ===
    5959
     60The 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)
    6061
    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]
     62The 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
    6765
    6866=== 4. Download the project source code and setup a project ===