Codereview request for 8003680: JSR 310: Date/Time API (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Tue Jan 22 19:52:35 UTC 2013
- Previous message: Codereview request for 8003680: JSR 310: Date/Time API
- Next message: Codereview request for 8003680: JSR 310: Date/Time API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 22/01/2013 19:09, Xueming Shen wrote:
Hi,
Webrev has been updated to address the build issue in the new build infra. M (1) added the java.time packages into common/makefiles.javadoc/COREPKGS.gmk to be included into ct.sym http://cr.openjdk.java.net/~sherman/8003680/webrevctrl/ (2) not sure which one should be used for lib/tzdb.jar. It appears the tzdb.jar will not be picked for "images" if use $(JDKOUTPUTDIR)/lib and it does not get copied for "overlay-image", if use $(IMAGESOUTPUTDIR)/lib. Guess something need to be tweak in Images.gmk. But I'm running out of time, so now I copy the tzdb into both to make both happy for M6. http://cr.openjdk.java.net/~sherman/8003680/webrev/makefiles/GendataTZDB.gmk.html cc'ing build-dev as I think you need Erik or Kelly to comment on this.
I'm not an expert on the new build but I think you just need to add something like this to CreateJars.gmk: (IMAGESOUTPUTDIR)/lib/tzdb.jar:(IMAGES_OUTPUTDIR)/lib/tzdb.jar: (IMAGESOUTPUTDIR)/lib/tzdb.jar:(JDK_OUTPUTDIR)/lib/tzdb.jar $(install-file)
JARS += $(IMAGES_OUTPUTDIR)/lib/tzdb.jar
and remove the copying that you are doing in GendataTZDB.gmk.
I looked at the changes to the top-level repo and the changes look fine to me.
-Alan.
- Previous message: Codereview request for 8003680: JSR 310: Date/Time API
- Next message: Codereview request for 8003680: JSR 310: Date/Time API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]