Page 1 of 1

ToolSet

Posted: 12 Dec 2013, 06:09
by wowbagger
Hi,
I was wondering if you would mind sharing what tool set you use for developing, testing and debuging FileBot comands with groovy scripts?

Also a process flow, how you go about building up a complicated script?

Thanks for your time

Re: ToolSet

Posted: 12 Dec 2013, 11:03
by rednoah
I do all development in Eclipse. If I have to debug things it's usually about filebot internals.

For groovy scripts I just prototype things one function at a time, and then put it together. So my "debugging" is really just good old println.

I'd say that the groovy scripts are usually so easy and straight-forward that you don't need to debug anything as long as you know what you're doing with groovy in general. Groovy Console is a good tool to play with it.

Re: ToolSet

Posted: 12 Dec 2013, 11:58
by wowbagger
Thanks for that info.
And thanks for building FileBot.