Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Groovy Script Shell Exception

Hi Christian,

after a long journey, I think I know what the problem is. We must pass the GroovyScriptEngine's Classloader to the GroovyShell. And then we must ensure that the manifest of the groovy interpreter bundle is referencing all other script modules. I will open a ticket and commit my fix. Certainly a good gerrit training. Or do you have any other/better idea?


Raphael

2017-01-10 19:06 GMT+01:00 Christian Pontesegger <christian.pontesegger@xxxxxx>:

Seems like a problem with the classloader registration. Please open a bug for it.


Christian


On 10.01.2017 17:31, Raphael Geissler wrote:
Hi *,

when I start the EASE.launch (latest from master branch) and switch the Script Shell to Groovy, then I get an exception that org.eclipse.ease.modules.EnvironmentModule cannot be imported. 



Is there anything to configure first? 

Thanks for your help.

Raphael



_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev


_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top