Ed Merks

Results 491 comments of Ed Merks

Here's a simple way to see what the p2 publisher does. Using `platform:/resource/ in the Repository Explorer shows the p2 published results of all workspace projects. Turning on Expert mode...

Yes, I very occasionally see this problem in Oomph as well. But it's never possible to reproduce because if you try again, it succeeds. I suppose one could manually reproduce...

No, I don't think multiple threads are trying to download the same artifact. In general, the set of artifact requests is collected and requests are distributed across threads, but that's...

Does Tycho have an existing test for how generating a source feature with tycho-source-feature-plugin's source-feature goal works? It could be extended to add an additional bundle which is imported instead...

Note that this is what I see now which is driving the generation/inclusion of sources: ![image](https://user-images.githubusercontent.com/208716/178143352-1574ad9a-af7d-4726-8061-57be76e7daed.png)

That would address the issue of what's in the p2 repository, which is great. I wonder though, by which mechanism is a source bundle installed and available in the Eclipse...

I did already explain that yesterday: https://github.com/eclipse-equinox/p2/pull/107#issuecomment-1179660741 The sources are in the SDK currently: ![image](https://user-images.githubusercontent.com/208716/178146490-99082e8a-fde5-4c09-b1b2-592221d62db5.png) This is not a accident. It's because, as I mentioned yesterday and previously, people commonly...

I showed you a picture of the features that define the Eclipse SDK and specifically how they include source features. Wouldn't you expect that **anything** building something so defined, e.g.,...

Arguably this problem should be caught in the IDE. I suppose it's more something PDE would/should know to check. No imported package should come from a fragment where that package...

@laeubi It's a long, long thread where mostly it seemed to be asking about catching mistakes. And yes, I know about SWT's structure. That's why there is this in SWT's...