Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newest AMC script update breaks automation #13

Closed
richipargo opened this issue Apr 20, 2015 · 2 comments
Closed

Newest AMC script update breaks automation #13

richipargo opened this issue Apr 20, 2015 · 2 comments

Comments

@richipargo
Copy link

The changes made to the AMC dev:script causes my automation setup to fail

  • Filebot 4.5.6
  • Java 8
  • Deluge 1.3.11
  • Ubuntu 14.04

Attaching log

MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
 @ line 133, column 22.
   def excludePathSet = new FileSet()
                        ^

1 error

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
 @ line 133, column 22.
   def excludePathSet = new FileSet()
                        ^

1 error

        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
        at net.filebot.Main.main(Main.java:169)
Failure (°_°)
@rednoah
Copy link
Member

rednoah commented Apr 20, 2015

Currently, you'll need r2892 or higher if you wanna run the devel branch.

@Download https://sourceforge.net/projects/filebot/files/filebot/HEAD/

@rednoah rednoah closed this as completed Apr 20, 2015
@richipargo
Copy link
Author

Awesome thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants