Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Eclipse and Tycho dependencies


I am wondering about the integration of Tycho into Eclipse. I got the latest Tycho plugin, latest eclipse and M2E.
When having two eclipse-plugins, as projects in Eclipse, with dependencies;
A --> B
everything works fine. I can compile both from Eclipse with Run As->Maven Install, and from the command-line.

When I close project B in Eclipse, suddenly Eclipse reports unresolved source symbols errors in A, and the problem "Bundle 'B' cannot be resolved". 

It still works fine with RunAs->Maven Install, and from the command-line, so maven does seem to know how to find the artifacts.

It seems something is not being done correctly in how the dependencies are resolved, and being propagated to eclipse,
or am I missing something obvious?

Cheers,
-- Gunnar



Back to the top