[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
|
- From: Derek <subs@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Aug 2009 08:03:43 +0100
- Newsgroups: eclipse.technology.equinox
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.1) Gecko/20090715 Lightning/1.0pre Thunderbird/3.0b3
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