Page 1 of 1

Grape

PostPosted: Sat Feb 04, 2012 9:55 pm
by CraigD
As reported previously, Grape doesn't seem to work in a Serviio plugin. I have confirmed this is still the case in 0.6.2. Perhaps a ticket should be opened for this to be investigated.

Re: Grape

PostPosted: Sat Feb 04, 2012 11:16 pm
by zip
never used it. How should it work? where will it download the dependencies?

Re: Grape

PostPosted: Sun Feb 05, 2012 8:22 am
by Illico
need : import groovy.grape.Grape ?

Re: Grape

PostPosted: Mon Feb 06, 2012 5:30 pm
by CraigD
you shouldn't need to do that import; Grape just works and seems to work fine in my plugins when I run them standalone. According to the groovy docs: "The downloaded modules will be stored according to Ivy's standard mechanism with a cache root of ~/.groovy/grape"

Re: Grape

PostPosted: Mon Feb 06, 2012 5:49 pm
by zip
interesting. create a bitbucket ticket please, attaching a plugin with Grape integration.