Trying out Buildship 1.0.20 today with Eclipse Neon (installed manually through marketplace, etc).
I imported my project (~100 projects). While I have no errors in my source (no red X’s), source linking isn’t working. I can navigate a Java file, and when I ctrl-click on a class from another project in the multi-project build, it takes me to the .class file in the “Project and External Dependencies” section, instead of the source of the linked project.
“The JAR of this class file belongs to container ‘Project and External Depencencies’ which does not allow modifications to source attachments on its entries.”
The reference in “Project and External Dependencies” is pointing to “main - /path/to/my/build/classes”
Is there something I’m missing that I need to configure (in my eclipse plugin on my build.gradle files)? I have another (albeit, much smaller; only 4 project) multi-project build, where this works just fine, out of the box, no special configuration.
I’ve tried removing any eclipse plugin configuration as well, and still no luck with it. (Unfortunately, this is a rather large project, and I can’t reproduce with my smaller projects, so I can’t give an example of my configuration, but at this point, there’s little/no eclipse specific code in my project).
Is there anything that would be stomping on the project-source link?