Changes between Version 34 and Version 35 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
11/08/08 11:31:59 (17 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v34 v35  
    165165 * When installing M2 Eclipse Plug-in remove the "Maven Integration for AJDT", otherwise there are missing dependencies and the instalation can not continue. (pac) 
    166166 * 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) 
     167 
     168== Extras == 
     169 
     170=== Properties === 
     171 * For understanding what properties are and looking at some examples of how to use them, read this manual: [wiki:PRO_LIB_CORE_TUTORIAL]. 
     172  * the examples are located in "Code Examples with different Properties Kinds" section. 
     173 * In order to see different properties templates for eclipse, look at [wiki:PRO_LIB_CORE_CODE_TEMPLATES]. 
     174 
     175=== NetBeans === 
     176In order to import Sophie project in NetBeans, you must first have NetBeans installed. After that, follow these steps: 
     177 * Maven plugin installation: 
     178  * in NetBeans' main window, click '''Tools -> Plugins''' 
     179  * Select '''Available Plugins''' tab, then search for "maven" 
     180  * install the maven plugin 
     181 * Loading Sophie: 
     182  * Select '''File -> Open Project''' 
     183  * Browse to the sophie2-platform directory 
     184  * Load the project 
     185 * For more information, refer to [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] and [http://wiki.netbeans.org/MavenBestPractices] 
     186 
     187=== Testing === 
     188In order to read about rules for writing good tests, and some information about unit/integration/system tests, visit [wiki:TESTING].