You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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:(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
The text was updated successfully, but these errors were encountered: