Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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