Version 10 (modified by pavlina, 17 years ago) (diff) |
---|
Analysis
Overview
This task is to make the project deploy in Eclipse easily. The created document will be used for how to for building project with eclipse.
Task requirements
Make the structure of the project so that it can be easily deployed:
- think about how is the best way to separate project parts and libraries
- make new .project file
Create document with description how to build the project with Eclipse.
Describe:
- how to import the source from the repository
- how to compile and run Sophie (using Main class)
Task result
The result of this task must be new project structure and a wiki page. The new developers can start developing without impediments.
How to demo
Show how to build Sophie project.
Design
- See the result of PLUGIN_MODULE_STRUCTURE implementation and get to know with the new structure of the project.
- Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment.
- Create document with description how to build the project with Eclipse. Describe:
- how to import the source from the repository
- how to compile and run Sophie (using Main class)
- how to debug the project
Implementation
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE