YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Some error compiling with Eclipse #2725

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2728 created by Omertron on 2014-03-17T10:49:50.000Z:

What steps will reproduce the problem?

  1. Install eclipse (wiki help)
  2. Try to compile
  3. Errors

So 1) In pom.xml, change 1.4-SNAPSHOT to 1.5-SNAPSHOT for rottentomatoesapi 2) In FanartScanner.java, I have "Final value TMDB could be not defined" critical error, If I use this codding: TheMovieDbApi myTMDB; try { myTMDB = new .... } catch (MovieDbException ex) {....... LOG.warn(SystemTools.getStackTrace(ex)); myTMDB = null; } // end of exception TMDB = myTMDB; It compile without error.

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2014-03-20T13:37:59.000Z:

This issue was closed by revision r3882.