<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 3.0 Download in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54667#M4820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript"&gt;http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 14:53:48 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2012-06-21T14:53:48Z</dc:date>
    <item>
      <title>3.0 Download</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54667#M4820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript"&gt;http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 14:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54667#M4820</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-06-21T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3.0 Download</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54668#M4821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kelly.&amp;nbsp; 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.&amp;nbsp; Am I overlooking it or is it available separately?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm interested in more unit test examples as well as what changes need to be made for Derek's test sample (&lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/05/21/writing-unit-tests-for-your-arcgis-api-for-javascript-apps/"&gt;http://blogs.esri.com/esri/arcgis/2012/05/21/writing-unit-tests-for-your-arcgis-api-for-javascript-apps/&lt;/A&gt;&lt;SPAN&gt;) to work with 3.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--john&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2012 15:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54668#M4821</guid>
      <dc:creator>JohnCartwright</dc:creator>
      <dc:date>2012-06-24T15:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: 3.0 Download</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54669#M4822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. There are 2 small errors in the "Install notes for the ArcGIS API for JavaScript".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Configuration options for compact build:&lt;BR /&gt;[...]&lt;BR /&gt;2. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\&lt;STRONG&gt;jsapi&lt;/STRONG&gt;\js\dojo\dojo\dojo.js in a text editor [...]&lt;BR /&gt;3. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\&lt;STRONG&gt;jsapi&lt;/STRONG&gt;\js\dojo\dojo\dojo.js.uncompressed.js [...]&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has to be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\&lt;/SPAN&gt;&lt;STRONG&gt;jsapicompact&lt;/STRONG&gt;&lt;SPAN&gt;\js\dojo\dojo\dojo.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.0\&lt;/SPAN&gt;&lt;STRONG&gt;jsapicompact&lt;/STRONG&gt;&lt;SPAN&gt;\js\dojo\dojo\dojo.js.uncompressed.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The two files for the compact build are under the jsapicompact directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH and best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 10:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54669#M4822</guid>
      <dc:creator>AxelSchaefer</dc:creator>
      <dc:date>2012-06-25T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3.0 Download</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54670#M4823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;do we need to redownload the api since changes have been made? (i.e graphics, etc.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 16:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54670#M4823</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-06-27T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: 3.0 Download</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54671#M4824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;do we need to redownload the api since changes have been made? (i.e graphics, etc.)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3-0-download/m-p/54671#M4824</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-06-27T20:36:18Z</dc:date>
    </item>
  </channel>
</rss>

