From 67600a72d47900a22e97d82f236cca1b0153674e Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 16 Aug 2013 17:22:21 -0700 Subject: Remove scala-xml and scala-parser-combinators These modules move to their own repositories: - https://github.com/scala/scala-xml (v1.0-RC3) - https://github.com/scala/scala-parser-combinators (v1.0-RC1) The modularization depends on the new partest, as the old one's classpath handling did not support a modularized scala. The compiler pom now depends on the artifacts published separately, with versions specified in versions.properties. NOTES: - The osgi tests resolve the xml and parsers jars and osgi-fy them, as they are no longer built locally. TODO: Can we move the osgification to the module builds? - Disabled local repositories: don't want to accidentally include unpublished artifacts in releases etc. --- build.xml | 139 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 68 insertions(+), 71 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index f428734ee0..8bcfbf47e2 100755 --- a/build.xml +++ b/build.xml @@ -250,11 +250,14 @@ TODO: + + - - + + - + @@ -264,6 +267,45 @@ TODO: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -500,7 +542,7 @@ TODO: There must be a variable of the shape @{stage}.@{project}.build.path for all @{stage} in locker, quick, strap and all @{project} in library, reflect, compiler - when stage is quick, @{project} also includes: actors, parser-combinators, xml, repl, swing, plugins, scalacheck, interactive, scaladoc, scalap + when stage is quick, @{project} also includes: actors, repl, swing, plugins, interactive, scaladoc, scalap --> @@ -541,11 +583,6 @@ TODO: - - - - - @@ -563,11 +600,6 @@ TODO: - - - - - @@ -600,10 +632,9 @@ TODO: - - + @@ -614,8 +645,6 @@ TODO: - - @@ -633,10 +662,9 @@ TODO: + - - @@ -662,8 +690,6 @@ TODO: - - @@ -694,11 +720,17 @@ TODO: - - + + + + + + + + - @@ -728,8 +760,6 @@ TODO: - - - - - @@ -788,7 +808,6 @@ TODO: - @@ -1229,9 +1248,6 @@ TODO: - - - @@ -1244,15 +1260,12 @@ TODO: - + - - - @@ -1283,7 +1296,7 @@ TODO: - + @@ -1298,8 +1311,6 @@ TODO: - - @@ -1332,7 +1343,7 @@ TODO: - + @@ -1389,13 +1400,14 @@ TODO: + - - + + - + + @@ -1486,6 +1500,7 @@ TODO: + @@ -1773,18 +1788,6 @@ TODO: - - - - - - - - - - - - @@ -1840,7 +1843,7 @@ TODO: - + - - @@ -1942,10 +1943,8 @@ TODO: - - @@ -1993,10 +1992,8 @@ TODO: - - -- cgit v1.2.3 From 884bc78071f06be3113bfc53e3115b8d9061188f Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 28 Aug 2013 15:08:33 -0700 Subject: Don't use sonatype to resolve jars relevant to a release. To eliminate any delay between deploying partest to sonatype and using it for development, we resolve it through sonatype. Not acceptable for jars that ship as part of the release, such as scaladoc (we'd see a jar others might not see). --- build.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 8bcfbf47e2..4934071b50 100755 --- a/build.xml +++ b/build.xml @@ -253,10 +253,11 @@ TODO: - + - + @@ -271,8 +272,8 @@ TODO: - - + + @@ -280,8 +281,8 @@ TODO: - - + + -- cgit v1.2.3 From ce5c506ec3b815b8c97a2b938371154ab7dc668d Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 29 Aug 2013 17:15:34 -0700 Subject: Include xml and parsers in dist, tool classpath. This brings the external modules (xml, parsers) back to the classpaths of build/(quick|pack)/bin/scala*. Include the OSGIfied jars for external modules in dist. (TODO: OSGI-fy externally) Download javadoc/sources from maven and include in dist. --- build.xml | 141 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 59 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 4934071b50..fa1ca8e699 100755 --- a/build.xml +++ b/build.xml @@ -196,12 +196,12 @@ TODO: - - + + - - - + + + @@ -233,7 +233,7 @@ TODO: - + @@ -261,39 +261,64 @@ TODO: - + - + - + - - - + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + @@ -307,6 +332,9 @@ TODO: + + + @@ -635,7 +663,7 @@ TODO: - + @@ -650,6 +678,7 @@ TODO: + @@ -663,8 +692,9 @@ TODO: - + + @@ -720,16 +750,8 @@ TODO: + - - - - - - - - @@ -760,34 +782,19 @@ TODO: - + - + - - - - - - - - - - - - + + @@ -1319,7 +1326,7 @@ TODO:
 
         
-          
+          
           
         
         
@@ -1345,6 +1352,11 @@ TODO:
         
 
   
+    
+      
+      
+    
+
     
   
 
@@ -1383,7 +1395,7 @@ TODO:
       
     
     
-      
+      
       
     
   
@@ -1445,12 +1457,10 @@ TODO:
       
       
       
-      
       
       
       
       
-      
       
       
 
@@ -1876,8 +1886,9 @@ TODO:
       
     
 
+    
     
-      
+      
       
     
@@ -1885,6 +1896,8 @@ TODO:
     
     
     
+    
+    
     
     
     
@@ -1903,6 +1916,11 @@ TODO:
 
   
     
+    
+      
+      
+    
+
     
     
     
@@ -1932,6 +1950,11 @@ TODO:
 
   
     
+    
+      
+      
+    
+
     
       
       
-- 
cgit v1.2.3