Changes between Version 6 and Version 7 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0


Ignore:
Timestamp:
09/19/08 13:35:56 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0

    v6 v7  
    11= Analysis = 
    22== Overview == 
    3 This document will be used for how to for building project with eclipse. 
     3This task is to make the project deploy in Eclipse easily. 
     4The created document will be used for how to for building project with eclipse. 
    45 
    56== Task requirements == 
     7Make the structure of the project so that it can be easily deployed: 
     8 * think about how is the best way to separate project parts and libraries 
     9 * make new .project file 
     10 
    611Create document with description how to build the project with Eclipse.[[BR]] 
    712Describe: 
    8  * Eclipse basic functionality (urls with tutorials for example) 
    9  * how to compile and run Sophie (using Main class), how to add libraries and import the source from the repository. 
    10  * the debug process using Eclipse 
    11  * what plug-ins are needed for developing Sophie and how to install and use them 
     13 * how to import the source from the repository 
     14 * how to compile and run Sophie (using Main class) 
    1215 
    13 == Requirements to the task result == 
    14 The result of this task must be a wiki page. 
     16== Task result == 
     17The result of this task must be new project structure and a wiki page. 
    1518 
    1619== How to demo == 
     
    1821 
    1922= Design = 
    20 See http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and http://10.10.117.10/mediawiki/index.php/Sophie-JR-Infrastructure#Eclipse_3.3, now we will use Eclipse 3.4, so replace it in the second wiki page.[[BR]] 
    21 Describe clearly and accurately how to compile and run Sophie so that the new developers can start developing without impediments. 
    22 Follow the description in the analysis for structure of the document. 
     23See the result of PLUGIN_MODULE_STRUCTURE implementation and get to know with the new structure of the project. 
     24... 
     25Describe clearly and accurately how to import, compile and run Sophie so that the new developers can start developing without impediments. 
     26Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment. 
     27The new developers can start developing without impediments 
     28Follow the description in the analysis for structure of the document you have to create. 
    2329 
    2430= Implementation =