Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile hortonmachine with gvSIG 2.5.1-3042-RC2 #12

Open
fpuga opened this issue Oct 28, 2020 · 1 comment
Open

Compile hortonmachine with gvSIG 2.5.1-3042-RC2 #12

fpuga opened this issue Oct 28, 2020 · 1 comment

Comments

@fpuga
Copy link

fpuga commented Oct 28, 2020

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 

It seems that hm-gpserver has been removed in TheHortonMachine/hortonmachine@8d2073d

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.

@moovida
Copy link
Member

moovida commented Oct 29, 2020

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.

Thanks for everything!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants