I have feature abc
in my target file, and I want to copy it to a local folder. I use the ant build file with the command pde.exportFeatures
.
Yet I get the following error message:
Buildfile: C:\...\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\features\abc.feature_1.6.1\build.xml does not exist
Is pde.exportFeatures
not meant to be used for features in the target file?
pde.exportFeatures is only intended to be used for features in your workspace not in the target platform.