Downloading the gvSIG Mobile Projects
Configure gvSIG Mobile SVN
==========================
Add the gvSIG Mobile SVN
https://devel.gvsig.org/svn/gvsig-mobile
Can found more information about the project from: https://devel.gvsig.org/redmine/projects/gvsig-mobile
Downloading the workspace from the tag
======================================
Simply download all the projects from the tag:
::
SVN repository: https://devel.gvsig.org/svn/gvsig-mobile
Tag folder: /appGvsigMobile/tags/gvsig_mobile_1_0__22_nov_2012
Downloading the workspace from latest versions
==============================================
Alternatively, you can download each project from their original URLs to get
the latest versions (compilation is not guaranteed in all cases):
Download Core Bundles
---------------------
* Checkout the next projects from the SVN gvSIG Mobile repository:
BUILD PROJECT
* https://devel.gvsig.org/svn/gvsig-mobile/build/trunk (Check that is downloaded named as 'build')
GVSIG BASE PROJECTS:
* From https://devel.gvsig.org/svn/gvsig-mobile/appGvsigMobile/trunk/ download the projects:
- org.gvsig.mobile.core.GvSigCore
- org.gvsig.mobile.core.libraries
- org.gvsig.mobile.dll
- org.gvsig.mobile.extension.base
- org.gvsig.mobile.logging
- org.gvsig.mobile.logging.configure
SYMBOLS SUPPORT PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/FMap/trunk donwload:
- org.gvsig.mobile.symbology
PROJECTION PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/projection/trunk download:
- org.gvsig.mobile.libProjection
Download Extra Functionality Bundles
----------------------------------------
- There are others gvSIG Mobile projects that can be downloaded to get all the gvSIG Mobile functionality, if you want all the functionalities then must download also the next projects:
SHAPEFILE FILE FORMAT SUPPORT PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/FMap/trunk/FMap_dal download:
- org.gvsig.mobile.dal.dalfile
ECW FILE FORMAT SUPPORT PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/appGvsigMobile/trunk/ download the projects:
- org.gvsig.mobile.ecw
WMS PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/appGvsigMobile/trunk/ download the projects (Depends on ECW FILE FORMAT):
- org.gvsig.mobile.extension.wms
GML, KML FILE FORMATS PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/appGvsigMobile/trunk/ download the projects (Depends on SHAPEFILE FILE FORMAT):
- org.gvsig.mobile.gpe
WFS PROJECTS:
* From https://devel.gvsig.org/svn/gvsig-mobile/appGvsigMobile/trunk/ download the projects (Depends on GML FILE FORMAT):
- org.gvsig.mobile.extension.wfs
- org.gvsig.mobile.wfs
EDITING PROJECTS:
* From https://devel.gvsig.org/svn/gvsig-mobile/editing/trunk download:
- org.gvsig.mobile.extension.editing
- org.gvsig.mobile.extension.editing.gps
GPS SUPPORT PROJECTS:
* From https://devel.gvsig.org/svn/gvsig-mobile/libLocation/trunk/extLocation download:
- org.gvsig.mobile.extension.gps
* From https://devel.gvsig.org/svn/gvsig-mobile/libLocation/trunk download :
- org.gvsig.mobile.bundle.libLocation
PROJECTION EXTENSION PROJECT:
* From https://devel.gvsig.org/svn/gvsig-mobile/projection/trunk download:
- org.gvsig.mobile.extension.wkprojection
All the bundles above are optional.