I would like to incorporate wro4j into my grails project. I have everything setup, but I'm getting a JSMin UnterminatedStringLiteralException when the minifier attempts to compress the OpenLayers.js file I'm using.
So I figured it would be worth the time to configure wro4j to use a different js minification tool. After reading through the documentation on the wro4j wiki, I added the core and extension jar to my project.
The problem is that neither jar contains the class file for the YUIJsCompressorProcessor despite the documentation indicating otherwise. So I need to know whether or not there is something I overlooked.