GANT for GRails
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 }
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 }