Changes between Version 19 and Version 20 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v19 v20  
    2222== Running Sophie2 == 
    2323 
    24 Now you have Eclipse working set containing the Sophie 2.0 modules.[[BR]] 
    25 The base project is sophie2-platform.  You can run the project by: 
    26   1. Right click on "org.sophie2.author " 
    27   1. Choose "Run As->Java Application" 
    28   1. Choose "FakeAuthorMain - org.sophie2.author"[[BR]] 
     24Now you have an Eclipse working set containing the Sophie 2.0 modules. The base module of the project is sophie2-platform. To run the project: 
     25 * Go to sophie2-platform/dev-tools. 
     26 * To run Sophie2 Author right-click on author.FakeAuthorMain.launch and select '''Run as''' -> '''author.FakeAuthorMain''' 
     27 * To run Sophie2 Server right-click on server.FakeServerMain.launch and select '''Run as''' -> '''author.FakeServerMain''' 
     28  * Note that you might have to select '''Run configurations...''' if no other options are available. 
     29 * When the Reader is available, you can run it the same way. 
    2930 
    30 This 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. 
     31These are not the real OSGi containers but only emulations for running the application under Eclipse IDE - otherwise, you have to wait at least two minutes for Maven to build for every little change in the source code. 
    3132 
    3233= Additional information =