Issue with deploying customlabel as part of package.xml

Issue #788 resolved
Shabab Farhat created an issue

The custom labels are not getting subscribed by app during deployment even thought are included in the package.xml. If I try to save custom labels, I am also getting warning message that custom labels file is not part of subscription.

Example Package.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>AccountTestUtils</members> <name>ApexClass</name> </types> <types> <members>TestApexClass</members> <name>ApexPage</name> </types> <types> <name>ApexTrigger</name> </types> <types> <members>TestLabel1</members> <members>TestLabel2</members> <name>CustomLabel</name> </types> <version>40.0</version> </Package>

Comments (2)

  1. Scott Wells repo owner

    This particular issue should already have been addressed, but 2.0.8.3 includes full support for child metadata types.

  2. Francois Korb

    Running into an issue with IC when saving custom labels - seems to go into an endless loop , waning about the label metadata not being subscribed and I have to kill IntelliJ - I know it is in the package.xml file -perhaps I missed a config setting somewhere but I experienced this on several aura projects now.

  3. Log in to comment