[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Adding my feature to a custom eclipse distro build

Hi,

I have followed Andrew Niefer's excellent blogs on creating custom Eclipse distros. I have downloaded both examples and they work exactly as described.

However, I am trying to extend the 2nd example (adt.feature.builder) to add my own feature but am unable to get it to work.

I have added my feature to the 'adt.product' (my feature and all its plugins exist in the workspace). When I run the Ant build, I get a build failure:

BUILD FAILED
buildADT.xml:23: The following error occurred while executing this line:
productBuild.xml:36: The following error occurred while executing this line:
productBuild.xml:64: Unable to find feature: com.xxx.myfeature.feature.

Any ideas on how to get the build to find myfeature?

Thanks

--
Derek