Noob questions on adding to Filebot GUI

Any questions? Need some help?
Post Reply
CooLTanG
Posts: 21
Joined: 26 Jul 2016, 09:26

Noob questions on adding to Filebot GUI

Post by CooLTanG »

Well I'd like to add on to the filebot GUI. I think I've got your entire source from github, and I was curious what IDE you developed on and anything I needed to know. I'm pretty much a beginner in Java, (not coding in general) but I'll find resources and chug along with my little addition. I think I'll try Eclipse IDE, and go from there. Any info or help would be gladly welcomed, but if your too busy, I'll keep on researching your incredibly useful program, thanks.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Noob questions on adding to Filebot GUI

Post by rednoah »

All the dot files are on GitHub, so Eclipse should be able to import it as an existing project. You'll also need Ant and Ivy for build and dependencies.
:idea: Please read the FAQ and How to Request Help.
CooLTanG
Posts: 21
Joined: 26 Jul 2016, 09:26

Re: Noob questions on adding to Filebot GUI

Post by CooLTanG »

yeah I'm a little stuck on the Ant/Ivy build & dependencies...

I've followed:
http://ant.apache.org/ivy/ivyde/download.cgi

So I installed ivy through that, but still comes up with:
Project 'filebot' is missing required library: 'lib/ivy/bundle/guava.jar'
(and 27 errors involving the ivy library being missing)

I think I'm confused somewhere, I'll look at it tomorrow some more.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Noob questions on adding to Filebot GUI

Post by rednoah »

You just need to run ant resolve and that's it. For that you need ant and ivy. I have never used IvyDE so I can't help you with that.
:idea: Please read the FAQ and How to Request Help.
CooLTanG
Posts: 21
Joined: 26 Jul 2016, 09:26

Re: Noob questions on adding to Filebot GUI

Post by CooLTanG »

Nice thanks, I think I got it going 429 warnings, but whatever haha.
Post Reply