<?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 Deploying your Add In Button in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691055#M18559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ArcGIS fellows,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;during the last two days I tried to find out how to deploy a really simple Add In button from Java (in Eclipse). After exporting my project, I get the esriaddin file which can be executed either from the file explorer or from ArcMap's customize mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After launching the esriaddin-file I get the confirmation screen which tells me the "Martins Category.Martins Button" has been added, but there is no new category. Does anyone else experience this program behaviour. I would greatly appreciate if there would be some help out there. My simple code and the asriaddin file is located in the attachments of this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2011 12:05:19 GMT</pubDate>
    <dc:creator>MartinRick</dc:creator>
    <dc:date>2011-03-03T12:05:19Z</dc:date>
    <item>
      <title>Deploying your Add In Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691055#M18559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ArcGIS fellows,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;during the last two days I tried to find out how to deploy a really simple Add In button from Java (in Eclipse). After exporting my project, I get the esriaddin file which can be executed either from the file explorer or from ArcMap's customize mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After launching the esriaddin-file I get the confirmation screen which tells me the "Martins Category.Martins Button" has been added, but there is no new category. Does anyone else experience this program behaviour. I would greatly appreciate if there would be some help out there. My simple code and the asriaddin file is located in the attachments of this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 12:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691055#M18559</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2011-03-03T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying your Add In Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691056#M18560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks to me that your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;MartinsAddIn.esriaddin&lt;/SPAN&gt;&lt;SPAN&gt; does not contain the complete structure and necessary files. You can open the file with a ZIP viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file structure is described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Advanced_add_in_concepts/0001000004n7000000/"&gt;Advanced add-in concepts &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without further info, I suspect the build process is at fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is interesting that the Add-In Installation Utility does not validate the Add-In for required structure and files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully someone working in Java with Eclipse can help you further...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 16:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691056#M18560</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-03-03T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying your Add In Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691057#M18561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for your answer. Unfortunately I still can not convince the Add-in to work. I changed my "Hello World" project to make it even easier. Now I just generate a toolbar with a button which has a class file without any function. This means ArcGIS should just display the toolbar and the button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After installing the Add-In it tells me that both (toolbar and button) have successfully been installed, but I can only add the toolbar which has no button. In the attachments you can see the entire Java code, the AddIn-file with its config.xml and the chronological ordered screenshots. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate any developer help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 07:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691057#M18561</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2011-03-08T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Found the solution!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691058#M18562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;finally I found the solution for my problem. It seems that the "Import from File" option in ArcMap causes some problems if the .esriaddin file is not located in the following location:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;%USERPROFILE%\My Documents\ArcGIS\AddIns\Desktop10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a bit strange that ArcMap could import the Toolbar, but not the depending Buttons. So if you develope any kind of Add-In I would recommend to copy them directly to the path under My Documents or use the "Double Click" Deploy method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to Jeff again for his advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-your-add-in-button/m-p/691058#M18562</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2011-03-08T11:56:27Z</dc:date>
    </item>
  </channel>
</rss>

