Changes between Version 25 and Version 26 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
- Timestamp:
- 01/04/09 12:49:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
v25 v26 23 23 Now 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: 24 24 * 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''' 27 27 * Note that you might have to select '''Run configurations...''' if no other options are available. 28 28 * When the Reader is available, you can run it the same way. … … 45 45 <Export-Package>org.sophie2.proto.project.*</Export-Package> 46 46 }}} 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.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. 48 48 * 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. 49 49 * After you create the module, you have to import it. See the next section for details.