Changes between Version 16 and Version 17 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
09/24/08 17:24:48 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v16 v17  
    143143 
    144144=== Maven Integration === 
    145 We use Maven for managing the project's builds, reporting, documentation and other information. 
     145We use Maven for managing the project's builds, reporting, documentation and other information about the progress. 
    146146 * download: http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.0.9-bin.zip 
    147147 * Installation for Windows and Linux OSes: http://maven.apache.org/download.html - below the download packages 
    148   * Note: Be careful with the PATH variable under Linux, you have to write the whole path to the bin directory to set the new path 
     148  * Note: Be careful with the PATH variable under Windows, you have to write the whole path to the bin directory to set the new path 
    149149 * Integration with Eclipse 
    150150  * update your Eclipse platform so there is Equinox Provisioning Platform in Installed Software (Help->Software Updates) 
    151   * download  the M2 Plug-in: http://m2eclipse.sonatype.org/update/ 
     151  * download the M2 Eclipse Plug-in: http://m2eclipse.sonatype.org/update/ 
     152   * minimal package requirements for running the project - Maven Integration for Eclipse, Maven Embedder, Maven POM XML Editor 
     153   * Note: make sure that Eclipse runs with JDK not JRE (see Window-Preferences-Java-Installed JREs, edit eclipse.ini with -vm <path to javaw executable file> or set correct PATH and JAVA_HOME variables) 
     154  * See sophie2-repo\trunk\sophie2-platform\old\lib\readme.txt. In the bottom of the file are three mvc command you have to execute to set the needed libraries which are not found in the Maven repository. 
     155  * right-click on the project in Eclipse, click Maven/Update Dependencies 
     156     
    152157 
     158