Changes between Version 53 and Version 54 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 05/14/09 18:28:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v53 v54 1 1 [[BackLinksMenu]] 2 3 [[PageOutline]] 4 2 5 = Platform Infrastructure Overview = 3 6 In this document you will find information about all the development tools that we use and instructions about their setup. … … 24 27 * the information how to deploy Sophie project in Eclipse is in [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] 25 28 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 26 35 === Eclipse Plug-ins === 27 36 Before proceeding with the installation, see the [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#Comments Comments] section for updates about some problems that you may encounter. … … 32 41 * 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). 33 42 * 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) 34 44 35 45 ===== Basic Functionality of Sublipse ===== … … 65 75 * minimal package requirements for running the project - Maven Integration for Eclipse, Maven Embedder, Maven POM XML Editor 66 76 * 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.68 77 * Install JavaHL from Help->Software Updates in Eclipse 69 78 * once you have integrated Maven with your Eclipse, in the Package Explorer appears a new "Maven" menu. From there you can: … … 120 129 = Comments = 121 130 * 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)123 131 * 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