java org.joda.time.tz.ZoneInfoCompiler appears during compile
Project moved to GitHub
Brought to you by:
broneill,
scolebourne
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)
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.