Noob questions on adding to Filebot GUI
Noob questions on adding to Filebot GUI
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.
Re: Noob questions on adding to Filebot GUI
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.
Re: Noob questions on adding to Filebot GUI
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.
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.
Re: Noob questions on adding to Filebot GUI
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.
Re: Noob questions on adding to Filebot GUI
Nice thanks, I think I got it going 429 warnings, but whatever haha.