Changes between Version 30 and Version 31 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 10/17/08 14:10:38 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v30 v31 26 26 * password: ask 27 27 * 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) 29 29 * pdf reader (Adobe Acrobat) 30 30 * flash player … … 46 46 You can visit the [wiki:PROCESS] page, there are some rules about using our Trac. [[BR]] 47 47 More info about bug and task tracking: [wiki:SCS_ISSUE_TRACKER_SETUP_R0][[BR]] 48 Here is our workflow using Trac tickets: [wiki:SCS_ISSUE_TRACKER_SETUP_R1] 48 49 49 50 === Subversion Client === … … 118 119 ==== M2 Eclipse ==== 119 120 info: http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html 120 See Maven Integration for instalation guide.121 See [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#MavenIntegration] for installation guide. 121 122 122 123 ==== !PyDev ==== … … 130 131 === Maven Integration === 131 132 We 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.zip133 * download: http://maven.apache.org/download.html - version 2.0.9 133 134 * 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 path135 * 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 135 136 * Integration with Eclipse 136 137 * (for Eclipse 3.4 Classic version)update your Eclipse platform so there is Equinox Provisioning Platform in Installed Software (Help->Software Updates) … … 138 139 * minimal package requirements for running the project - Maven Integration for Eclipse, Maven Embedder, Maven POM XML Editor 139 140 * 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 commandyou 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. 141 142 * once you have integrate Maven with your Eclipse, in the Package Explorer appears a new "Maven" menu. From there you can: 142 143 * 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"