Changes between Initial Version and Version 1 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


Ignore:
Timestamp:
10/03/08 13:39:41 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v1 v1  
     1To deploy Sophie 2.0 project in Eclipse you have to follow these steps: 
     2 * choose Import... option from File menu or with right click in the Package tree 
     3 * Select Maven Projects and click Next 
     4 * Choose sophie2-platform directory for Root Directory, browsing to your imported repo. 
     5 * (recommended) Choose Add Project to working set and 
     6  * make New working set with Java elements 
     7  * choose the name for the working set (i.e. sophie2-working-set)   
     8 * click Finish 
     9 * note: do not worry about the mistakes in Maven Console 
     10Now you have Eclipse working set with the Sophie 2.0 modules.[[BR]] 
     11The base project is sophie2-platform and there you can run the project choosing author.!FakeAuthorMain.launch's Run As option.[[BR]] 
     12This is not the real OSGi container, it is only an emulation for running the application under Eclipse IDE - otherwise, you have to wait at least two minutes for Maven build for every little change in the source.