runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Migration groovy script for xml support

Open Hooghof opened this issue 1 year ago • 0 comments

As a user I like to have a migration script for specific groovy scripts which need XML support, like xmlslurper. It turns out that we need to start a groovy script with import groovy.xml.*; in that case. The migration script should check if the groovy script needs xml support, in that case the first line needs to be inserted with: import groovy.xml.*;.

Hooghof avatar Oct 23 '24 09:10 Hooghof