Changes between Version 25 and Version 26 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


Ignore:
Timestamp:
01/04/09 12:49:54 (16 years ago)
Author:
orliin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v25 v26  
    2323Now 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: 
    2424 * Go to sophie2-platform/dev-tools. 
    25  * To run Sophie2 Author right-click on author.FakeAuthorMain.launch and select '''Run as''' -> '''author.FakeAuthorMain''' 
    26  * To run Sophie2 Server right-click on server.FakeServerMain.launch and select '''Run as''' -> '''author.FakeServerMain''' 
     25 * To run Sophie2 Author right-click on author.!FakeAuthorMain.launch and select '''Run as''' -> '''author.!FakeAuthorMain''' 
     26 * To run Sophie2 Server right-click on server.!FakeServerMain.launch and select '''Run as''' -> '''author.!FakeServerMain''' 
    2727  * Note that you might have to select '''Run configurations...''' if no other options are available. 
    2828 * When the Reader is available, you can run it the same way. 
     
    4545        <Export-Package>org.sophie2.proto.project.*</Export-Package> 
    4646}}} 
    47 The <artifactId> should be the same as the module name. All other occurencies of org.sophie2.proto.project (for example in the <Export-Package> should be replaced with the new module name. You should also edit the <name> and <description> tags. You can look at the <instructions> tag if your module reqires a main class or a class extending SophieModule. 
     47The <artifactId> should be the same as the module name. All other occurencies of org.sophie2.proto.project (for example in the <Export-Package> should be replaced with the new module name. You should also edit the <name> and <description> tags. You can look at the <instructions> tag if your module reqires a main class or a class extending !SophieModule. 
    4848 * Edit the [source:/trunk/sophie2-platform/pom.xml pom.xml] of sophie2-platform and add the name of the new module in the <modules> section. 
    4949 * After you create the module, you have to import it. See the next section for details.