Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] EBR / Recipes Update

 
> > I assume that when a bundle has some prereqs, those are still
> > resolved from our current repositories? And that would be how we would
> > know a bundle was "completely" in Orbit.
>
> Not sure what you mean by "completely". The bundle repository
> contains just the bundle and its source as produced by a recipe. p2
> does not include direct and transitive dependencies. Those are
> expected to be somewhere else.

By "complete", I do mean the dependencies. For an existing example,
org.apache.commons.fileupload
depends on
org.apache.commons.io
so before we could say that "commons.fileupload" was in Orbit and "ready to use"
we also want to be sure that "commons.io" is in Orbit (not just that "commons.io"
is "somewhere else" such as maven central.

That sort of dependency checking is one thing the current PDE build does "automatically".

Thanks,



Back to the top