Back to DevDoc
Work with the sources of openmole and simexplorer
OpenMole and SimExplorer are using maven as build tool. More about maven
Third party projects
- SimExplorer Information System developped by CodeLutin for the Cemagref. (More on IS)
- JSaga project for running jobs on grids and clusters
Version 0.3
For getting and building the sources, follow these steps:
- Checkout the project from the svn
svn co http://svn.simexplorer.org/SimExplorer/trunk/simexplorer
or alternatively
svn co http://trac.clermont.cemagref.fr/svn/SimExplorer/trunk/simexplorer
- Build the project by running in the simexplorer directory:
cd openmole mvn install
Version 0.2
This version was using Geclipse project for managing grid jobs : browse CVS — browse SVN
To work with the sources, you need to have installed on your machine :
- a subversion client
- a cvs client (to fetch geclipse dependencies)
- maven (2.0.9 at least) and the plugin for your IDE (NetBeans and Eclipse provide one)
Checkout the directory {{{http://svn.simexplorer.org/SimExplorer/branches/0.2}}. Then, go in the directory "simexplorer" checkouted, and run :
mvn install -Dmaven.scm.provider.cvs.implementation=cvs_native
It will init the environment. You can also learn more on the maven process.
NetBeans GUI
To work with the NetBeans GUI, you need to checkout the information system in the same directory than main simexplorer project. The development version of the IDE needs the trunk version of the information system, located under trunk.
Then, open the NetBeans module suite "simexplorer-ide-suite".





