Changes between Version 18 and Version 19 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


Ignore:
Timestamp:
12/21/08 16:16:10 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v18 v19  
    11[[BackLinksMenu]] 
    22= Platform deployment build in Eclipse = 
    3 To deploy Sophie 2.0 project in Eclipse you have to follow these steps: 
    4  * choose '''Import...''' option from the File menu or with right click on the Package tree. 
    5  * Select General->Maven Projects and click Next (Or use the search box to search for Maven) 
    6  * Choose sophie2-platform directory for Root Directory, browsing to your imported repo. 
    7  * (recommended) Choose '''Add Project to working set''' and 
    8   * make '''New...''' working set with '''Java elements''' 
    9   * choose the name for the working set (i.e. sophie2-working-set)   
    10  * click '''Finish''' 
    11  * note: do not worry about the mistakes in Maven Console 
    12  * right-click on the project in Eclipse, and click Maven/Update Dependencies to finish integration. 
     3 
     4== Prerequisites == 
     5Before you can import the Sophie 2.0 project in Eclipse, you must have Maven and Subversion installed and integrated in it. For detailed information on how to do that, please refer to the Setup section of [wiki:DEVELOPMENT_OVERVIEW]. 
     6 
     7== Importing for the first time == 
     8 
     9To deploy the Sophie 2.0 project in Eclipse you have to follow these steps: 
     10 * Choose the '''Import...''' option from the File menu or by right-clicking in Package Explorer. 
     11 * Select '''General''' -> '''Maven Projects''' and click '''Next''' (or use the search box to search for Maven). 
     12 * Browse to your local copy of the repository and choose sophie2-platform for Root Directory. 
     13 * (recommended) Check '''Add project(s) to working set''' and 
     14  * Click the '''New...''' button next to the Working set field; 
     15  * Select '''Java''' as a Working set type and click '''Next'''; 
     16  * Choose the name for the working set (i.e. sophie2-working-set) and click '''Finish'''. 
     17 * Click '''Finish''' 
     18 * Note: do not worry about the mistakes in Maven Console 
     19 * Right-click on the project in Package Explorer and select '''Maven''' -> '''Update Dependencies''' to finish integration. 
     20 * Note that the first time that you import the project it will take a while before the process is complete. 
     21 
     22== Running Sophie2 == 
    1323 
    1424Now you have Eclipse working set containing the Sophie 2.0 modules.[[BR]]