<?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 Re: ArcGIS JavaScript API - Problem with custom build in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-problem-with-custom-build/m-p/627245#M58530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never been able to get the custom build to work, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modules...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dojo/main.js&lt;/LI&gt;&lt;LI&gt;dojox/gfx/svg.js&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;...are probably referenced by modules that you are referencing. (I wasn't clear if you knew that already and were just asking why the BUILDER didn't include them.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try following the steps for uploading a zipped version of your app mentioned here: &lt;A href="https://developers.arcgis.com/javascript/jshelp/inside_web_optimizer.html" title="https://developers.arcgis.com/javascript/jshelp/inside_web_optimizer.html"&gt;ArcGIS API for JavaScript Web Optimizer | Guide | ArcGIS API for JavaScript&lt;/A&gt; . (I have yet to try this method, so I can't tell you if it actually works.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 17:59:08 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2015-02-26T17:59:08Z</dc:date>
    <item>
      <title>ArcGIS JavaScript API - Problem with custom build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-problem-with-custom-build/m-p/627244#M58529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently "exeperimenting" with &lt;A href="http://jso.arcgis.com/"&gt;custom build&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;I've created a text file where I've listed all modules I need :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"dijit/TooltipDialog",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"dijit/popup",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"dojo/dom-style",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/Color",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/InfoTemplate",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/SpatialReference",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/geometry/Extent", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/geometry/Point", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/geometry/webMercatorUtils",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/graphic",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/layers/ArcGISDynamicMapServiceLayer",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/layers/FeatureLayer",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/layers/GraphicsLayer",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/map",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/renderers/HeatmapRenderer",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/CartographicLineSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/Font",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/PictureMarkerSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/SimpleFillSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/SimpleLineSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/SimpleMarkerSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/symbols/TextSymbol",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/tasks/QueryTask",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/tasks/query", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"esri/toolbars/draw"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create this list, I've just gone through the code and took out all &lt;SPAN style="text-decoration: underline;"&gt;require&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;The build created seems fine.&lt;/P&gt;&lt;P&gt;But when trying to use it in a simple web page, it looks like the &lt;STRONG&gt;dojo/dojo.js&lt;/STRONG&gt; (the errors are triggering from this file) is trying to load some files that do not exist :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dojo/main.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dojox/gfx/svg.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the build do not include these files.&lt;/P&gt;&lt;P&gt;I might be missing something, I'm not so familiar with AMD modules anyway.&lt;/P&gt;&lt;P&gt;What could be the problem ? From the build ? From my code where I missed stuff ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas/tips &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-problem-with-custom-build/m-p/627244#M58529</guid>
      <dc:creator>VincentDechandon</dc:creator>
      <dc:date>2015-02-24T14:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API - Problem with custom build</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-problem-with-custom-build/m-p/627245#M58530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never been able to get the custom build to work, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modules...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dojo/main.js&lt;/LI&gt;&lt;LI&gt;dojox/gfx/svg.js&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;...are probably referenced by modules that you are referencing. (I wasn't clear if you knew that already and were just asking why the BUILDER didn't include them.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try following the steps for uploading a zipped version of your app mentioned here: &lt;A href="https://developers.arcgis.com/javascript/jshelp/inside_web_optimizer.html" title="https://developers.arcgis.com/javascript/jshelp/inside_web_optimizer.html"&gt;ArcGIS API for JavaScript Web Optimizer | Guide | ArcGIS API for JavaScript&lt;/A&gt; . (I have yet to try this method, so I can't tell you if it actually works.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 17:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-problem-with-custom-build/m-p/627245#M58530</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2015-02-26T17:59:08Z</dc:date>
    </item>
  </channel>
</rss>

