Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Debug bundle conflicts

Hi,

I have some bundle conflicts when trying to run my tests with the tycho-surefire-plugin:

...
!MESSAGE Package uses conflict: Require-Bundle: org.springframework.context; bundle-version="3.0.6"
...

I'm looking for a way to diagnose this issue. To do that I copied the command line call from the console log into a batch file and added the '-console' flag. Unfortunately the launcher does not stop at '>osgi'. To work around that issue I have created a text file with my osgi console commands and redirect it to the process with '< commands.txt'.

This is not a very convenient way to diagnose a conflict. Any better solutions?

-
Yves


Back to the top