Changes between Version 21 and Version 22 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v21 v22  
    4848The <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. 
    4949 * Edit the pom.xml of sophie2-platform and add the name of the new module in the <modules> section. 
     50 * After you create the module, you have to import it. See the next section for details. 
    5051 
    51 == Updating the project with newly created modules == 
     52== Importing newly created modules == 
    5253 
    53  * Keep in mind to use Maven options '''Update Project Configuration''' and '''Update Dependencies''' when you change the pom.xml files. They are available in Maven section when you right click on the project you want to update. 
    54  * If you don't see the working sets, use  
    55   * View Menu(in upper right corner of Package Tree) and Configure working sets option. 
    56   * Top Level Elements - choose Working Sets 
     54To import a newly created module, follow these steps: 
     55 * Choose the '''Import...''' option from the File menu or by right-clicking in Package Explorer. 
     56 * Select '''General''' -> '''Maven Projects''' and click '''Next''' (or use the search box to search for Maven). 
     57 * Browse to your local copy of the repository and choose sophie2-platform for Root Directory. 
     58 * You will see the new modules selected. Make sure the current working set is selected and click '''Finish'''. 
     59 * Right-click in the Package Explorer and choose '''Update Project Configuration''' and '''Update Dependencies''' from the '''Maven''' submenu. 
     60 
     61== Troubleshooting information == 
     62 * If you see errors in your pom.xml files after an update, then probably someone has commited a new module and you have to import it. 
     63 * If you don't see the working sets, use the View Menu in the upper right corner of Package Explorer. 
     64  * for Top Level Elements choose Working Sets. 
     65  * use the Configure Working Sets option. 
     66 
     67= Comments =