From 6dd90d349da6471c0a105c584798979f136d7d55 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 14 Jun 2012 09:19:24 -0400 Subject: Adding JDK7 friendly build with new partialdist(-opt) tasks. * When running in JDK 7 issues a warning. * New partialdist, partialdist-opt tasks allow creating a distribution with no source/docs. --- build.xml | 123 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 83 insertions(+), 40 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 4929a11883..47dbe78087 100644 --- a/build.xml +++ b/build.xml @@ -55,6 +55,18 @@ END-USER TARGETS + + + + + + + + + + @@ -334,16 +346,31 @@ INITIALISATION - - - + - - + + + + + + + + + + + + + + + + You are using JDK7 for this build. While this will be able to build most of Scala, it will + not build the Swing project. You will be unable to create a distribution. + - + @@ -467,7 +494,7 @@ LOCAL DEPENDENCY (Adapted ASM) - + @@ -978,15 +1005,6 @@ QUICK BUILD (QUICK) - - - - @@ -1001,12 +1019,26 @@ QUICK BUILD (QUICK) - - + + + + + + - + + + + + + @@ -1412,11 +1444,6 @@ PACKED QUICK BUILD (PACK) - - - - - @@ -1427,7 +1454,15 @@ PACKED QUICK BUILD (PACK) - + + + + + + + + + - - - - @@ -1666,11 +1692,26 @@ BOOTSTRAPPING BUILD (STRAP) + + + + + + + + + + - + @@ -2348,7 +2389,7 @@ BOOTRAPING TEST AND TEST SUITE DISTRIBUTION ============================================================================ --> - + @@ -2373,7 +2414,7 @@ DISTRIBUTION - + @@ -2432,11 +2473,11 @@ DISTRIBUTION - + - + @@ -2444,7 +2485,9 @@ DISTRIBUTION - + + + -- cgit v1.2.3