Was looking here: http://groovy.codehaus.org/Testing+Web+ApplicationsQuestion 1) Looking at my Groovy install and the target/dist folders What's difference again between these JARS. A readme would work wonders here... groovy-<version>-sources.jar groovy-<version>.jar groovy-all-<version>-sources.jar groovy-all-<version>.jar Question 2) What package does XmlParser belong to? I initially presumed it was something from Xerces, until I saw the
depthFirst method Then I saw something on CK's blog: http://chanwit.blogspot.com/2007/02/flattening-xml-to-map-using-depthfirst.html that led me to think it was groovy.xml.XmlParser But when I look in the JARs above, I can't seem to track the file down. Where am I going wrong? |