Groovy Scripting - Getting Started?
Posted: 26 Apr 2016, 20:23
Hi there!
I am planning to code some Groovy scripts for my personal needs and would like some help with IDE integration in Eclipse or IntelliJ. All that is said at GitHub (https://github.com/filebot/scripts) is:
Thank you, Tym.
I am planning to code some Groovy scripts for my personal needs and would like some help with IDE integration in Eclipse or IntelliJ. All that is said at GitHub (https://github.com/filebot/scripts) is:
However this seems to be a simplification. The Groovy scripts strongly depend on classes from the core of Filebot (https://github.com/filebot/filebot). What is the best setup for Groovy development for Filebot if i want to:If you want to run scripts from a local file or if you want to make your own modifications just clone the repository into your local filesystem.
- Do unit testing of Groovy scripts right from the IDE
- Have Groovy scripts resolve references to core Filebot classes/methods
- Downloaded Filebot from source into my favourite IDE
- Downloaded all dependencies from ivy.xml
- Resolved correct Java and Groovy SDK
- Tried to tie in the Groovy scripts without luck
Thank you, Tym.