Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Adding an existing bundle from Maven to Orbit

On Fri, Sep 20, 2019 at 8:36 AM Dirk Fauth <dirk.fauth@xxxxxxxxxxxxxx> wrote:
> I think creating such a feature would work. I could give it a try with the example I provided.

You're right pomDependencies=consider could work and could
get resolved by a separate feature. There's one issue though, in
the case of glazedlists. com.glazedlists:glazedlists:1.11.0:sources
is not an OSGi bundle, so source feature generation fails.

> I don't know if someone is looking at https://bugs.eclipse.org/bugs/show_bug.cgi?id=551026
>
> And probably it is not an EBR issue. Looks more like a Tycho platform configuration issue.

I haven't had too much time to take a look, but I did find it weird
that one of the failing
to resolve dependencies doesn't have anything in the metadata to
filter it out on windows.
It made me wonder whether Tycho might have some code that attempts to
automatically
filter, but just guessing at this point.



Back to the top