Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] M6 removed features

Hi Everyone,

I'm working on Rebasing CBI to M6 this week and noticed some features have 
been removed. When I try to build I receive the following error:

-----
[ERROR] Internal error: java.lang.RuntimeException: Could not read feature 
descriptor at /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-
feature: /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-
feature/feature.xml (No such file or directory) -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: 
java.lang.RuntimeException: Could not read feature descriptor at 
/home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-
feature
-----


Upon further inspection I discovered that this feature was actually removed 
per commit log:


-----
commit bc0f609fef6651ff253dd69994c0a0a7fe116adc
Author: Mike Rennie <Michael_Rennie@xxxxxxxxxx>
Date:   Mon Feb 13 11:10:12 2012 -0600

    Bug 353844 - Clean up EE description fragments - remove unused
    single features
-----


I was wondering if removing the pom.xml for this feature is the correct path 
or if something more needs to be done to proceed in the case of removed 
features?


Thanks,


Thanh


Back to the top