Changes between Version 53 and Version 54 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
05/14/09 18:28:23 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v53 v54  
    11[[BackLinksMenu]] 
     2 
     3[[PageOutline]] 
     4 
    25= Platform Infrastructure Overview = 
    36In this document you will find information about all the development tools that we use and instructions about their setup. 
     
    2427  * the information how to deploy Sophie project in Eclipse is in [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] 
    2528 
     29=== Maven === 
     30  * Maven is a software tool for Java project management and build automation. 
     31  * Home page: [http://maven.apache.org] 
     32  * [http://maven.apache.org/download.html] - downloads and installation instructions. 
     33  * [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] - tutorial 
     34 
    2635=== Eclipse Plug-ins === 
    2736Before proceeding with the installation, see the [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#Comments Comments] section for updates about some problems that you may encounter. 
     
    3241    * Go to http://subclipse.tigris.org/install.html. Follow the installation instructions up to step 11. Pay special attention on step 6 - be sure to check out only the Sublicpse Update site and the Subclipse box below it (no other components are needed).  
    3342   * You may need to install JavaHL (from Eclipse Help->Software Updates). 
     43   * To work with Subclipse under Linux platforms you should install SVNKit package. Here is the plugin Eclipse edition: http://eclipse.svnkit.com/1.2.x/. (pav) 
    3444 
    3545===== Basic Functionality of Sublipse ===== 
     
    6575   * minimal package requirements for running the project - Maven Integration for Eclipse, Maven Embedder, Maven POM XML Editor 
    6676   * 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) 
    67   * See [source:trunk/sophie2-platform/old/lib/readme.txt] . In the bottom of the file are three mvn commands you have to execute to set the needed libraries which are not found in the Maven repository. 
    6877  * Install JavaHL from Help->Software Updates in Eclipse 
    6978  * once you have integrated Maven with your Eclipse, in the Package Explorer appears a new "Maven" menu. From there you can: 
     
    120129= Comments = 
    121130 * When installing M2 Eclipse Plug-in remove the "Maven Integration for AJDT", otherwise there are missing dependencies and the instalation can not continue. (pac) 
    122  * To work with Subclipse under Linux platforms you should install SVNKit package. Here is the plugin Eclipse edition: http://eclipse.svnkit.com/1.2.x/. (pav) 
    123131 * You should exclude "Maven POM Editor" when installing the M2 Eclipse Plug-in - the same reason as in the first comment. JavaHL is required for SVN only, not M2. --boyan@2009-01-12