Esri / defense-solutions-proofs-of-concept

A repository to showcase demonstrations, prototypes and proofs of concept from the Defense Solutions Team.
Apache License 2.0
19 stars 18 forks source link

build failure on addxyz-processor #20

Open sardeenz opened 5 years ago

sardeenz commented 5 years ago

We're on 10.6 GeoEvent on linux. Any advice on how to get around this error? I tried updating the pom to the respective directories below but no dice.

[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.918 s [INFO] Finished at: 2019-04-11T17:41:42Z [INFO] Final Memory: 10M/37M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project addxyz-processor: Could not resolve dependencies for project com.esri.geoevent.solutions.processor.addxyz:addxyz-processor:bundle:10.5.0: Failed to collect dependencies at com.esri.ges.manager:agsconnectionmanager-api:jar:10.5.0: Failed to read artifact descriptor for com.esri.ges.manager:agsconnectionmanager-api:jar:10.5.0: Could not transfer artifact com.esri.ges.manager:agsconnectionmanager-api:pom:10.5.0 from/to ages-sdk-repo (file:///Program Files/ArcGIS/Server/GeoEvent/sdk/repository): Repository path /Program Files/ArcGIS/Server/GeoEvent/sdk/repository does not exist, and cannot be created. -> [Help 1]

sardeenz commented 5 years ago

Quick update - I found a compiled jar here https://github.com/Esri/solutions-geoevent-java/tree/master/solutions-geoevent/resources/10.5.0 and it worked great for what we needed. Thanks.

x,y,z were appended as expected. Beautiful.

"geometry": { "x": 2087912.8779924093, "y": 735001.4352219247, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "x": 2087912.8779924093, "y": 735001.4352219247, "z": 0.0 }