From 620e096b45f27ecc5aa85d164ca8b81df000e593 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 8 Aug 2012 13:25:44 +0300 Subject: [PATCH] Compile and unit test SASS during build (#9223) --- build/build.xml | 124 ++++++++++++++++++++++++++++----- build/ivy/buildhelpers-ivy.xml | 8 ++- 2 files changed, 112 insertions(+), 20 deletions(-) diff --git a/build/build.xml b/build/build.xml index f7d910e4b0..39d27464fc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -25,10 +25,14 @@ + + + + @@ -60,12 +64,6 @@ - - - @@ -81,12 +79,6 @@ - - - @@ -99,6 +91,16 @@ + + + + + + + + + + @@ -118,9 +120,13 @@ + + + + @@ -220,7 +226,11 @@ - + + + + + @@ -330,17 +340,20 @@ Copying non java/html/css/xml files such as images. @@ -411,6 +440,11 @@ + + + + + @@ -424,6 +458,14 @@ + + + + + + + + @@ -505,6 +547,14 @@ + Compiling SASS JUnit tests + + + + + + + Compiling src (TestBench tests) @@ -516,21 +566,33 @@ - + - - + + + + + + - + + + + + + + Combining default themes css files + + - + @@ -731,8 +793,10 @@ + + @@ -853,6 +917,11 @@ + + + + + @@ -1109,6 +1178,7 @@ + @@ -1171,6 +1241,22 @@ ##teamcity[publishArtifacts '${result-path}/coverage'] + + + + + + + + + + + + + + + + diff --git a/build/ivy/buildhelpers-ivy.xml b/build/ivy/buildhelpers-ivy.xml index afccd85973..13e89eb734 100644 --- a/build/ivy/buildhelpers-ivy.xml +++ b/build/ivy/buildhelpers-ivy.xml @@ -8,6 +8,12 @@ - + + + + \ No newline at end of file -- 2.39.5