Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Build suddenly can't resolve bundle

Hi,


for some reason my build can't suddenly resolve an import during compilation. I have a couple of bundles, like

* com.example.core
* com.example.ui
* etc

The core bundle is compiling fine, but when maven tries to compile the ui bundle, i'm getting tons of "The import com.dubture.twig.core cannot be resolved" errors.

The projects build fine in eclipse. Here's the plugin in question: https://github.com/pulse00/Twig-Eclipse-Plugin/tree/dev

Has anyone a hint how tycho resolves the bundles during compilation? I mean not the ones provided by a p2 repo, but dependent bundles from within the project.


regards

-robert



Back to the top