You need to sign in to do that
Don't have an account?

Deploying using migration tool
I just started using the migration tool and got the custom object retrieval working fairly quickly. The problem is when I go to deploy I get an error on every fields and an All field that is not a field of the object
Here is the error:
All Component Failures:
1. objects/My_Object__c.object (My_Object__c.My_Field__c) -- Error: Not in package.xml
2. objects/My_Object__c.object (My_Object__c.All) -- Error: Not in package.xml
Here is package.xml:
Here is the error:
All Component Failures:
1. objects/My_Object__c.object (My_Object__c.My_Field__c) -- Error: Not in package.xml
2. objects/My_Object__c.object (My_Object__c.All) -- Error: Not in package.xml
Here is package.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>z87__My_Object__c</members> <name>CustomObject</name> </types> <version>36.0</version> </Package>
Anyway positive points to take out of this are:
don't put your namespace in your package.xml....
All Answers
Anyway positive points to take out of this are:
don't put your namespace in your package.xml....
1.) it does not like it when you put your specific namespace in the package.xml
2.) It makes a copy of your package xml so if you fix your package xml make sure you are changing the original not the output
Let me know how it goes or any additional details if thats not your problem
if you can maybe post your package xml that might help, also make sure your build file points at the correct directory for package xml
but my local directory contains everything from my other sandbox. So while deploying using this package.xml I get error saying not in package.xml for eveyother component.