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 12 forks source link

Version Script fails for 10.2.1 #19

Closed ACueva closed 10 years ago

ACueva commented 10 years ago

Current Versions.xml checks for 10.2 and 10.1.1. Please add support for future builds.

ACueva commented 10 years ago

@garys-esri - Chris wants to know if we still need to support 10.1.1. Thanks.

garysheppardjr commented 10 years ago

Good question. I see in versions.xml that we're supporting a "current version" and a "previous version," so the easiest thing to do is to drop 10.1.1. And I think that's okay. We sometimes make breaking code changes when we update Vehicle Commander to a new Runtime release. Therefore, for someone who wants to use new Vehicle Commander with old Runtime, versions.xml will be the least of their worries. They should really go back and use a Vehicle Commander commit that was made for the Runtime release they're using, should they choose not to use the latest Runtime release.

Does that help?

csmoore commented 10 years ago

Fixed in https://github.com/Esri/vehicle-commander/pull/26 - assigning to @ACueva to test

ACueva commented 10 years ago

Tested via Jenkins daily builds. Looks good.