From 5dca660a93086fca5aa59eda8bfa3a67e2d88fe1 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 27 Mar 2013 18:11:08 -0700 Subject: get rid of args element in staged-scalac --- build.xml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 5b776d1abd..1827a81d7a 100644 --- a/build.xml +++ b/build.xml @@ -775,32 +775,27 @@ targets exercised: - + params="${scalac.args.@{stage}} @{args}"> - - - + + srcpath="@{srcpath}" + params="${scalac.args.@{stage}} @{args}"> - - - + @@ -1087,10 +1082,7 @@ targets exercised: - - - + args="-Xplugin-require:continuations -P:continuations:enable -Xpluginsdir ${build-quick.dir}/misc/scala-devel/plugins"/> -- cgit v1.2.3 From ceeb40cd89629f947e6e62988bb551157b601bf8 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 1 Apr 2013 23:51:11 -0700 Subject: Regularity for build.xml: 1 output dir / project Untangle actors, msil builds from library/compiler builds. For further regularity, always build java files. TODO: update IDE projects --- build.xml | 179 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 89 insertions(+), 90 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1827a81d7a..3d2f9f5faa 100644 --- a/build.xml +++ b/build.xml @@ -410,9 +410,8 @@ targets exercised: - - + @@ -449,6 +448,16 @@ targets exercised: + + + + + + + + + + @@ -457,6 +466,7 @@ targets exercised: + @@ -471,23 +481,35 @@ targets exercised: - + + + + + + + + + + - - + + + + + @@ -496,6 +518,7 @@ targets exercised: + @@ -513,8 +536,10 @@ targets exercised: + + @@ -548,22 +573,18 @@ targets exercised: - - - - + - - - + + @@ -593,8 +614,11 @@ targets exercised: - - + + + + + @@ -604,6 +628,7 @@ targets exercised: + @@ -775,6 +800,7 @@ targets exercised: + @@ -824,20 +850,17 @@ targets exercised: + - - - -
-          
-          
+           
+          
           
             
               
@@ -990,23 +1013,23 @@ targets exercised:
 
-  
+  
     
 
-  
-    
-            
- - - - - -
-        
-        
-      
-
-
+ + + + + + + + + + + + + + @@ -1021,45 +1044,31 @@ targets exercised: - -
-         
-        
-      
- - - -
-
+
- + + - - -
-        
-        
-      
-
-
+ + - - - + + - - - + + - - -
-
-
+ + - - - + + + + + + + + @@ -1079,7 +1088,12 @@ targets exercised: - + @@ -1161,28 +1175,13 @@ targets exercised: - - -
-         
-        
-      
- - - -
+ + + + + - - - -
-        
-        
-      
-
-
- @@ -1278,7 +1277,7 @@ targets exercised: TEST SUITE ============================================================================ --> - + -- cgit v1.2.3 From 7c0e8f025a8e197acef1de0d17d7562904f5d267 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 1 Apr 2013 23:56:55 -0700 Subject: Preliminary support for zinc. To use Zinc with the ant build: - install zinc and symlink the installed zinc script to ${basedir}/tools/zinc (${basedir} is where build.xml and the rest of your checkout resides) - make sure to set ZINC_OPTS to match ANT_OPTS! - invoke ant as `ant -Dstarr.version="2.10.1" -Dlocker.skip=1` (zinc does not work if locker is only classfiles, needs jars TODO rework the build to pack locker and build using that when using zinc?) Mostly to enable dog fooding of incremental compilation work for now. --- build.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 3d2f9f5faa..d7097b53a6 100644 --- a/build.xml +++ b/build.xml @@ -19,6 +19,14 @@ targets exercised: build-opt nightly test.suite test.continuations.suite test.scaladoc locker.done --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -803,6 +854,21 @@ targets exercised: + + + + + + + +
-- cgit v1.2.3 From 92a17850f18a5d457e79be7e83bcb0567fe72e54 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 2 Apr 2013 00:14:40 -0700 Subject: formatting --- build.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index d7097b53a6..052b10f4fd 100644 --- a/build.xml +++ b/build.xml @@ -1108,37 +1108,37 @@ targets exercised: - + - - + + - + - + - + - + - + - + - + - + - - + + -- cgit v1.2.3 From 6591acbd01ee4035385cd25b8503faaa42a0506c Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 2 Apr 2013 17:45:57 -0700 Subject: comments to address reviewer feedback --- build.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 052b10f4fd..9a26336248 100644 --- a/build.xml +++ b/build.xml @@ -23,8 +23,15 @@ targets exercised: - install zinc and symlink the installed zinc script to ${basedir}/tools/zinc (${basedir} is where build.xml and the rest of your checkout resides) - make sure to set ZINC_OPTS to match ANT_OPTS! - invoke ant as `ant -Dstarr.version="2.10.1" -Dlocker.skip=1` - (zinc needs compiler jars - TODO rework the build to pack locker and build using that when using zinc) + (zinc needs compiler jars) +--> + + @@ -811,7 +818,7 @@ targets exercised: - + @@ -854,7 +861,8 @@ targets exercised: - @@ -926,7 +934,7 @@ targets exercised: - + -- cgit v1.2.3