• Laurentiu Chelaru
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi Folks,

 

I've been using the ant-based deployment tool with great success, but am having issues deploying Custom Labels.

 

I have a custom label with a name of "Amazon_SQS_Access_Key", so I have put the following in my package.xml:

 

<types>
        <members>Amazon_SQS_Access_Key</members>
        <name>CustomLabels</name>
 </types>

 

... but when I try to download I get this error:

 

[sf:retrieve] package.xml - Entity of type 'CustomLabels' named 'Amazon_SQS_Access_Key' not found.

 

My usual "trick" to help me figure out the specific incantation required to get the "right" value into the <members> element is to use Eclipse to make up a package.xml for me, but it dies with a null pointer exception if I try to select a single CustomLabel (and subsequently will die again with "com.salesforce.ide.ui.packagemanifest.CustomObjectTypeNode cannot be cast to com.salesforce.ide.ui.packagemanifest.ComponentTypeNode"

 

in summary:

 

Does anybody know what I need to put in the <members> element of package.xml in order to download a custom label with a name of "Amazon_SQS_Access_Key"?

 

Thanks

Kerry