I'm trying to build this project:
git clone --depth 1 --branch v1.0.19 https://github.com/jfree/jfreechart.git
With "mvn install" command, there are following errors:
Failed tests: testFifteenMinIncludedAndExcludedSegments(org.jfree.chart.axis.SegmentedTimelineTest)
testFifteenMinSegmentedTimeline(org.jfree.chart.axis.SegmentedTimelineTest): expected:<-2208956400000> but was:<-2208967200000>
testMondayThroughFridaySegmentedTimeline(org.jfree.chart.axis.SegmentedTimelineTest): expected:<-2208988800000> but was:<-2208999600000>
testFindDomainBounds(org.jfree.data.time.TimeSeriesCollectionTest): expected:<1.199142E12> but was:<1.1991348E12>
Then I trying to build with ANT script
cd ant
ant
And I got jfreechart-1.0.19-bundle.jar
8M weight which is very different from MAVEN's jar https://repo1.maven.org/maven2/org/jfree/jfreechart/1.0.19/ . Please tell me how to build jfreechart version 1.0.19 form sources?