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
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
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