3.0 Download

1423
4
06-21-2012 07:53 AM
KellyHutchins
Esri Frequent Contributor
If you've been waiting for the download for version 3.0 of the ArcGIS API for JavaScript it's ready now and available here:


http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScri...
0 Kudos
4 Replies
JohnCartwright
Occasional Contributor
Thanks Kelly.  I was looking for the test suite that you all use for the API and didn't see it in either the sdk or api downloads.  Am I overlooking it or is it available separately?

I'm interested in more unit test examples as well as what changes need to be made for Derek's test sample (http://blogs.esri.com/esri/arcgis/2012/05/21/writing-unit-tests-for-your-arcgis-api-for-javascript-a...) to work with 3.0.

--john
0 Kudos
AxelSchaefer
New Contributor II
Hi. There are 2 small errors in the "Install notes for the ArcGIS API for JavaScript".


Configuration options for compact build:
[...]
2. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\jsapi\js\dojo\dojo\dojo.js in a text editor [...]
3. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\jsapi\js\dojo\dojo\dojo.js.uncompressed.js [...]


It has to be:

2. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\jsapicompact\js\dojo\dojo\dojo.js
3. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\jsapicompact\js\dojo\dojo\dojo.js.uncompressed.js

The two files for the compact build are under the jsapicompact directory.

HTH and best regards,
Axel
0 Kudos
JeffPace
MVP Alum
do we need to redownload the api since changes have been made? (i.e graphics, etc.)
0 Kudos
KellyHutchins
Esri Frequent Contributor
do we need to redownload the api since changes have been made? (i.e graphics, etc.)


No you don't need to re-download the API. We created the download version after the api updates so it includes all the fixes.
0 Kudos