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
ToolSet
Re: ToolSet
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.
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
Thanks for that info.
And thanks for building FileBot.
And thanks for building FileBot.