Skip to main content

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

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

Attachment: tychobugpsf.zip
Description: Zip archive


Back to the top