Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem resolving dependencies from Project Set Editor update site (http://vpms.de.csc.com/projectset/update/)

http://vpms.de.csc.com/projectset/update/ is an old-style, pre-p2 update
site and does not contain enough metadata to resolve build-time
dependencies. Tycho should have printed a warning message about that.

--
Regards,
Igor

On 12-05-14 9:44 AM, Sebastien Arod wrote:
Hi,

I have a small project that I want to build using tycho.

This project has a dependency to bundle
com.csc.dip.projectset;bundle-version="3.0.0" of the Project Set Editor
project.

This bundle is provided by the project  update site
(http://vpms.de.csc.com/projectset/update/) so I added it to the parent
pom repositories but it seems that Tycho just ignores the content of the
update site and finally fails with error:
org.apache.maven.InternalErrorException: Internal error:
java.lang.RuntimeException: "No solution found because the problem is
unsatisfiable.": ["Unable to satisfy dependency from tychopsfbug
1.0.0.qualifier to bundle com.csc.dip.projectset 3.0.0.", "Unable to
satisfy dependency from tychopsfbug 1.0.0.qualifier to bundle
com.csc.dip.projectset.ui 3.0.0.", "No solution found because the
problem is unsatisfiable."]

I can't figure out what happens and why tycho ignores this update site.
Is there some update sites that are not supported?

Is there a way to trace which bundles were found by Tycho during
indexing of update sites? I tried with -X option but there is no useful
information.

I attached a small reproducible project if someone is interested.

Thanks
-Seb



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top