Groovy‘s RootLoader is a handy class that can be used to encapsulate a Groovy script’s reference to external classpath dependencies within the script itself. The documentation for RootLoader states, ...
Quick question - I'm parsing an xml file in Groovy in which some of the values being parsed out are korn shell commands I want to run. I can either have them run directly as they are parsed or store ...