You need to sign in to do that
Don't have an account?
In Eclipse, deploy to server, no package.xml found
Hi.
I tried to 'deploy to server' from Eclipse, and then validate, the error is occured.
'No package.xml found'.
Can anyone help me to solve this issue?
This deployment is from Sandbox to Product.
Please help.
I tried to 'deploy to server' from Eclipse, and then validate, the error is occured.
'No package.xml found'.
Can anyone help me to solve this issue?
This deployment is from Sandbox to Product.
Please help.
Go to you eclipse project -> src. Find if there is a file named package.xml. Either this file is missing or this has been written in a wrong way.
Thanks
prosenjit
Thanks for reply. Please
There is package.xml file, but I don't know exactly what is the 'wrong way'.
Could you please explain it in detail?
Is it possible to show the code in the package.xml ?
Thanks
prosenjit
Here is my package.xml.
I've changed some API version 36, 38, 39,,, and all of these dosen't work.
Please help.
You can try this out.
Create a blank project using the same user name and password. One package.xml should be created there. copy this code above and paste it to the new package.xml of the new blank project. Refresh the new project from server. After that try to deploy to server from the new project.
Thanks,
Prosenjit
Thank you for your continues help..
I tried whay you suggest for me, and unfortunately, It didn't work.
It is very urgent issue for me..
Is there any way to try to solve this issue?
I need to full copy sandbox to product without checking code coverage..