Menu

java org.joda.time.tz.ZoneInfoCompiler appears during compile

2014-07-13
2014-07-16
  • zoe vasiliou

    zoe vasiliou - 2014-07-13

    I am using eclipse with joda 2.3 and jdk 1.7.0_25 and everytime i compile i get

    Usage: java org.joda.time.tz.ZoneInfoCompiler <options>
    where possible options include:
    -src <directory> Specify where to read source files
    -dst <directory> Specify where to write generated files
    -verbose Output verbosely (default false)

     
  • Stephen Colebourne

    I presume you are not passing the correct arguments to the zone-info compiler. It is telling you what you need.

    Most users create a new version of the time-zone data using the maven build script. Manually running the time-info compiler probably isn't what you want to be doing.

     

Log in to post a comment.