You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build hortonmachine in a workspace for gvsig-desktop-2.5.1-3042-RC2, but when doing a mvn install i get an error:
[ERROR] Failed to execute goal on project org.hortonmachine.gvsig.base: Could not resolve dependencies for project org.hortonmachine:org.hortonmachine.gvsig.base:jar:0.3.1: The following artifacts could not be resolved: org.hortonmachine:hm-gpserver:jar:0.9.2-SNAPSHOT, org.gdal:gdal:jar:1.11.2.2: Failure to find org.hortonmachine:hm-gpserver:jar:0.9.2-SNAPSHOT in http://devel.gvsig.org/m2repo/j2se was cached in the local repository, resolution will not be reattempted until the update interval of gvsig-public-http-repository has elapsed or updates are forced
I also try to install the master version of hortonmachine but when doing a mvn install i get the error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hm-dbs: Fatal error compiling: invalid flag: --release ->
The missing org.gdal:gdal:jar:1.11.2.2 is a transitive dependency of org.gvsig.projection.jcrs.lib probably it will be fixed updated the versions to new gvSIG poms.
In fact i only using the Add layer -> Geopaparazzi feature in my application and it works correctly copypasting the hortonmachine* plugins from a previous installed version of gvSiG.
The text was updated successfully, but these errors were encountered:
Hi @fpuga , yes all your comments are right. The plugins are quite old and would need a massive upgrade.
As you suggested in a separate email, I will wait for the final version to be released, so that the raster part will have reached its final version.
Regarding the geopaparazzi plugins, they should still work, since the above missingh plugins are related to teh geopaparazzi projects viewer and connection plugin, which you might not need at all.
I am trying to build hortonmachine in a workspace for gvsig-desktop-2.5.1-3042-RC2, but when doing a
mvn install
i get an error:It seems that
hm-gpserver
has been removed in TheHortonMachine/hortonmachine@8d2073dI also try to install the master version of hortonmachine but when doing a
mvn install
i get the error:The missing
org.gdal:gdal:jar:1.11.2.2
is a transitive dependency oforg.gvsig.projection.jcrs.lib
probably it will be fixed updated the versions to new gvSIG poms.In fact i only using the
Add layer -> Geopaparazzi
feature in my application and it works correctly copypasting the hortonmachine* plugins from a previous installed version of gvSiG.The text was updated successfully, but these errors were encountered: