HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

run exercise 3.2_Automatically_Wrapping_JS_Code of tutorial 3 from HEADS IDE - nothing happens #63

Open skorsky opened 9 years ago

skorsky commented 9 years ago

Try to run exercise 3.2_Automatically_Wrapping_JS_Code of tutorial 3 from HEADS IDE. I use the context menu of /3.2_Automatically_Wrapping_JS_Code/thingml-gen/javascript/Deployment0JS/kevs/main.kevs and start Run as --> 4 Compile and Run as Kevoree Script. Nothing happens. I checked the console, the processes (task manager). Only in the error log I see this:

null
org.eclipse.wst.jsdt.core
Warning
Mon Mar 02 17:00:19 CET 2015
JSDT AbstractIndexer attempted to index a field with no name, this should never happen.
typeName: String
declaringType: ___anonymous_types

(Don't know if this is related to the Run as.)

The same symptom when I use Run as --> 5 Quick Run as Kevoree Script

brice-morin commented 9 years ago

@barais what is the proper way to run Kevoree/JS from the HEADS IDE?

maxleiko commented 9 years ago

Use mvn kev:run or grunt kevoree

brice-morin commented 9 years ago

@skorsky should we consider that issue closed?

skorsky commented 9 years ago

May be we should move it to the HEADS IDE. Running mvn kev:run or grunt kevoree is just a workaround. But the underlying question about Run as --> 4 Compile and Run as Kevoree Script and Run as --> 5 Quick Run as Kevoree Script is not solved. What should these menu entries do? Are they working properly now or are they work in progress?

brice-morin commented 8 years ago

@barais what is the status here?