Source

Source code is available anonymously in this SVN repository:

URL: https://svn.prodevelop.es/public/labs
Folder: /gvsigmobileonopenmoko/trunk

Workspace setup in Eclipse

Recommended steps:

  • Install the subclipse plugin for Eclipse.
  • Connect to the mentioned repository and folder and checkout these Java projects: appGvsigMobile, libFMap, libGeom, libLocation, libRender-api, libRender-se-swt, libRenderCore, libInternationalization, libDatastore-sqlite and libDatastore-api. Also checkout the non-Java project resources and copy the folder resources/persistence as a new project persistence in the workspace.
  • Install the Eclipse SWT package in your workspace.
  • Set up the execution profile. The application takes three parameters. The first one can be fr (FreeRunner) or pc to indicate the running device. Second parameter indicates the application main folder. Third parameter indicates where the downloaded resources (tiles) will be stored. So, typical parameters for your PC are:

    la ${workspace_loc} "c:\Documents and Settings\user\CachedTiles"

    The application is started by this class:

    es.prodevelop.gvsig.mobile.app.Launcher

    in the appGvsigMobile project.

  • Enjoy!

nyc