Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Bug 398201 - [CBI] Issues with org.eclipse.osgi (3.9?) and org.eclipse.equinox.ip in N builds

>For the cycles, I assume you are saying that makes the build "indeterminate"? I know for PDE builds, it would simply take the "old" version if it was already in the target, but I'd 
>think someone would have notice that in the test builds? 

After reading up on tycho bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=378502 ,
tycho does introduce a hard precedence for artifacts currently being built over artifacts in the target platform, so it's not that bad at least for full builds.

I think the cycles we are seeing are outside of the platform build, e.g. ECF uses platform and platform uses ECF. Intra-platform cycles would fail the build because of the precedence I mentioned above.

Regards,
Jan


Back to the top