Skip to main content

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

Perfect, that does the trick!

Thanks
Yves

On 13.01.2012 11:04, Cristiano Gavião wrote:
Hi,

try to use '-console -noExit'

at >osgi you can you the "diag <bundle number>" command to try to see
what dependencies is missing or has cycles...

regards

Cristiano

On 13/01/12 06:08, Yves Langisch wrote:
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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



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



Back to the top