Changes between Version 6 and Version 7 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0
- Timestamp:
- 09/19/08 13:35:56 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0
v6 v7 1 1 = Analysis = 2 2 == Overview == 3 This document will be used for how to for building project with eclipse. 3 This task is to make the project deploy in Eclipse easily. 4 The created document will be used for how to for building project with eclipse. 4 5 5 6 == Task requirements == 7 Make 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 6 11 Create document with description how to build the project with Eclipse.[[BR]] 7 12 Describe: 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) 12 15 13 == Requirements to the task result ==14 The result of this task must be a wiki page.16 == Task result == 17 The result of this task must be new project structure and a wiki page. 15 18 16 19 == How to demo == … … 18 21 19 22 = 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. 23 See the result of PLUGIN_MODULE_STRUCTURE implementation and get to know with the new structure of the project. 24 ... 25 Describe clearly and accurately how to import, compile and run Sophie so that the new developers can start developing without impediments. 26 Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment. 27 The new developers can start developing without impediments 28 Follow the description in the analysis for structure of the document you have to create. 23 29 24 30 = Implementation =