Changes between Version 30 and Version 31 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
10/17/08 14:10:38 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v30 v31  
    2626    * password: ask 
    2727 * text editor (notepad++ for example - download: http://notepad-plus.sourceforge.net/uk/site.htm) 
    28  * web browser (we use Mozilla Firefox) 
     28 * web browser (we use Mozilla Firefox, Chrome or Opera) 
    2929 * pdf reader (Adobe Acrobat) 
    3030 * flash player 
     
    4646You can visit the [wiki:PROCESS] page, there are some rules about using our Trac. [[BR]] 
    4747More info about bug and task tracking: [wiki:SCS_ISSUE_TRACKER_SETUP_R0][[BR]] 
     48Here is our workflow using Trac tickets: [wiki:SCS_ISSUE_TRACKER_SETUP_R1] 
    4849 
    4950=== Subversion Client === 
     
    118119==== M2 Eclipse ==== 
    119120info: http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html 
    120 See Maven Integration for instalation guide.  
     121See [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#MavenIntegration] for installation guide.  
    121122 
    122123==== !PyDev ==== 
     
    130131=== Maven Integration === 
    131132We use Maven for managing the project's builds, reporting, documentation and other information about the progress. 
    132  * download: http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.0.9-bin.zip 
     133 * download: http://maven.apache.org/download.html - version 2.0.9 
    133134 * Installation for Windows and Linux OSes: http://maven.apache.org/download.html - below the download packages 
    134   * 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 
     135  * Note: Be careful with the PATH variable under Windows, you have to write the whole path to the bin directory not using M2_HOME variable to set the new path 
    135136 * Integration with Eclipse 
    136137  * (for Eclipse 3.4 Classic version)update your Eclipse platform so there is Equinox Provisioning Platform in Installed Software (Help->Software Updates) 
     
    138139   * minimal package requirements for running the project - Maven Integration for Eclipse, Maven Embedder, Maven POM XML Editor 
    139140   * 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) 
    140   * 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. 
     141  * See [source:trunk/sophie2-platform/old/lib/readme.txt] . In the bottom of the file are three mvc commands you have to execute to set the needed libraries which are not found in the Maven repository. 
    141142  * once you have integrate Maven with your Eclipse, in the Package Explorer appears a new "Maven" menu. From there you can: 
    142143   * Update Dependencies: you can force a refresh of the Maven Dependencies container and force downloading of artifact snapshots (regardless of the Maven repository refresh policy) by using the "Update Dependencies"