You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/03/15 17:18:03 UTC

svn commit: r1787082 - in /myfaces/tobago/trunk/tobago-theme: ./ tobago-theme-charlotteville/ tobago-theme-richmond/ tobago-theme-scarborough/ tobago-theme-speyside/ tobago-theme-standard/

Author: lofwyr
Date: Wed Mar 15 17:18:03 2017
New Revision: 1787082

URL: http://svn.apache.org/viewvc?rev=1787082&view=rev
Log:
TOBAGO-1720: Check if there is any unversioned build dependency
* removing system dependent dirs from log file

Modified:
    myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
    myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/rebuild-theme.log
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/rebuild-theme.log
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/rebuild-theme.log
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log

Modified: myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh (original)
+++ myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh Wed Mar 15 17:18:03 2017
@@ -21,7 +21,10 @@ set -e
 
 REPO=`mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]'`
 echo "Maven repo: ${REPO}"
-REPO=`echo ${REPO} | sed s/\\\\//\\\\\\\\\\\\//g`
+REPO_REGEX=`echo ${REPO} | sed s/\\\\//\\\\\\\\\\\\//g`
+
+echo "Home: ${HOME}"
+HOME_REGEX=`echo ${HOME} | sed s/\\\\//\\\\\\\\\\\\//g`
 
 function rebuild_theme() {
   THEME=${1}
@@ -29,11 +32,15 @@ function rebuild_theme() {
   DIR=tobago-theme-${THEME}
   CURRENT=`pwd`
   echo "Current dir: ${CURRENT}"
-  CURRENT=`echo ${CURRENT} | sed s/\\\\//\\\\\\\\\\\\//g`
-  mvn -P rebuild-theme -f ${DIR}/pom.xml | tee ${DIR}/temp.log
+  CURRENT_REGEX=`echo ${CURRENT} | sed s/\\\\//\\\\\\\\\\\\//g`
+  mkdir -p ${DIR}/target
+
+  date "+Build date: %Y-%m-%d-%H:%M:%S" >${DIR}/target/temp.log
+
+  mvn -P rebuild-theme -f ${DIR}/pom.xml | tee -a ${DIR}/target/temp.log
+
   # removing system dependent directories from the log file
-  cat ${DIR}/temp.log | sed s/${CURRENT}/__CURRENT__/g | sed s/${REPO}/__REPO__/g >${DIR}/rebuild-theme.log
-  rm ${DIR}/temp.log
+  cat ${DIR}/target/temp.log | sed s/${CURRENT_REGEX}/__CURRENT__/g | sed s/${REPO_REGEX}/__REPO__/g | sed s/${HOME_REGEX}/__HOME__/g >${DIR}/rebuild-theme.log
 }
 
 # The rebuild-theme.log files are created, to protocol changes in the build.

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log Wed Mar 15 17:18:03 2017
@@ -1,3 +1,4 @@
+Build date: 2017-03-15-18:00:37
 [INFO] Scanning for projects...
 [INFO]                                                                         
 [INFO] ------------------------------------------------------------------------
@@ -120,7 +121,7 @@
 [INFO] > node-sass@3.13.1 install __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/install.js
 [INFO] 
-[INFO] Cached binary found at /Users/lofwyr/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
+[INFO] Cached binary found at __HOME__/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
 [INFO] 
 [INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
@@ -130,7 +131,7 @@
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489590545257/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489597397612/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -236,8 +237,10 @@
 [INFO] │ │ │ ├── es6-set@0.1.4 
 [INFO] │ │ │ ├─┬ es6-symbol@3.1.1 
 [INFO] │ │ │ │ └── d@1.0.0 
-[INFO] │ │ │ └── event-emitter@0.3.4 
-[INFO] │ │ ├── es6-weak-map@2.0.1 
+[INFO] │ │ │ └─┬ event-emitter@0.3.5 
+[INFO] │ │ │   └── d@1.0.0 
+[INFO] │ │ ├─┬ es6-weak-map@2.0.2 
+[INFO] │ │ │ └── d@1.0.0 
 [INFO] │ │ └─┬ esrecurse@4.1.0 
 [INFO] │ │   └── estraverse@4.1.1 
 [INFO] │ ├─┬ espree@3.4.0 
@@ -987,16 +990,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 16:09:08 UTC+1)
-[INFO] sass:core     194ms  ▇▇ 4%
-[INFO] sass:extras   188ms  ▇▇ 4%
-[INFO] sass:docs     123ms  ▇▇ 3%
+[INFO] Execution Time (2017-03-15 18:03:20 UTC+1)
+[INFO] sass:core     185ms  ▇▇ 4%
+[INFO] sass:extras   187ms  ▇▇ 4%
+[INFO] sass:docs     113ms  ▇▇ 2%
 [INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
-[INFO] cssmin:core   628ms  ▇▇▇▇▇▇▇ 13%
-[INFO] babel:dev     974ms  ▇▇▇▇▇▇▇▇▇▇ 20%
-[INFO] babel:dist    664ms  ▇▇▇▇▇▇▇ 14%
-[INFO] uglify:core   484ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.8s
+[INFO] cssmin:core   573ms  ▇▇▇▇▇▇ 12%
+[INFO] babel:dev        1s  ▇▇▇▇▇▇▇▇▇▇▇ 22%
+[INFO] babel:dist    581ms  ▇▇▇▇▇▇ 12%
+[INFO] uglify:core   497ms  ▇▇▇▇▇▇ 11%
+[INFO] Total 4.7s
 [INFO] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-charlotteville ---
@@ -1038,7 +1041,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:57 min
-[INFO] Finished at: 2017-03-15T16:09:13+01:00
-[INFO] Final Memory: 30M/396M
+[INFO] Total time: 02:48 min
+[INFO] Finished at: 2017-03-15T18:03:26+01:00
+[INFO] Final Memory: 34M/394M
 [INFO] ------------------------------------------------------------------------

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/rebuild-theme.log
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/rebuild-theme.log?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/rebuild-theme.log (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/rebuild-theme.log Wed Mar 15 17:18:03 2017
@@ -1,3 +1,4 @@
+Build date: 2017-03-15-18:03:26
 [INFO] Scanning for projects...
 [INFO]                                                                         
 [INFO] ------------------------------------------------------------------------
@@ -120,7 +121,7 @@
 [INFO] > node-sass@3.13.1 install __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/install.js
 [INFO] 
-[INFO] Cached binary found at /Users/lofwyr/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
+[INFO] Cached binary found at __HOME__/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
 [INFO] 
 [INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
@@ -130,7 +131,7 @@
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489590719664/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489597566852/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -236,8 +237,10 @@
 [INFO] │ │ │ ├── es6-set@0.1.4 
 [INFO] │ │ │ ├─┬ es6-symbol@3.1.1 
 [INFO] │ │ │ │ └── d@1.0.0 
-[INFO] │ │ │ └── event-emitter@0.3.4 
-[INFO] │ │ ├── es6-weak-map@2.0.1 
+[INFO] │ │ │ └─┬ event-emitter@0.3.5 
+[INFO] │ │ │   └── d@1.0.0 
+[INFO] │ │ ├─┬ es6-weak-map@2.0.2 
+[INFO] │ │ │ └── d@1.0.0 
 [INFO] │ │ └─┬ esrecurse@4.1.0 
 [INFO] │ │   └── estraverse@4.1.1 
 [INFO] │ ├─┬ espree@3.4.0 
@@ -987,16 +990,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 16:12:02 UTC+1)
-[INFO] sass:core     187ms  ▇▇ 4%
-[INFO] sass:extras   191ms  ▇▇ 4%
-[INFO] sass:docs     120ms  ▇▇ 2%
-[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
-[INFO] cssmin:core   646ms  ▇▇▇▇▇▇▇ 13%
-[INFO] babel:dev     975ms  ▇▇▇▇▇▇▇▇▇▇ 20%
-[INFO] babel:dist    693ms  ▇▇▇▇▇▇▇ 14%
-[INFO] uglify:core   483ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.8s
+[INFO] Execution Time (2017-03-15 18:06:09 UTC+1)
+[INFO] sass:core     200ms  ▇▇▇ 4%
+[INFO] sass:extras   198ms  ▇▇▇ 4%
+[INFO] sass:docs     122ms  ▇▇ 3%
+[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
+[INFO] cssmin:core   553ms  ▇▇▇▇▇▇ 12%
+[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
+[INFO] babel:dist    571ms  ▇▇▇▇▇▇ 12%
+[INFO] uglify:core   489ms  ▇▇▇▇▇ 10%
+[INFO] Total 4.7s
 [INFO] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-richmond ---
@@ -1038,7 +1041,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:53 min
-[INFO] Finished at: 2017-03-15T16:12:08+01:00
-[INFO] Final Memory: 35M/397M
+[INFO] Total time: 02:48 min
+[INFO] Finished at: 2017-03-15T18:06:15+01:00
+[INFO] Final Memory: 35M/398M
 [INFO] ------------------------------------------------------------------------

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/rebuild-theme.log
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/rebuild-theme.log?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/rebuild-theme.log (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/rebuild-theme.log Wed Mar 15 17:18:03 2017
@@ -1,3 +1,4 @@
+Build date: 2017-03-15-18:06:15
 [INFO] Scanning for projects...
 [INFO]                                                                         
 [INFO] ------------------------------------------------------------------------
@@ -120,7 +121,7 @@
 [INFO] > node-sass@3.13.1 install __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/install.js
 [INFO] 
-[INFO] Cached binary found at /Users/lofwyr/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
+[INFO] Cached binary found at __HOME__/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
 [INFO] 
 [INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
@@ -130,7 +131,7 @@
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489590895293/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489597737789/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -236,8 +237,10 @@
 [INFO] │ │ │ ├── es6-set@0.1.4 
 [INFO] │ │ │ ├─┬ es6-symbol@3.1.1 
 [INFO] │ │ │ │ └── d@1.0.0 
-[INFO] │ │ │ └── event-emitter@0.3.4 
-[INFO] │ │ ├── es6-weak-map@2.0.1 
+[INFO] │ │ │ └─┬ event-emitter@0.3.5 
+[INFO] │ │ │   └── d@1.0.0 
+[INFO] │ │ ├─┬ es6-weak-map@2.0.2 
+[INFO] │ │ │ └── d@1.0.0 
 [INFO] │ │ └─┬ esrecurse@4.1.0 
 [INFO] │ │   └── estraverse@4.1.1 
 [INFO] │ ├─┬ espree@3.4.0 
@@ -987,15 +990,15 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 16:14:58 UTC+1)
-[INFO] sass:core     192ms  ▇▇ 4%
-[INFO] sass:extras   190ms  ▇▇ 4%
-[INFO] sass:docs     117ms  ▇▇ 2%
+[INFO] Execution Time (2017-03-15 18:09:00 UTC+1)
+[INFO] sass:core     179ms  ▇▇ 4%
+[INFO] sass:extras   181ms  ▇▇ 4%
+[INFO] sass:docs     120ms  ▇▇ 3%
 [INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
-[INFO] cssmin:core   590ms  ▇▇▇▇▇▇▇ 13%
-[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
-[INFO] babel:dist    551ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   489ms  ▇▇▇▇▇ 10%
+[INFO] cssmin:core   628ms  ▇▇▇▇▇▇▇ 13%
+[INFO] babel:dev     967ms  ▇▇▇▇▇▇▇▇▇▇ 20%
+[INFO] babel:dist    666ms  ▇▇▇▇▇▇▇ 14%
+[INFO] uglify:core   499ms  ▇▇▇▇▇▇ 11%
 [INFO] Total 4.7s
 [INFO] 
 [INFO] 
@@ -1038,7 +1041,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:54 min
-[INFO] Finished at: 2017-03-15T16:15:03+01:00
-[INFO] Final Memory: 35M/397M
+[INFO] Total time: 02:49 min
+[INFO] Finished at: 2017-03-15T18:09:06+01:00
+[INFO] Final Memory: 34M/400M
 [INFO] ------------------------------------------------------------------------

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/rebuild-theme.log
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/rebuild-theme.log?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/rebuild-theme.log (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/rebuild-theme.log Wed Mar 15 17:18:03 2017
@@ -1,3 +1,4 @@
+Build date: 2017-03-15-18:09:06
 [INFO] Scanning for projects...
 [INFO]                                                                         
 [INFO] ------------------------------------------------------------------------
@@ -120,7 +121,7 @@
 [INFO] > node-sass@3.13.1 install __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/install.js
 [INFO] 
-[INFO] Cached binary found at /Users/lofwyr/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
+[INFO] Cached binary found at __HOME__/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
 [INFO] 
 [INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
@@ -130,7 +131,7 @@
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489591101287/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489597912039/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -236,8 +237,10 @@
 [INFO] │ │ │ ├── es6-set@0.1.4 
 [INFO] │ │ │ ├─┬ es6-symbol@3.1.1 
 [INFO] │ │ │ │ └── d@1.0.0 
-[INFO] │ │ │ └── event-emitter@0.3.4 
-[INFO] │ │ ├── es6-weak-map@2.0.1 
+[INFO] │ │ │ └─┬ event-emitter@0.3.5 
+[INFO] │ │ │   └── d@1.0.0 
+[INFO] │ │ ├─┬ es6-weak-map@2.0.2 
+[INFO] │ │ │ └── d@1.0.0 
 [INFO] │ │ └─┬ esrecurse@4.1.0 
 [INFO] │ │   └── estraverse@4.1.1 
 [INFO] │ ├─┬ espree@3.4.0 
@@ -987,16 +990,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 16:18:24 UTC+1)
-[INFO] sass:core     194ms  ▇▇▇ 4%
-[INFO] sass:extras   183ms  ▇▇ 4%
-[INFO] sass:docs     115ms  ▇▇ 3%
-[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 32%
-[INFO] cssmin:core   547ms  ▇▇▇▇▇▇ 12%
-[INFO] babel:dev        1s  ▇▇▇▇▇▇▇▇▇▇▇ 22%
-[INFO] babel:dist    527ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   474ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.6s
+[INFO] Execution Time (2017-03-15 18:11:55 UTC+1)
+[INFO] sass:core     208ms  ▇▇ 4%
+[INFO] sass:extras   217ms  ▇▇▇ 4%
+[INFO] sass:docs     122ms  ▇▇ 2%
+[INFO] exec:postcss   1.6s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
+[INFO] cssmin:core   686ms  ▇▇▇▇▇▇▇ 13%
+[INFO] babel:dev        1s  ▇▇▇▇▇▇▇▇▇▇ 20%
+[INFO] babel:dist    683ms  ▇▇▇▇▇▇▇ 13%
+[INFO] uglify:core   556ms  ▇▇▇▇▇▇ 11%
+[INFO] Total 5.2s
 [INFO] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-speyside ---
@@ -1038,7 +1041,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 03:25 min
-[INFO] Finished at: 2017-03-15T16:18:29+01:00
-[INFO] Final Memory: 35M/398M
+[INFO] Total time: 02:54 min
+[INFO] Finished at: 2017-03-15T18:12:01+01:00
+[INFO] Final Memory: 35M/397M
 [INFO] ------------------------------------------------------------------------

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log?rev=1787082&r1=1787081&r2=1787082&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log Wed Mar 15 17:18:03 2017
@@ -1,3 +1,4 @@
+Build date: 2017-03-15-18:12:01
 [INFO] Scanning for projects...
 [INFO]                                                                         
 [INFO] ------------------------------------------------------------------------
@@ -120,7 +121,7 @@
 [INFO] > node-sass@3.13.1 install __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/install.js
 [INFO] 
-[INFO] Cached binary found at /Users/lofwyr/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
+[INFO] Cached binary found at __HOME__/.npm/node-sass/3.13.1/darwin-x64-48_binding.node
 [INFO] 
 [INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
@@ -130,7 +131,7 @@
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489591274181/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1489598085727/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -236,8 +237,10 @@
 [INFO] │ │ │ ├── es6-set@0.1.4 
 [INFO] │ │ │ ├─┬ es6-symbol@3.1.1 
 [INFO] │ │ │ │ └── d@1.0.0 
-[INFO] │ │ │ └── event-emitter@0.3.4 
-[INFO] │ │ ├── es6-weak-map@2.0.1 
+[INFO] │ │ │ └─┬ event-emitter@0.3.5 
+[INFO] │ │ │   └── d@1.0.0 
+[INFO] │ │ ├─┬ es6-weak-map@2.0.2 
+[INFO] │ │ │ └── d@1.0.0 
 [INFO] │ │ └─┬ esrecurse@4.1.0 
 [INFO] │ │   └── estraverse@4.1.1 
 [INFO] │ ├─┬ espree@3.4.0 
@@ -987,16 +990,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 16:21:17 UTC+1)
-[INFO] sass:core     189ms  ▇▇ 4%
-[INFO] sass:extras   190ms  ▇▇ 4%
-[INFO] sass:docs     115ms  ▇▇ 2%
-[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 32%
-[INFO] cssmin:core   557ms  ▇▇▇▇▇▇ 12%
-[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
-[INFO] babel:dist    559ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   481ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.7s
+[INFO] Execution Time (2017-03-15 18:14:48 UTC+1)
+[INFO] sass:core     193ms  ▇▇ 4%
+[INFO] sass:extras   189ms  ▇▇ 4%
+[INFO] sass:docs     114ms  ▇▇ 2%
+[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 30%
+[INFO] cssmin:core   699ms  ▇▇▇▇▇▇▇ 14%
+[INFO] babel:dev        1s  ▇▇▇▇▇▇▇▇▇▇▇ 21%
+[INFO] babel:dist    730ms  ▇▇▇▇▇▇▇ 15%
+[INFO] uglify:core   492ms  ▇▇▇▇▇ 10%
+[INFO] Total 5s
 [INFO] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-standard ---
@@ -1058,33 +1061,25 @@ main:
  T E S T S
 -------------------------------------------------------
 Running org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
-Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec <<< FAILURE! - in org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
-testCompareBootstrapCss(org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest)  Time elapsed: 0.056 sec  <<< FAILURE!
-java.lang.AssertionError: 'col-1' exist in org.apache.myfaces.tobago.renderkit.css.BootstrapClass but not in bootstrap.css
-	at org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest.testCompareBootstrapCss(BootstrapClassUnitTest.java:37)
-
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
 
 Results :
 
-Failed tests: 
-  BootstrapClassUnitTest.testCompareBootstrapCss:37 'col-1' exist in org.apache.myfaces.tobago.renderkit.css.BootstrapClass but not in bootstrap.css
-
-Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
 
+[INFO] 
+[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-standard ---
+[INFO] Building jar: __CURRENT__/tobago-theme-standard/target/tobago-theme-standard-3.1.0-SNAPSHOT.jar
+[INFO] 
+[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ tobago-theme-standard ---
+[INFO] 
+[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-standard ---
+[INFO] Installing __CURRENT__/tobago-theme-standard/target/tobago-theme-standard-3.1.0-SNAPSHOT.jar to __REPO__/org/apache/myfaces/tobago/tobago-theme-standard/3.1.0-SNAPSHOT/tobago-theme-standard-3.1.0-SNAPSHOT.jar
+[INFO] Installing __CURRENT__/tobago-theme-standard/pom.xml to __REPO__/org/apache/myfaces/tobago/tobago-theme-standard/3.1.0-SNAPSHOT/tobago-theme-standard-3.1.0-SNAPSHOT.pom
 [INFO] ------------------------------------------------------------------------
-[INFO] BUILD FAILURE
+[INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:55 min
-[INFO] Finished at: 2017-03-15T16:21:26+01:00
-[INFO] Final Memory: 33M/536M
+[INFO] Total time: 02:56 min
+[INFO] Finished at: 2017-03-15T18:14:59+01:00
+[INFO] Final Memory: 38M/537M
 [INFO] ------------------------------------------------------------------------
-[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project tobago-theme-standard: There are test failures.
-[ERROR] 
-[ERROR] Please refer to __CURRENT__/tobago-theme-standard/target/surefire-reports for the individual test results.
-[ERROR] -> [Help 1]
-[ERROR] 
-[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
-[ERROR] Re-run Maven using the -X switch to enable full debug logging.
-[ERROR] 
-[ERROR] For more information about the errors and possible solutions, please read the following articles:
-[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException