knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

Groovy scripts wont compile due to broken import statements #64

Closed steveash closed 8 years ago

steveash commented 9 years ago

I guess no one is using the groovy scripting, because the imports are completely wrong. You will get:

2015-03-08 10:34:39,127 ERROR KNIME-Worker-5 Groovy Script : Execute failed: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 4: unable to resolve class de.mpicbg.knime.knutilsTableUpdateCache
 @ line 4, column 1.
   import de.mpicbg.knime.knutilsTableUpdateCache
   ^
steveash commented 9 years ago

Created a PR: https://github.com/knime-mpicbg/knime-scripting/pull/65