user134055
user134055

Reputation:

Eclipse won't show Ceylon source files

I have created a Ceylon project in Eclipse Oxygen. There are Ceylon source code files in the folder C:\Users\Jon\Aukitekt\milling\source\designs, but these are not shown inside Eclipse, as can be seen in this screenshot:

enter image description here

EDIT:

Making a single run, to 'kickstart' Eclipse, seems not possible. In run configuration I cannot click 'Run', for some reason.

Refreshing the Project Structure Window (right click -> refresh) revealed two files in the root:

Upvotes: 1

Views: 61

Answers (1)

user134055
user134055

Reputation:

The problem was that the project was not created as a proper Ceylon project.

When creating the project, choose

File -> New -> Ceylon project

rather than

File -> New -> Project

Upvotes: 2

Related Questions