Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Empty source bundles

On 05/16/2012 12:11 PM, Paul Webster wrote:
On Wed, May 16, 2012 at 10:55 AM, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:

On 05/15/2012 09:15 PM, Thanh Ha wrote:
I'll look into seeing if I can build after reverting the changes in eclipse.platform.releng/features/master/feature.xml tomorrow
<!--
   <includes
         id="org.eclipse.sdk.examples"
         version="0.0.0"/>
-->


I had commented this out because it pulls in swt.examples and features which I believe we are not building in the CBI build at the moment so the dependencies cannot be satisfied.

This we wouldn't be able to comment out of the master feature, as we build them.  But I see the sdk.examples feature includes SWT example plugins, and those are in the existing 4.2/3.8 repo.   Can you mirror them into the natives repository so they're available, just like the SWT fragments currently?

I was able to include the swt examples in the natives and got this one mostly working. One problem below is giving me some grief though. It seems that org.eclipse.sdk.examples-feature includes org.eclipse.sdk.examples.source which is what itself should produce but Tycho doesn't seem to pick it up.

I tried ignoring it in the pom by adding

<feature id="org.eclipse.sdk.examples" />

to the tycho-source-feature-plugin excludes list but this does not seem to help the issue. Anyone know what I can do to fix this?

Thanks,

Thanh

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-source-feature-plugin:0.14.0:source-feature (source-feature) on project org.eclipse.sdk.examples: Could not generate source feature for project MavenProject: org.eclipse.sdk.examples-feature:org.eclipse.sdk.examples:3.5.0-SNAPSHOT @ /home/user/Downloads/eclipse2/R3_platform-aggregator/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml
[ERROR] Missing sources for features [org.eclipse.sdk.examples.source_3.5.0.201205162023]
[ERROR] -> [Help 1]


Back to the top