I am trying to deploy a SharePoint 2010 feature using the following commands:
stsadm -o addsolution -filename %featureWSPFile%
stsadm -o deploysolution -name %featureWSPFile% -url http://localhost:2010 -immediate -allowGacDeployment
stsadm -o execadmsvcjobs
stsadm -o activatefeature -name %featureName% -url http://localhost:2010
However, I get the following error message:
Failed to find the XML file at location '14\Template\Features\%featureName%\feature.xml'