= 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 * create new project configuration of the running and classpath. Create document with description how to build the project with Eclipse.[[BR]] 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. * edit .project, .classpath, .settings until they are set to the best state of deployment. * Create document with description how to build the project with Eclipse. Describe: * how to checkout the source from the repository * how to compile and run Sophie (using Main class) * how to debug the project * Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment. = Implementation = [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] = Testing = = Log = [Include:[wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0_LOG]]