DestructiveChanges.xml fails because component doesn't exist
Set the ignoreWarnings
attribute to true
to prevent sf.deploy
from failing when components in destructiveChanges.xml
are not found, e.g.
<sf:deploy username="${sf.undeploy1}" ... ignoreWarnings="true" />