Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Missing w3c Dependency

I guess there are newer versions of the features required by the example product in the Juno p2 repository in the meantime.

Try removing the version attributes of the features in [1]

      <feature id="org.eclipse.e4.rcp" version="1.1.0.v20120131-1846-8yEEFyfGGdfiIUCM1VKqVel"/>
      <feature id="org.eclipse.rcp" version="4.2.0.v20120118-1921-7IAO8ZBrHPUY91YehqxSmDN2WLrW"/>

HTH
Jan

[1] https://github.com/jsievers/tycho-demo/blob/master/exercises/Exercise_05_Solution/tychodemo.repository/tychodemo.bundle.product 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Joseph D Carroll Jr
Sent: Donnerstag, 14. Juni 2012 03:49
To: Tycho user list
Subject: Re: [tycho-user] Missing w3c Dependency

Hey all, back again with a question- 

I am on the last exercise of the EclipseCon tycho-demo and I am running into an issue with a missing dependency.  When I validate the "tychodemo.bundle.product" I have a problem detected for org.w3c.dom.smil:
Missing Constraint: Import-Package: org.w3c.dom.events; version="[3.0.0,4.0.0)"

When I run from the parent pom, I receive the error:
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: tychodemo.product 1.0.0.qualifier
[ERROR]   Missing requirement: tychodemo.product 1.0.0.qualifier requires 'org.eclipse.e4.rcp.feature.group [1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn]' but it could not be found

I spent a little time digging around looking for a solution but every post I come across references a 2.x version. I've cleaned the workspace, restarted, and searched for the package but I have been unable to come up with a fix.

Any thoughts on where to look?

Thanks,

JD



Back to the top