GANT for GRails

http://naleid.com/blog/2008/03/31/using-gant-to-execute-a-groovy-script-within-the-grails-context-updated/

http://www.javaworld.com/javaworld/jw-02-2008/jw-02-gant.html?page=4

Check classpath content

If you need a reference to all the jars loading you can get it with

getClass().classLoader.rootLoader.URLs.each { println it }