dmolchanenko / RedwoodHQ

Other
161 stars 96 forks source link

Adding capabilities to Launcher #17

Closed gupta-tarun closed 6 years ago

gupta-tarun commented 6 years ago

Hi @denisnm We are using Redwood internally and wanted to add a couple to capabilities to it.

The feature I was adding is the support for return values in other steps as well, I checked the code and decided that we need to add some code to launchers to support this.

It was done for Python launcher easily but when I did the same for Groovy/Java launcher, I hit some roadblocks. I did the change and created a Lancher.jar using intellij but when I use this jar I am getting this error

java.lang.IncompatibleClassChangeError
java.lang.Class does not implement the requested interface groovy.lang.GroovyObject.

Do you know what could be causing this?

gupta-tarun commented 6 years ago

I got the answer in a google group, the version to use here is 2.1.6