Skip to main content

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

Where are the imports supposed to come from? If Tycho can’t resolve them, I would say that they are missing in your target platform.

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Robert Gründler
Sent: Sonntag, 8. Januar 2012 20:40
To: Tycho user list
Subject: [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