grails - Unable to import org.apache.common.collections.list -


i using groovy grails tool suite grails project. trying use lazylist.decorate in 1 of domain classes , want import org.apache.common.collections.list within domain class. see org.apache.commons.collections_3.2.0.v2013030210310.jar available under ggts plugins folder. however, editor shows error @ import statement saying "groovy: unable resolve org.apache.common.collections.list". please help!

since question missing code snippet suspect have line import org.apache.common.collections.list. should import org.apache.common.collections.list.* - or if lazylist want: import org.apache.common.collections.list.lazylist


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -