Donát Csikós

Results 174 comments of Donát Csikós

The `eclipse` plugin in Gradle has module support, but unfortunately, it does not add project dependencies to the module path. I've taken a stab at it and it seems like...

This is another example of the flaws of how Buildship translates Gradle dependency information to Eclipse. In a nutshell, you get a union of all dependencies from `eclipse.classpath.plusConfigurations`. We are...

Sorry that you're having trouble with Gradle! Your issue lacks information about how to reproduce the problem you're having. A reproducer project can really help us track down and fix...

I was also able to reproduce it. It seems like the [editor implementation class ](https://github.com/eclipse/buildship/blob/master/org.eclipse.buildship.ui/src/main/java/org/eclipse/buildship/ui/internal/editor/GradleEditor.java) has either the wrong superclass or something is off in its configuration. I don't have...

Hi! I know I keep promising to look into this but given the size of the PR I seem to never find the time to deeply look into this. This...

So one thing I can say right now is that the PR is unreviewable: it has 200+ commits and changes 1000+ files. However we proceed with this, we should have...

Hi! I did a bit of [cleanup](https://github.com/eclipse/buildship/pull/1297#issuecomment-2066713140) on Friday. The latest state is tracked on the [kuzniarz-workspace-composites-rebased](https://github.com/eclipse/buildship/tree/kuzniarz-workspace-composites-rebased) branch. It is based on the latest master and it has exactly two...

Sounds good, thanks for following up.