Codereview request for 8003680: JSR 310: Date/Time API

Xueming Shen xueming.shen at oracle.com
Tue Jan 22 23:08:07 UTC 2013


On 01/22/2013 02:58 PM, Alan Bateman wrote:
> On 22/01/2013 22:19, David Holmes wrote:
>> All of the jar building was modified so that jars go into images/lib not jdk/lib. So it should not be necessary (or desirable) to build into jdk/lib and then copy over.
> Sherman can confirm, but I believe the TzdbZoneRulesProvider requires it in the lib directory so it would need to in jdk/lib when running/testing without in a non-images build.
>
> -Alan.

tzdb.jar is special that it is a data file in jar format. It's not a jar for classes.
It needs to be generated in jdk/lib (non-images build) for developing and
testing.

-Sherman



More information about the build-dev mailing list