Capsis uses external libraries, they are all in the capsis4/ext/ directory.
Until 28.8.2013, the geotools library was downloaded on demand by 'ant install_geotools'. If not present, Ventoux and MPB were not compiled by 'ant compile'.
On 29.8.2013, the geotools 2.7.5 version was finally added in capsis4/ext/ to fix a wrong version problem. All the modules are now compiled by 'ant clean compile'.
These files should be removed from capsis4/ext/ if present:
gt-api.jar gt-data.jar gt-epsg-hsql.jar gt-main.jar gt-metadata.jar gt-opengis.jar gt-referencing.jar gt-shapefile.jar jts.jar
They are now replaced (in SVN) by :
gt-api-2.7.5.jar gt-data-2.7.5.jar gt-epsg-hsql-2.7.5.jar gt-main-2.7.5.jar gt-metadata-2.7.5.jar gt-opengis-2.7.5.jar gt-referencing-2.7.5.jar gt-shapefile-2.7.5.jar jts-1.11.jar