Esri / vehicle-commander-java

The Vehicle Commander template demonstrates best practices for building in-vehicle military applications with ArcGIS Runtime. The Vehicle Commander template contains source code for an in-vehicle application.
Apache License 2.0
16 stars 13 forks source link

Change Build scripts to run with multiple AGS Runtime Versions #12

Closed ACueva closed 10 years ago

ACueva commented 11 years ago

Add some logic to the build scripts so it can detect and use the version of ArcGIS Runtime that is currently installed (10.1.1, 10.2).

The other repos have a script, versions.xml, that is an example of one possible solution: https://github.com/Esri/defense-and-intel-analysis-toolbox/blob/master/source/test/versions.xml

garysheppardjr commented 11 years ago

Avi, what would be the purpose of this file? ArcGIS Desktop has no influence on what Vehicle Commander does.

csmoore commented 11 years ago

He meant ArcGIS Runtime. He just needs the build scripts to work with both a 10.1.1 and 10.2 install (assume the default install location). The versions.xml that are in the other repos is an example of how

csmoore commented 11 years ago

Assigned to Gary to test/close