I often want to test methods I'm developing in a Groovy class independently, and use the Console to do so, like:
groovyConsole -cp mygroovyfiles
However I have not yet been able to figure out how to reload changes to my groovy files so that I can update the files and see the results reflected in the Console. "/Script/Add Directory to ClassPath" and "Script/Clear Script Context" don't work. Is this possible?