I have an Xtext project in a git repository. I tried various ways to import it into a blank workspace. I didn't succeed so far. I search google for at least two hours. I found various tutorials how to setup a new Xtext project in Eclipse, but not how to import already existing resources.
The closest I got so far is this:
Import > Projects from git > Existing local repository >
At least the default Xtext project and the ui project were imported. The test project was not recognized as project -> could not import it so far.
The imported projects don't work. The packages are shown as folders and I don't even have a java compiler on the buildPath.
Can someone please explain to me how can I import an existing Xtext project to eclipse correctly? My only solution so far is copying my friends workspace folder. I can create a new Xtext project in eclipse, but how can I import an existing project?