Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geogig-dev] Build failure for geogig client in geoserver

I believe you have found a bug with our documentation, so thanks for pointing it out.

And yes, if you want to build GeoGig or the GeoServer plugin for GeoGig, you will need a JDK (version 8) as the JRE is not sufficient to build. If that is not in the documentation, I'll try to update it as well to make that more clear.

Thanks again,

Erik Merkle
Software Engineer | Boundless


On Wed, Apr 4, 2018 at 2:02 AM, admire <admire@xxxxxxxxxxx> wrote:

Hi


On 03/04/2018 16:04, Erik Merkle wrote:
Hi Admire,

I'm not sure how you tried to build it, but from the error you are showing, it looks like an artifact needed in the build isn't available in the "boundless" Maven repository. It could be that there was an issue with the repo at the time you built, or possibly that the artifact was in the middle of being deployed, or just some random network issues.

Could you retry with this command from the root of your GeoServer checkout:

mvn clean install -DskipTests -f src/community/pom.xml -P communityRelease assembly:attached
I have tried this and it works properly. I was wondering why this is different from the instructions specified on
http://geogig.org/docs/interaction/geoserver_ui.html

Another thing is that I needed to install openjdk on ubuntu 16.10 in order for it to work.

Regards


It will build all of the GeoServer community modules, including the GeoGig module. I just tried this and was able to successfully build the module for the 2.13.x branch.

Hope that helps,

Erik Merkle
Software Engineer | Boundless


On Tue, Apr 3, 2018 at 6:52 AM, admire <admire@xxxxxxxxxxx> wrote:

Hi

I have been trying to build the geogig store using geoserver 2.13.x but I experience this error.

[INFO]                                             
[INFO] ------------------------------------------------------------------------                         
[INFO] ------------------------------------------------------------------------                         
[INFO] Skipping GeoServer Community Release Module 
[INFO] This project has been banned from the build due to previous failures.                            
[INFO] BUILD FAILURE                               
[INFO] ------------------------------------------------------------------------                         
[INFO] ------------------------------------------------------------------------                         
[INFO] Total time: 26:21 min (Wall Clock)          
[INFO] Finished at: 2018-04-03T13:41:30+02:00      
[INFO] Final Memory: 36M/245M                      
[INFO] ------------------------------------------------------------------------                         
[ERROR] Failed to execute goal on project gs-release: Could not resolve dependencies for project org.geoserver.community:gs-release:jar:2.13-SNAPSHOT: Failed to collect dependencies at org.geoserver.community:gs-nsg-wmts-profile:jar:2.13-SNAPSHOT: Failed to read artifact descriptor for org.geoserver.community:gs-nsg-wmts-profile:jar:2.13-SNAPSHOT: Could not find artifact org.geoserver.community:gs-nsg-profiles:pom:2.13-SNAPSHOT in boundless (https://repo.boundlessgeo.com/main/) -> [Help 1]                                
[ERROR]                                            
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.                     
[ERROR] Re-run Maven using the -X switch to enable full debug logging.                                  
[ERROR]                                            
[ERROR] For more information about the errors and possible solutions, please read the following articles:                                                                                                         
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException         
1 admire@minigauss:/tmp/geoserver/src⟫ git checkout 2.14.x
error: pathspec '2.14.x' did not match any file(s) known to git.


Any hints on how to solve this.

Regards

--
------------------------------------------------------------------------------------------
Admire Nyakudya GIS Analyst
Visit http://kartoza.com to find out about open source:
* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services
Skype: admire.nyakudya
-------------------------------------------------------------------------------------------
Kartoza = Linfiniti ∪ Afrispatial

_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geogig-dev



_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geogig-dev

--
------------------------------------------------------------------------------------------
Admire Nyakudya GIS Analyst
Visit http://kartoza.com to find out about open source:
* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services
Skype: admire.nyakudya
Office: +27(21)8800990 Cell: +27 83 453 3167
-------------------------------------------------------------------------------------------
Kartoza = Linfiniti ∪ Afrispatial

_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geogig-dev


Back to the top