Protelis / Protelis-Parser

Parser for Protelis, the practical aggregate programming language
Other
0 stars 1 forks source link

Problem with eclipse plugin #299

Open den-gr opened 11 months ago

den-gr commented 11 months ago

I try to use the eclipse plugin for protelis but I get this error: java.lang.IllegalStateException: Unresolved proxy http://protelis.org#//ProtelisModule. Make sure the EPackage has been registered.

DanySK commented 11 months ago

How to reproduce?

den-gr commented 11 months ago

Minimal example:

  1. Install Protelis plugin
  2. create an Eclipse project
  3. In the root create a protelis file, paste the code in file

ExampleProtelisPluginProblem.zip image

In case of gradle project I get the same error but in different format: image

DanySK commented 10 months ago

This is very anomalous. We should switch to Gradle and use a language server instead of a classic Eclipse plugin