Re: location of -source / -target in new build infrastructure

2012-04-19 Thread David Holmes
Hi Mike, Check out: jdk/makefiles/Setup.gmk David On 20/04/2012 10:13 AM, Mike Duigou wrote: Hello All; I am working on merging the new build infra into the lambda workspace and have run into a minor problem. The javac compile for the jdk sources is run with -source 7 -target 7 rather than

location of -source / -target in new build infrastructure

2012-04-19 Thread Mike Duigou
Hello All; I am working on merging the new build infra into the lambda workspace and have run into a minor problem. The javac compile for the jdk sources is run with -source 7 -target 7 rather than -source 8 -target 8. In the classic build system for the lambda repo everything except langtools

Re: Missing demo/applets.html in j2sdk-image

2012-04-19 Thread Shi Jun Zhang
On 4/9/2012 2:36 PM, Shi Jun Zhang wrote: Hi build dev, I find that there is an applets.html in jdk/src/share/demo folder but it is missing in build//j2sdk-image/demo folder. Is this a bug? The JDK binary downloaded from Oracle contains this file. And the entire plugin folder is missing in de