function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JNicJNic 

IDE Deployment through Eclipse - terrible error

Hey all,

 

I'm trying to deploy some stuff through eclipse and I'm getting a very bad error that makes me angry...

 

 

Has anyone run into:

 

"Must specify a non-empty label for the CustomObject" when deploying a custom object?

 

I don't know what a non-empty label is. The object has a label.

 

I can't even find this when searching through developerforce.com...

 

JNicJNic

Log

 

 

*** Deployment Log ***
Result: FAILED
Date: March 9, 2011 2:34:49 PM PST

# Deployed From:
   Project name: Developer.Backbone.Inventory.1
   Username: username@host.com
   Endpoint: www.salesforce.com

# Deployed To:
   Username: username@host.com.alpha
   Endpoint: test.salesforce.com

# Deploy Results:
   File Name:    objects/inventoryItem__c.object
   Full Name:  inventoryItem__c
   Action:  NO ACTION
   Result:  FAILED
   Problem: Must specify a non-empty label for the CustomObject

   File Name:    package.xml
   Full Name:  package.xml
   Action:  UPDATED
   Result:  SUCCESS
   Problem: n/a

# Test Results:
   n/a

 

 

NPNP

Paste your code ...