eclipse - pde.exportFeatures for features in the target? -
eclipse - pde.exportFeatures for features in the target? -
i have feature abc
in target file, , want re-create local folder. utilize ant build file command pde.exportfeatures
.
yet next error message:
buildfile: c:\...\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\features\abc.feature_1.6.1\build.xml not exist
is pde.exportfeatures
not meant used features in target file?
pde.exportfeatures intended used features in workspace not in target platform.
eclipse ant eclipse-plugin eclipse-pde
Comments
Post a Comment