Page 1 of 1

Compile

Posted: 27 Mar 2018, 16:44
by darkvinill
Hi, how do you guys compiler filebot (linux)?
I tried to run "and" but I'm getting the following error:

Code: Select all

Buildfile: /root/Desktop/tests/filebot/build.xml

init:

revision:
     [echo] Revision: 5350

build:
    [javac] Compiling 395 source files to /root/Desktop/tests/filebot/build
    [javac] javac: invalid target release: 10
    [javac] Usage: javac <options> <source files>
    [javac] use -help for a list of possible options

BUILD FAILED
/root/Desktop/tests/filebot/build.xml:790: Compile failed; see the compiler error output for details.

Re: Compile

Posted: 28 Mar 2018, 11:10
by thanatos216
/root/Desktop/tests/filebot/build.xml:790 this is your hint. It failed on 790. You need to have the ivy files it expects them in lib/ivy

I don't have exact instructions but that is a start.


-Than

Re: Compile

Posted: 29 Mar 2018, 16:29
by kim
do you have Java 10 (JDK) installed ?

Code: Select all

[javac] javac: invalid target release: 10

Re: Compile

Posted: 30 Mar 2018, 14:21
by darkvinill
kim wrote: 29 Mar 2018, 16:29 do you have Java 10 (JDK) installed ?

Code: Select all

[javac] javac: invalid target release: 10
java version "9.0.4"

Re: Compile

Posted: 30 Mar 2018, 14:26
by darkvinill
thanatos216 wrote: 28 Mar 2018, 11:10 /root/Desktop/tests/filebot/build.xml:790 this is your hint. It failed on 790. You need to have the ivy files it expects them in lib/ivy

I don't have exact instructions but that is a start.


-Than
I do have the ivy files