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

nbproject\project.xml hard-coded paths #3

Open csmoore opened 11 years ago

csmoore commented 11 years ago

In vehicle-commander\source\VehicleCommander\nbproject\project.xml :

Use a property in the classpath for the ArcGIS Runtime install location (like build.xml does) to make it easier to change versions or between x86 and 64, 10.1.1 & 10.2.

I'm guessing this is just a Netbeans setting file so doesn't affect those using Ant/Eclipse. This is the section of project.xml in question:

        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
            <compilation-unit>
                <package-root>${project.dir}/source/VehicleCommander/src</package-root>
                <classpath mode="compile">C:\Program Files (x86)\ArcGIS SDKs\java10.1.1\sdk\jars
jrweakland commented 9 years ago

Backlog item - https://app.asana.com/0/23019535413946/23267996678697