Buildship plugin does not import project correctly

Hi, Stefan, at long last I come back to this and I am trying to follow your suggestion, which gives me the following error:

Synchronize Gradle builds with workspace failed due to an error in the referenced Gradle build.
Could not fetch model of type ‘EclipseProject’ using Gradle distribution ‘https://services.gradle.org/distributions/gradle-2.12-bin.zip’.

Build file ‘C:\Users\SC1478\git\transw\transw\rms64\build.gradle’ line: 10
A problem occurred evaluating project ‘:rms64’.
Could not find property ‘eclipse’ on project ‘:rms64’.
org.gradle.tooling.BuildException: Could not fetch model of type ‘EclipseProject’ using Gradle distribution ‘https://services.gradle.org/distributions/gradle-2.12-bin.zip’.
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:58)

where line 10 is your suggested:

eclipse.project.name = (rootProject.name + project.path).replaceAll(':', '-')

What else is required to make this work?

Thanks.