ricardojmendez / grails-imagetools

Basic image tools plugin for Grails based on JAI. CURRENTLY UNSUPPORTED, since I haven't used it myself in years. You're welcome to take over it.

Home Page:http://www.grails.org/ImageTools+plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors during grails install-plugin

elacheche opened this issue · comments

Hey,

I'm trying to install grails image tool 1.0.5 but I alway have those errors http://paste.ubuntu.com/6001937/ ..

I'm sure that I don't did something wrong, my BuildConfig.groovy is OK..

Some errors are due to a wrong name of the jars, for example there is no /usr/share/grails/2.0.4/lib/commons-collections/commons-collections/jars/commons-collections-3.1.jar in my HD but there is /usr/share/grails/2.0.4/lib/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar in other cases there is no file/directory.. :/

Any idea?!

Hi elacheche,

I haven't used imagetools myself in quite a while, so I'm afraid I have not tried it with the latest Grails.

It's not the latest Grails :/
My Devs team used the same Grailsversion with the imagetool without any problems (on Windows)
I'm trying to use it under Linux (for the same project).. But I have those errors

To clarify: I haven't really used it on a project in the last 3+ years, and I'm pretty sure never on a Grails 2 project. It would seem from your report that the collections library included has changed.

Seeing as how the plugin is mostly a class to interface with jai, perhaps you can use that directly?

https://github.com/ricardojmendez/grails-imagetools/blob/master/src/groovy/org/grails/plugins/imagetools/ImageTool.groovy

You'll likely need the latest version of JAI to play nice with the libraries included on Grails 2.

Ok, thanks for your help :)