Brian de Alwis

Results 167 comments of Brian de Alwis

I'll commit this once I have a patch for #3181.

Hmm, now the logs are littered with exceptions (below) as the fix for #3181 is now executing the remainder of `LibraryClasspathContainerResolverService.resolveContainer()`: The first type of exception is because we don't...

It turned into a bit of a tar-baby. The trigger (failing downloads leaving `.lastUpdated` files) is #3095 — we have two codepaths for fetching Maven dependencies which should be rationalized...

It seems like it would be easy: the `version` in `DefaultArtifact` [can be a range](https://github.com/eclipse/aether-demo/blob/master/aether-demo-snippets/src/main/java/org/eclipse/aether/examples/FindNewestVersion.java#L38).

Fetching https://dl.google.com/eclipse/google-cloud-eclipse/beta/index.html (and https://dl.google.com/eclipse/google-cloud-eclipse/stable/index.html) works.

Hmm… the code in `hasSourcePathInDeployAssembly` does its read with a `StructureEdit` lock on the project, but it looks like `DeployAssemblyEntryRemoveJob#run()` does not.

…but `VirtualResource#removeLink()` does.

Works for me. Something's wrong with your zip file.

That's odd as the _Web App Libraries_ container just reflects the contents of the `WEB-INF/lib` folder. If those items were properly moved, then all should be well. Does a _Project...