Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HelloWorld compilation error (other problem than related topics) #121

Open
meedley opened this issue Apr 24, 2018 · 2 comments
Open

HelloWorld compilation error (other problem than related topics) #121

meedley opened this issue Apr 24, 2018 · 2 comments

Comments

@meedley
Copy link

meedley commented Apr 24, 2018

Hello guys,

I'm having this problem while compiling HelloWorld in Java/Eclipse:

Run Configurations -> Maven Build:
Base Directory: $ {workspace_loc: / helloworld}
Goals: install
OK

Goals: kev:deploy
[INFO] Scanning for projects ... [INFO] [INFO] ----------------------------------------------- ------------------------- [INFO] Building Kevoree :: helloworld 0.0.1-SNAPSHOT [INFO] ----------------------------------------------- ------------------------- [INFO] [INFO] --- org.kevoree.tools.mavenplugin: 5.3.1: deploy (default-cli) @ helloworld --- [INFO] ----------------------------------------------- ------------------------- [INFO] BUILD SUCCESS [INFO] ----------------------------------------------- ------------------------- [INFO] Total time: 1.237 s [INFO] Finished at: 2018-04-23T21: 11: 29-03: 00 [INFO] Final Memory: 8M / 123M [INFO] ----------------------------------------------- -------------------------

Goals: kev:run
[INFO] Scanning for projects ... [INFO] [INFO] ----------------------------------------------- ------------------------- [INFO] Building Kevoree :: helloworld 0.0.1-SNAPSHOT [INFO] ----------------------------------------------- ------------------------- [INFO] [INFO] --- org.kevoree.tools.mavenplugin: 5.3.1: run (default-cli) @ helloworld --- [INFO] Manually install file: C: \ Users \ masterdv6 \ Documents \ Workspace \ 1.HelloWorld \ java \ target \ classes for mvn: org.kevoree.example: helloworld: 0.0.1-SNAPSHOT 00:00 INFO: Bootstrap Kevoree node: node0, version 5.3.1 00:00 INFO: Merge bootstrap model from C: \ Users \ masterdv6 \ Documents \ Workspace \ 1.HelloWorld \ java \ target \ classes \ KEV-INF \ lib.json 00:00 INFO: Request = JavaNode, org.kevoree.example.HelloWorld, java.lang.Exception: TypeDefinition not found with: JavaNode and version null in 0 selected at org.kevoree.kevscript.util.TypeDefinitionResolver.resolve (TypeDefinitionResolver.java:91) at org.kevoree.kevscript.KevScriptEngine.interpret (KevScriptEngine.java:153) at org.kevoree.kevscript.KevScriptEngine.interpret (KevScriptEngine.java:149) at org.kevoree.kevscript.KevScriptEngine.interpret (KevScriptEngine.java:144) at org.kevoree.kevscript.KevScriptEngine.executeFromStream (KevScriptEngine.java:76) at org.kevoree.kevscript.KevScriptEngine.executeFromStream (KevScriptEngine.java:85) at org.kevoree.bootstrap.Bootstrap.bootstrapFromKevScript (Bootstrap.java:218) at org.kevoree.bootstrap.Bootstrap.bootstrapFromKevScript (Bootstrap.java:248) at org.kevoree.bootstrap.Bootstrap.bootstrapFromFile (Bootstrap.java:351) at org.kevoree.bootstrap.Bootstrap.main (Bootstrap.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.kevoree.microkernel.impl.KevoreeMicroKernelImpl $ 1.run (KevoreeMicroKernelImpl.java:223)

Best regards,
Fabio

@brice-morin
Copy link
Member

Hi,

Unfortunately, the ThingML->Kevoree compiler is not maintained anymore.

Have you tried with the "plain Java" compiler?

@meedley
Copy link
Author

meedley commented Apr 24, 2018

Hello

Ok thanks, I'll try it another way.

Regards,
Fabio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants