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 15:32:52 UTC

svn commit: r1787062 [1/2] - 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 15:32:51 2017
New Revision: 1787062

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

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/rebuild-theme.log
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/   (props changed)

Modified: myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh?rev=1787062&r1=1787061&r2=1787062&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh (original)
+++ myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh Wed Mar 15 15:32:51 2017
@@ -17,10 +17,23 @@
 
 # XXX temporary help script. How to call this like:  mvn -P rebuild-theme only for the children?
 
+set -e
+
+REPO=`mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]'`
+echo "Maven repo: ${REPO}"
+REPO=`echo ${REPO} | sed s/\\\\//\\\\\\\\\\\\//g`
+
 function rebuild_theme() {
   THEME=${1}
   echo "*** rebuild theme ${THEME} *********************************************************************** "
-  mvn -P rebuild-theme -f tobago-theme-${THEME}/pom.xml | tee tobago-theme-${THEME}/rebuild-theme.log
+  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
+  # 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
 }
 
 # The rebuild-theme.log files are created, to protocol changes in the build.
@@ -28,8 +41,6 @@ function rebuild_theme() {
 # the build process is not time invariant.
 # This can later be removed.
 
-set -e
-
 mvn -P all-modules clean
 
 rebuild_theme charlotteville

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=1787062&r1=1787061&r2=1787062&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 15:32:51 2017
@@ -9,17 +9,17 @@
 [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-theme-charlotteville ---
 [INFO] 
 [INFO] --- maven-scm-plugin:1.9.5:checkout (step #1: copy-bootstrap) @ tobago-theme-charlotteville ---
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target
+[INFO] Removing __CURRENT__/tobago-theme-charlotteville/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-charlotteville/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap __CURRENT__/tobago-theme-charlotteville/target/checkout
+[INFO] Working directory: __CURRENT__/tobago-theme-charlotteville/target
 [INFO] Executing: /bin/sh -c cd /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/ && git ls-remote https://github.com/twbs/bootstrap
 [INFO] Working directory: /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout && git checkout v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout && git ls-files
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-charlotteville/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-charlotteville/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-charlotteville/target/checkout && git checkout v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-charlotteville/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-charlotteville/target/checkout && git ls-files
+[INFO] Working directory: __CURRENT__/tobago-theme-charlotteville/target/checkout
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:copy-resources (step #2: copy-bootstrap) @ tobago-theme-charlotteville ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
@@ -31,20 +31,20 @@
 [INFO] 
 [INFO] --- maven-dependency-plugin:3.0.0:unpack (step #4: unpack-custom) @ tobago-theme-charlotteville ---
 [INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:3.1.0-SNAPSHOT:jar
-[INFO] Unpacking /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap with includes "**/*.scss" and excludes ""
+[INFO] Unpacking __REPO__/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to __CURRENT__/tobago-theme-charlotteville/target/bootstrap with includes "**/*.scss" and excludes ""
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (step #5: install node and npm) @ tobago-theme-charlotteville ---
 [INFO] Installing node version v6.5.0
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/frontend/node/tmp
-[INFO] Copying node binary from /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/frontend/node/node
+[INFO] Unpacking __REPO__/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into __CURRENT__/tobago-theme-charlotteville/target/frontend/node/tmp
+[INFO] Copying node binary from __CURRENT__/tobago-theme-charlotteville/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to __CURRENT__/tobago-theme-charlotteville/target/frontend/node/node
 [INFO] Installed node locally.
 [INFO] Installing npm version 3.10.8
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/frontend/node/node_modules
+[INFO] Unpacking __REPO__/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into __CURRENT__/tobago-theme-charlotteville/target/frontend/node/node_modules
 [INFO] Installed npm locally.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #6: npm install grunt-cli) @ tobago-theme-charlotteville ---
-[INFO] Running 'npm install grunt-cli' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
+[INFO] Running 'npm install grunt-cli' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] └─┬ grunt-cli@1.2.0 
 [INFO]   ├─┬ findup-sync@0.3.0 
 [INFO]   │ └─┬ glob@5.0.15 
@@ -64,7 +64,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #7: npm install) @ tobago-theme-charlotteville ---
-[INFO] Running 'npm install' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
+[INFO] Running 'npm install' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN prefer global coffee-script@1.10.0 should be installed with -g
@@ -72,13 +72,13 @@
 [WARNING] npm WARN prefer global jsonlint@1.6.2 should be installed with -g
 [WARNING] npm WARN prefer global node-gyp@3.5.0 should be installed with -g
 [INFO] 
-[INFO] > fsevents@1.1.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/fsevents
+[INFO] > fsevents@1.1.1 install __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/fsevents
 [INFO] > node install
 [INFO] 
-[INFO] [fsevents] Success: "/Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
+[INFO] [fsevents] Success: "__CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
 [INFO] Pass --update-binary to reinstall or --build-from-source to recompile
 [INFO] 
-[INFO] > iltorb@1.0.13 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/iltorb
+[INFO] > iltorb@1.0.13 install __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/iltorb
 [INFO] > node-gyp rebuild
 [INFO] 
 [INFO]   CC(target) Release/obj.target/decode/brotli/common/dictionary.o
@@ -117,33 +117,30 @@
 [INFO]   SOLINK_MODULE(target) Release/encode.node
 [ERROR] clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
 [INFO] 
-[INFO] > node-sass@3.13.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass
+[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] 
-[INFO] > phantomjs-prebuilt@2.1.14 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt
+[INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
 [INFO] 
 [INFO] PhantomJS not found on PATH
-[INFO] Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-macosx.zip
-[INFO] Saving to /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
-[INFO] Receiving...
-[INFO] 
-[INFO] Received 16746K total.
+[INFO] Download already available at /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
+[INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/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-1489573801909/phantomjs-2.1.1-macosx -> /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[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] Writing location.js file
-[INFO] Done. Phantomjs binary available at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
+[INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
-[INFO] > node-sass@3.13.1 postinstall /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass
+[INFO] > node-sass@3.13.1 postinstall __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/build.js
 [INFO] 
-[INFO] Binary found at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
+[INFO] Binary found at __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
 [INFO] Testing binary
 [INFO] Binary is fine
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] ├─┬ autoprefixer@6.7.7 
 [INFO] │ ├─┬ browserslist@1.7.6 
 [INFO] │ │ └── electron-to-chromium@1.2.7 
@@ -233,10 +230,12 @@
 [INFO] │ ├─┬ escope@3.6.0 
 [INFO] │ │ ├─┬ es6-map@0.1.4 
 [INFO] │ │ │ ├── d@0.1.1 
-[INFO] │ │ │ ├── es5-ext@0.10.13 
-[INFO] │ │ │ ├── es6-iterator@2.0.0 
+[INFO] │ │ │ ├── es5-ext@0.10.14 
+[INFO] │ │ │ ├─┬ es6-iterator@2.0.1 
+[INFO] │ │ │ │ └── d@1.0.0 
 [INFO] │ │ │ ├── es6-set@0.1.4 
-[INFO] │ │ │ ├── es6-symbol@3.1.0 
+[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] │ │ └─┬ esrecurse@4.1.0 
@@ -950,7 +949,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:grunt (step #8: grunt build) @ tobago-theme-charlotteville ---
-[INFO] Running 'grunt dist' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
+[INFO] Running 'grunt dist' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] Running "clean:dist" (clean) task
 [INFO] >> 1 path cleaned.
 [INFO] 
@@ -962,7 +961,7 @@
 [INFO] 
 [INFO] Running "exec:postcss" (exec) task
 [INFO] 
-[INFO] > bootstrap@4.0.0-alpha.5 postcss /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/bootstrap
+[INFO] > bootstrap@4.0.0-alpha.5 postcss __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] > postcss --config grunt/postcss.js --replace dist/css/*.css
 [INFO] 
 [INFO] 
@@ -988,16 +987,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 11:30:05 UTC+1)
-[INFO] sass:core     199ms  ▇▇ 4%
-[INFO] sass:extras   210ms  ▇▇▇ 4%
-[INFO] sass:docs     124ms  ▇▇ 3%
+[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] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
-[INFO] cssmin:core   572ms  ▇▇▇▇▇▇ 12%
-[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
-[INFO] babel:dist    593ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   495ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.9s
+[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] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-charlotteville ---
@@ -1020,7 +1019,7 @@ main:
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tobago-theme-charlotteville ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] skip non existing resourceDirectory /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/src/test/resources
+[INFO] skip non existing resourceDirectory __CURRENT__/tobago-theme-charlotteville/src/test/resources
 [INFO] Copying 3 resources
 [INFO] 
 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tobago-theme-charlotteville ---
@@ -1029,17 +1028,17 @@ main:
 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ tobago-theme-charlotteville ---
 [INFO] 
 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-charlotteville ---
-[INFO] Building jar: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar
+[INFO] Building jar: __CURRENT__/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar
 [INFO] 
 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ tobago-theme-charlotteville ---
 [INFO] 
 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-charlotteville ---
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.1.0-SNAPSHOT/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-charlotteville/pom.xml to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.1.0-SNAPSHOT/tobago-theme-charlotteville-3.1.0-SNAPSHOT.pom
+[INFO] Installing __CURRENT__/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar to __REPO__/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.1.0-SNAPSHOT/tobago-theme-charlotteville-3.1.0-SNAPSHOT.jar
+[INFO] Installing __CURRENT__/tobago-theme-charlotteville/pom.xml to __REPO__/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.1.0-SNAPSHOT/tobago-theme-charlotteville-3.1.0-SNAPSHOT.pom
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 03:16 min
-[INFO] Finished at: 2017-03-15T11:30:10+01:00
-[INFO] Final Memory: 33M/402M
+[INFO] Total time: 02:57 min
+[INFO] Finished at: 2017-03-15T16:09:13+01:00
+[INFO] Final Memory: 30M/396M
 [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=1787062&r1=1787061&r2=1787062&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 15:32:51 2017
@@ -9,17 +9,17 @@
 [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-theme-richmond ---
 [INFO] 
 [INFO] --- maven-scm-plugin:1.9.5:checkout (step #1: copy-bootstrap) @ tobago-theme-richmond ---
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target
+[INFO] Removing __CURRENT__/tobago-theme-richmond/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-richmond/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap __CURRENT__/tobago-theme-richmond/target/checkout
+[INFO] Working directory: __CURRENT__/tobago-theme-richmond/target
 [INFO] Executing: /bin/sh -c cd /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/ && git ls-remote https://github.com/twbs/bootstrap
 [INFO] Working directory: /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout && git checkout v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout && git ls-files
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-richmond/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-richmond/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-richmond/target/checkout && git checkout v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-richmond/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-richmond/target/checkout && git ls-files
+[INFO] Working directory: __CURRENT__/tobago-theme-richmond/target/checkout
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:copy-resources (step #2: copy-bootstrap) @ tobago-theme-richmond ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
@@ -31,20 +31,20 @@
 [INFO] 
 [INFO] --- maven-dependency-plugin:3.0.0:unpack (step #4: unpack-custom) @ tobago-theme-richmond ---
 [INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:3.1.0-SNAPSHOT:jar
-[INFO] Unpacking /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap with includes "**/*.scss" and excludes ""
+[INFO] Unpacking __REPO__/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to __CURRENT__/tobago-theme-richmond/target/bootstrap with includes "**/*.scss" and excludes ""
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (step #5: install node and npm) @ tobago-theme-richmond ---
 [INFO] Installing node version v6.5.0
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/frontend/node/tmp
-[INFO] Copying node binary from /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/frontend/node/node
+[INFO] Unpacking __REPO__/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into __CURRENT__/tobago-theme-richmond/target/frontend/node/tmp
+[INFO] Copying node binary from __CURRENT__/tobago-theme-richmond/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to __CURRENT__/tobago-theme-richmond/target/frontend/node/node
 [INFO] Installed node locally.
 [INFO] Installing npm version 3.10.8
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/frontend/node/node_modules
+[INFO] Unpacking __REPO__/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into __CURRENT__/tobago-theme-richmond/target/frontend/node/node_modules
 [INFO] Installed npm locally.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #6: npm install grunt-cli) @ tobago-theme-richmond ---
-[INFO] Running 'npm install grunt-cli' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
+[INFO] Running 'npm install grunt-cli' in __CURRENT__/tobago-theme-richmond/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-richmond/target/bootstrap
 [INFO] └─┬ grunt-cli@1.2.0 
 [INFO]   ├─┬ findup-sync@0.3.0 
 [INFO]   │ └─┬ glob@5.0.15 
@@ -64,7 +64,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #7: npm install) @ tobago-theme-richmond ---
-[INFO] Running 'npm install' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
+[INFO] Running 'npm install' in __CURRENT__/tobago-theme-richmond/target/bootstrap
 [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN prefer global coffee-script@1.10.0 should be installed with -g
@@ -72,13 +72,13 @@
 [WARNING] npm WARN prefer global jsonlint@1.6.2 should be installed with -g
 [WARNING] npm WARN prefer global node-gyp@3.5.0 should be installed with -g
 [INFO] 
-[INFO] > fsevents@1.1.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/fsevents
+[INFO] > fsevents@1.1.1 install __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/fsevents
 [INFO] > node install
 [INFO] 
-[INFO] [fsevents] Success: "/Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
+[INFO] [fsevents] Success: "__CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
 [INFO] Pass --update-binary to reinstall or --build-from-source to recompile
 [INFO] 
-[INFO] > iltorb@1.0.13 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/iltorb
+[INFO] > iltorb@1.0.13 install __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/iltorb
 [INFO] > node-gyp rebuild
 [INFO] 
 [INFO]   CC(target) Release/obj.target/decode/brotli/common/dictionary.o
@@ -117,30 +117,30 @@
 [INFO]   SOLINK_MODULE(target) Release/encode.node
 [ERROR] clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
 [INFO] 
-[INFO] > node-sass@3.13.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/node-sass
+[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] 
-[INFO] > phantomjs-prebuilt@2.1.14 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt
+[INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
 [INFO] 
 [INFO] PhantomJS not found on PATH
 [INFO] Download already available at /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/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-1489573973388/phantomjs-2.1.1-macosx -> /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[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] Writing location.js file
-[INFO] Done. Phantomjs binary available at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
+[INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
-[INFO] > node-sass@3.13.1 postinstall /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/node-sass
+[INFO] > node-sass@3.13.1 postinstall __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/build.js
 [INFO] 
-[INFO] Binary found at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
+[INFO] Binary found at __CURRENT__/tobago-theme-richmond/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
 [INFO] Testing binary
 [INFO] Binary is fine
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-richmond/target/bootstrap
 [INFO] ├─┬ autoprefixer@6.7.7 
 [INFO] │ ├─┬ browserslist@1.7.6 
 [INFO] │ │ └── electron-to-chromium@1.2.7 
@@ -230,10 +230,12 @@
 [INFO] │ ├─┬ escope@3.6.0 
 [INFO] │ │ ├─┬ es6-map@0.1.4 
 [INFO] │ │ │ ├── d@0.1.1 
-[INFO] │ │ │ ├── es5-ext@0.10.13 
-[INFO] │ │ │ ├── es6-iterator@2.0.0 
+[INFO] │ │ │ ├── es5-ext@0.10.14 
+[INFO] │ │ │ ├─┬ es6-iterator@2.0.1 
+[INFO] │ │ │ │ └── d@1.0.0 
 [INFO] │ │ │ ├── es6-set@0.1.4 
-[INFO] │ │ │ ├── es6-symbol@3.1.0 
+[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] │ │ └─┬ esrecurse@4.1.0 
@@ -947,7 +949,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:grunt (step #8: grunt build) @ tobago-theme-richmond ---
-[INFO] Running 'grunt dist' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
+[INFO] Running 'grunt dist' in __CURRENT__/tobago-theme-richmond/target/bootstrap
 [INFO] Running "clean:dist" (clean) task
 [INFO] >> 1 path cleaned.
 [INFO] 
@@ -959,7 +961,7 @@
 [INFO] 
 [INFO] Running "exec:postcss" (exec) task
 [INFO] 
-[INFO] > bootstrap@4.0.0-alpha.5 postcss /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/bootstrap
+[INFO] > bootstrap@4.0.0-alpha.5 postcss __CURRENT__/tobago-theme-richmond/target/bootstrap
 [INFO] > postcss --config grunt/postcss.js --replace dist/css/*.css
 [INFO] 
 [INFO] 
@@ -985,16 +987,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 11:32:56 UTC+1)
-[INFO] sass:core     193ms  ▇▇ 4%
-[INFO] sass:extras   189ms  ▇▇ 4%
-[INFO] sass:docs     119ms  ▇▇ 3%
-[INFO] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 32%
-[INFO] cssmin:core   566ms  ▇▇▇▇▇▇ 12%
-[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
-[INFO] babel:dist    560ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   502ms  ▇▇▇▇▇▇ 11%
-[INFO] Total 4.7s
+[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] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-richmond ---
@@ -1017,7 +1019,7 @@ main:
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tobago-theme-richmond ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] skip non existing resourceDirectory /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/src/test/resources
+[INFO] skip non existing resourceDirectory __CURRENT__/tobago-theme-richmond/src/test/resources
 [INFO] Copying 3 resources
 [INFO] 
 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tobago-theme-richmond ---
@@ -1026,17 +1028,17 @@ main:
 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ tobago-theme-richmond ---
 [INFO] 
 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-richmond ---
-[INFO] Building jar: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/tobago-theme-richmond-3.1.0-SNAPSHOT.jar
+[INFO] Building jar: __CURRENT__/tobago-theme-richmond/target/tobago-theme-richmond-3.1.0-SNAPSHOT.jar
 [INFO] 
 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ tobago-theme-richmond ---
 [INFO] 
 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-richmond ---
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/target/tobago-theme-richmond-3.1.0-SNAPSHOT.jar to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-richmond/3.1.0-SNAPSHOT/tobago-theme-richmond-3.1.0-SNAPSHOT.jar
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-richmond/pom.xml to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-richmond/3.1.0-SNAPSHOT/tobago-theme-richmond-3.1.0-SNAPSHOT.pom
+[INFO] Installing __CURRENT__/tobago-theme-richmond/target/tobago-theme-richmond-3.1.0-SNAPSHOT.jar to __REPO__/org/apache/myfaces/tobago/tobago-theme-richmond/3.1.0-SNAPSHOT/tobago-theme-richmond-3.1.0-SNAPSHOT.jar
+[INFO] Installing __CURRENT__/tobago-theme-richmond/pom.xml to __REPO__/org/apache/myfaces/tobago/tobago-theme-richmond/3.1.0-SNAPSHOT/tobago-theme-richmond-3.1.0-SNAPSHOT.pom
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:50 min
-[INFO] Finished at: 2017-03-15T11:33:01+01:00
-[INFO] Final Memory: 33M/408M
+[INFO] Total time: 02:53 min
+[INFO] Finished at: 2017-03-15T16:12:08+01:00
+[INFO] Final Memory: 35M/397M
 [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=1787062&r1=1787061&r2=1787062&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 15:32:51 2017
@@ -9,17 +9,17 @@
 [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-theme-scarborough ---
 [INFO] 
 [INFO] --- maven-scm-plugin:1.9.5:checkout (step #1: copy-bootstrap) @ tobago-theme-scarborough ---
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target
+[INFO] Removing __CURRENT__/tobago-theme-scarborough/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-scarborough/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap __CURRENT__/tobago-theme-scarborough/target/checkout
+[INFO] Working directory: __CURRENT__/tobago-theme-scarborough/target
 [INFO] Executing: /bin/sh -c cd /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/ && git ls-remote https://github.com/twbs/bootstrap
 [INFO] Working directory: /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout && git checkout v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout && git ls-files
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-scarborough/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-scarborough/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-scarborough/target/checkout && git checkout v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-scarborough/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-scarborough/target/checkout && git ls-files
+[INFO] Working directory: __CURRENT__/tobago-theme-scarborough/target/checkout
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:copy-resources (step #2: copy-bootstrap) @ tobago-theme-scarborough ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
@@ -31,20 +31,20 @@
 [INFO] 
 [INFO] --- maven-dependency-plugin:3.0.0:unpack (step #4: unpack-custom) @ tobago-theme-scarborough ---
 [INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:3.1.0-SNAPSHOT:jar
-[INFO] Unpacking /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap with includes "**/*.scss" and excludes ""
+[INFO] Unpacking __REPO__/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to __CURRENT__/tobago-theme-scarborough/target/bootstrap with includes "**/*.scss" and excludes ""
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (step #5: install node and npm) @ tobago-theme-scarborough ---
 [INFO] Installing node version v6.5.0
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/frontend/node/tmp
-[INFO] Copying node binary from /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/frontend/node/node
+[INFO] Unpacking __REPO__/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into __CURRENT__/tobago-theme-scarborough/target/frontend/node/tmp
+[INFO] Copying node binary from __CURRENT__/tobago-theme-scarborough/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to __CURRENT__/tobago-theme-scarborough/target/frontend/node/node
 [INFO] Installed node locally.
 [INFO] Installing npm version 3.10.8
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/frontend/node/node_modules
+[INFO] Unpacking __REPO__/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into __CURRENT__/tobago-theme-scarborough/target/frontend/node/node_modules
 [INFO] Installed npm locally.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #6: npm install grunt-cli) @ tobago-theme-scarborough ---
-[INFO] Running 'npm install grunt-cli' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
+[INFO] Running 'npm install grunt-cli' in __CURRENT__/tobago-theme-scarborough/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] └─┬ grunt-cli@1.2.0 
 [INFO]   ├─┬ findup-sync@0.3.0 
 [INFO]   │ └─┬ glob@5.0.15 
@@ -64,7 +64,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #7: npm install) @ tobago-theme-scarborough ---
-[INFO] Running 'npm install' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
+[INFO] Running 'npm install' in __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN prefer global coffee-script@1.10.0 should be installed with -g
@@ -72,13 +72,13 @@
 [WARNING] npm WARN prefer global jsonlint@1.6.2 should be installed with -g
 [WARNING] npm WARN prefer global node-gyp@3.5.0 should be installed with -g
 [INFO] 
-[INFO] > fsevents@1.1.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/fsevents
+[INFO] > fsevents@1.1.1 install __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/fsevents
 [INFO] > node install
 [INFO] 
-[INFO] [fsevents] Success: "/Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
+[INFO] [fsevents] Success: "__CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
 [INFO] Pass --update-binary to reinstall or --build-from-source to recompile
 [INFO] 
-[INFO] > iltorb@1.0.13 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/iltorb
+[INFO] > iltorb@1.0.13 install __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/iltorb
 [INFO] > node-gyp rebuild
 [INFO] 
 [INFO]   CC(target) Release/obj.target/decode/brotli/common/dictionary.o
@@ -117,30 +117,30 @@
 [INFO]   SOLINK_MODULE(target) Release/encode.node
 [ERROR] clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
 [INFO] 
-[INFO] > node-sass@3.13.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass
+[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] 
-[INFO] > phantomjs-prebuilt@2.1.14 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt
+[INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
 [INFO] 
 [INFO] PhantomJS not found on PATH
 [INFO] Download already available at /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/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-1489574145398/phantomjs-2.1.1-macosx -> /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[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] Writing location.js file
-[INFO] Done. Phantomjs binary available at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
+[INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
-[INFO] > node-sass@3.13.1 postinstall /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass
+[INFO] > node-sass@3.13.1 postinstall __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/build.js
 [INFO] 
-[INFO] Binary found at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
+[INFO] Binary found at __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
 [INFO] Testing binary
 [INFO] Binary is fine
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] ├─┬ autoprefixer@6.7.7 
 [INFO] │ ├─┬ browserslist@1.7.6 
 [INFO] │ │ └── electron-to-chromium@1.2.7 
@@ -230,10 +230,12 @@
 [INFO] │ ├─┬ escope@3.6.0 
 [INFO] │ │ ├─┬ es6-map@0.1.4 
 [INFO] │ │ │ ├── d@0.1.1 
-[INFO] │ │ │ ├── es5-ext@0.10.13 
-[INFO] │ │ │ ├── es6-iterator@2.0.0 
+[INFO] │ │ │ ├── es5-ext@0.10.14 
+[INFO] │ │ │ ├─┬ es6-iterator@2.0.1 
+[INFO] │ │ │ │ └── d@1.0.0 
 [INFO] │ │ │ ├── es6-set@0.1.4 
-[INFO] │ │ │ ├── es6-symbol@3.1.0 
+[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] │ │ └─┬ esrecurse@4.1.0 
@@ -947,7 +949,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:grunt (step #8: grunt build) @ tobago-theme-scarborough ---
-[INFO] Running 'grunt dist' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
+[INFO] Running 'grunt dist' in __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] Running "clean:dist" (clean) task
 [INFO] >> 1 path cleaned.
 [INFO] 
@@ -959,7 +961,7 @@
 [INFO] 
 [INFO] Running "exec:postcss" (exec) task
 [INFO] 
-[INFO] > bootstrap@4.0.0-alpha.5 postcss /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/bootstrap
+[INFO] > bootstrap@4.0.0-alpha.5 postcss __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] > postcss --config grunt/postcss.js --replace dist/css/*.css
 [INFO] 
 [INFO] 
@@ -985,16 +987,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 11:35:48 UTC+1)
-[INFO] sass:core     200ms  ▇▇ 4%
-[INFO] sass:extras   212ms  ▇▇▇ 4%
-[INFO] sass:docs     124ms  ▇▇ 3%
+[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] exec:postcss   1.5s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 31%
-[INFO] cssmin:core   600ms  ▇▇▇▇▇▇ 12%
+[INFO] cssmin:core   590ms  ▇▇▇▇▇▇▇ 13%
 [INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 23%
-[INFO] babel:dist    588ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   514ms  ▇▇▇▇▇ 10%
-[INFO] Total 4.9s
+[INFO] babel:dist    551ms  ▇▇▇▇▇▇ 12%
+[INFO] uglify:core   489ms  ▇▇▇▇▇ 10%
+[INFO] Total 4.7s
 [INFO] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-scarborough ---
@@ -1017,7 +1019,7 @@ main:
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tobago-theme-scarborough ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] skip non existing resourceDirectory /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/src/test/resources
+[INFO] skip non existing resourceDirectory __CURRENT__/tobago-theme-scarborough/src/test/resources
 [INFO] Copying 3 resources
 [INFO] 
 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tobago-theme-scarborough ---
@@ -1026,17 +1028,17 @@ main:
 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ tobago-theme-scarborough ---
 [INFO] 
 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-scarborough ---
-[INFO] Building jar: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar
+[INFO] Building jar: __CURRENT__/tobago-theme-scarborough/target/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar
 [INFO] 
 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ tobago-theme-scarborough ---
 [INFO] 
 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-scarborough ---
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/target/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-scarborough/3.1.0-SNAPSHOT/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-scarborough/pom.xml to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-scarborough/3.1.0-SNAPSHOT/tobago-theme-scarborough-3.1.0-SNAPSHOT.pom
+[INFO] Installing __CURRENT__/tobago-theme-scarborough/target/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar to __REPO__/org/apache/myfaces/tobago/tobago-theme-scarborough/3.1.0-SNAPSHOT/tobago-theme-scarborough-3.1.0-SNAPSHOT.jar
+[INFO] Installing __CURRENT__/tobago-theme-scarborough/pom.xml to __REPO__/org/apache/myfaces/tobago/tobago-theme-scarborough/3.1.0-SNAPSHOT/tobago-theme-scarborough-3.1.0-SNAPSHOT.pom
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:51 min
-[INFO] Finished at: 2017-03-15T11:35:54+01:00
-[INFO] Final Memory: 35M/398M
+[INFO] Total time: 02:54 min
+[INFO] Finished at: 2017-03-15T16:15:03+01:00
+[INFO] Final Memory: 35M/397M
 [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=1787062&r1=1787061&r2=1787062&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 15:32:51 2017
@@ -9,17 +9,17 @@
 [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-theme-speyside ---
 [INFO] 
 [INFO] --- maven-scm-plugin:1.9.5:checkout (step #1: copy-bootstrap) @ tobago-theme-speyside ---
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target
+[INFO] Removing __CURRENT__/tobago-theme-speyside/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-speyside/target && git clone --branch v4.0.0-alpha.5 https://github.com/twbs/bootstrap __CURRENT__/tobago-theme-speyside/target/checkout
+[INFO] Working directory: __CURRENT__/tobago-theme-speyside/target
 [INFO] Executing: /bin/sh -c cd /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/ && git ls-remote https://github.com/twbs/bootstrap
 [INFO] Working directory: /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout && git checkout v4.0.0-alpha.5
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout
-[INFO] Executing: /bin/sh -c cd /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout && git ls-files
-[INFO] Working directory: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-speyside/target/checkout && git pull https://github.com/twbs/bootstrap v4.0.0-alpha.5:v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-speyside/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-speyside/target/checkout && git checkout v4.0.0-alpha.5
+[INFO] Working directory: __CURRENT__/tobago-theme-speyside/target/checkout
+[INFO] Executing: /bin/sh -c cd __CURRENT__/tobago-theme-speyside/target/checkout && git ls-files
+[INFO] Working directory: __CURRENT__/tobago-theme-speyside/target/checkout
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:copy-resources (step #2: copy-bootstrap) @ tobago-theme-speyside ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
@@ -31,20 +31,20 @@
 [INFO] 
 [INFO] --- maven-dependency-plugin:3.0.0:unpack (step #4: unpack-custom) @ tobago-theme-speyside ---
 [INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:3.1.0-SNAPSHOT:jar
-[INFO] Unpacking /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap with includes "**/*.scss" and excludes ""
+[INFO] Unpacking __REPO__/org/apache/myfaces/tobago/tobago-core/3.1.0-SNAPSHOT/tobago-core-3.1.0-SNAPSHOT.jar to __CURRENT__/tobago-theme-speyside/target/bootstrap with includes "**/*.scss" and excludes ""
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (step #5: install node and npm) @ tobago-theme-speyside ---
 [INFO] Installing node version v6.5.0
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/frontend/node/tmp
-[INFO] Copying node binary from /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/frontend/node/node
+[INFO] Unpacking __REPO__/com/github/eirslett/node/6.5.0/node-6.5.0-darwin-x64.tar.gz into __CURRENT__/tobago-theme-speyside/target/frontend/node/tmp
+[INFO] Copying node binary from __CURRENT__/tobago-theme-speyside/target/frontend/node/tmp/node-v6.5.0-darwin-x64/bin/node to __CURRENT__/tobago-theme-speyside/target/frontend/node/node
 [INFO] Installed node locally.
 [INFO] Installing npm version 3.10.8
-[INFO] Unpacking /Users/lofwyr/.m2/repository/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/frontend/node/node_modules
+[INFO] Unpacking __REPO__/com/github/eirslett/npm/3.10.8/npm-3.10.8.tar.gz into __CURRENT__/tobago-theme-speyside/target/frontend/node/node_modules
 [INFO] Installed npm locally.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #6: npm install grunt-cli) @ tobago-theme-speyside ---
-[INFO] Running 'npm install grunt-cli' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
+[INFO] Running 'npm install grunt-cli' in __CURRENT__/tobago-theme-speyside/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] └─┬ grunt-cli@1.2.0 
 [INFO]   ├─┬ findup-sync@0.3.0 
 [INFO]   │ └─┬ glob@5.0.15 
@@ -64,7 +64,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:npm (step #7: npm install) @ tobago-theme-speyside ---
-[INFO] Running 'npm install' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
+[INFO] Running 'npm install' in __CURRENT__/tobago-theme-speyside/target/bootstrap
 [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
 [WARNING] npm WARN prefer global coffee-script@1.10.0 should be installed with -g
@@ -72,13 +72,13 @@
 [WARNING] npm WARN prefer global jsonlint@1.6.2 should be installed with -g
 [WARNING] npm WARN prefer global node-gyp@3.5.0 should be installed with -g
 [INFO] 
-[INFO] > fsevents@1.1.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/fsevents
+[INFO] > fsevents@1.1.1 install __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/fsevents
 [INFO] > node install
 [INFO] 
-[INFO] [fsevents] Success: "/Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
+[INFO] [fsevents] Success: "__CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" already installed
 [INFO] Pass --update-binary to reinstall or --build-from-source to recompile
 [INFO] 
-[INFO] > iltorb@1.0.13 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/iltorb
+[INFO] > iltorb@1.0.13 install __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/iltorb
 [INFO] > node-gyp rebuild
 [INFO] 
 [INFO]   CC(target) Release/obj.target/decode/brotli/common/dictionary.o
@@ -117,30 +117,30 @@
 [INFO]   SOLINK_MODULE(target) Release/encode.node
 [ERROR] clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
 [INFO] 
-[INFO] > node-sass@3.13.1 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/node-sass
+[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] 
-[INFO] > phantomjs-prebuilt@2.1.14 install /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt
+[INFO] > phantomjs-prebuilt@2.1.14 install __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt
 [INFO] > node install.js
 [INFO] 
 [INFO] PhantomJS not found on PATH
 [INFO] Download already available at /var/folders/w0/pg4pxr7972l6bq85x08s5cl00000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
-[INFO] Removing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/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-1489574318508/phantomjs-2.1.1-macosx -> /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[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] Writing location.js file
-[INFO] Done. Phantomjs binary available at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
+[INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
-[INFO] > node-sass@3.13.1 postinstall /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/node-sass
+[INFO] > node-sass@3.13.1 postinstall __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/node-sass
 [INFO] > node scripts/build.js
 [INFO] 
-[INFO] Binary found at /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
+[INFO] Binary found at __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/node-sass/vendor/darwin-x64-48/binding.node
 [INFO] Testing binary
 [INFO] Binary is fine
-[INFO] bootstrap@4.0.0-alpha.5 /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
+[INFO] bootstrap@4.0.0-alpha.5 __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] ├─┬ autoprefixer@6.7.7 
 [INFO] │ ├─┬ browserslist@1.7.6 
 [INFO] │ │ └── electron-to-chromium@1.2.7 
@@ -230,10 +230,12 @@
 [INFO] │ ├─┬ escope@3.6.0 
 [INFO] │ │ ├─┬ es6-map@0.1.4 
 [INFO] │ │ │ ├── d@0.1.1 
-[INFO] │ │ │ ├── es5-ext@0.10.13 
-[INFO] │ │ │ ├── es6-iterator@2.0.0 
+[INFO] │ │ │ ├── es5-ext@0.10.14 
+[INFO] │ │ │ ├─┬ es6-iterator@2.0.1 
+[INFO] │ │ │ │ └── d@1.0.0 
 [INFO] │ │ │ ├── es6-set@0.1.4 
-[INFO] │ │ │ ├── es6-symbol@3.1.0 
+[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] │ │ └─┬ esrecurse@4.1.0 
@@ -947,7 +949,7 @@
 [INFO] 
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.0:grunt (step #8: grunt build) @ tobago-theme-speyside ---
-[INFO] Running 'grunt dist' in /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
+[INFO] Running 'grunt dist' in __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] Running "clean:dist" (clean) task
 [INFO] >> 1 path cleaned.
 [INFO] 
@@ -959,7 +961,7 @@
 [INFO] 
 [INFO] Running "exec:postcss" (exec) task
 [INFO] 
-[INFO] > bootstrap@4.0.0-alpha.5 postcss /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/bootstrap
+[INFO] > bootstrap@4.0.0-alpha.5 postcss __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] > postcss --config grunt/postcss.js --replace dist/css/*.css
 [INFO] 
 [INFO] 
@@ -985,16 +987,16 @@
 [INFO] Done.
 [INFO] 
 [INFO] 
-[INFO] Execution Time (2017-03-15 11:38:41 UTC+1)
-[INFO] sass:core     199ms  ▇▇ 4%
-[INFO] sass:extras   206ms  ▇▇ 4%
-[INFO] sass:docs     118ms  ▇▇ 2%
-[INFO] exec:postcss   1.6s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 32%
-[INFO] cssmin:core   579ms  ▇▇▇▇▇▇ 12%
-[INFO] babel:dev      1.1s  ▇▇▇▇▇▇▇▇▇▇▇ 22%
-[INFO] babel:dist    570ms  ▇▇▇▇▇▇ 12%
-[INFO] uglify:core   535ms  ▇▇▇▇▇▇ 11%
-[INFO] Total 4.9s
+[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] 
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-speyside ---
@@ -1017,7 +1019,7 @@ main:
 [INFO] 
 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tobago-theme-speyside ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] skip non existing resourceDirectory /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/src/test/resources
+[INFO] skip non existing resourceDirectory __CURRENT__/tobago-theme-speyside/src/test/resources
 [INFO] Copying 3 resources
 [INFO] 
 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ tobago-theme-speyside ---
@@ -1026,17 +1028,17 @@ main:
 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ tobago-theme-speyside ---
 [INFO] 
 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-speyside ---
-[INFO] Building jar: /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/tobago-theme-speyside-3.1.0-SNAPSHOT.jar
+[INFO] Building jar: __CURRENT__/tobago-theme-speyside/target/tobago-theme-speyside-3.1.0-SNAPSHOT.jar
 [INFO] 
 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ tobago-theme-speyside ---
 [INFO] 
 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-speyside ---
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/target/tobago-theme-speyside-3.1.0-SNAPSHOT.jar to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-speyside/3.1.0-SNAPSHOT/tobago-theme-speyside-3.1.0-SNAPSHOT.jar
-[INFO] Installing /Users/lofwyr/Documents/project/apache/tobago-trunk-0/tobago-theme/tobago-theme-speyside/pom.xml to /Users/lofwyr/.m2/repository/org/apache/myfaces/tobago/tobago-theme-speyside/3.1.0-SNAPSHOT/tobago-theme-speyside-3.1.0-SNAPSHOT.pom
+[INFO] Installing __CURRENT__/tobago-theme-speyside/target/tobago-theme-speyside-3.1.0-SNAPSHOT.jar to __REPO__/org/apache/myfaces/tobago/tobago-theme-speyside/3.1.0-SNAPSHOT/tobago-theme-speyside-3.1.0-SNAPSHOT.jar
+[INFO] Installing __CURRENT__/tobago-theme-speyside/pom.xml to __REPO__/org/apache/myfaces/tobago/tobago-theme-speyside/3.1.0-SNAPSHOT/tobago-theme-speyside-3.1.0-SNAPSHOT.pom
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 02:52 min
-[INFO] Finished at: 2017-03-15T11:38:47+01:00
-[INFO] Final Memory: 33M/396M
+[INFO] Total time: 03:25 min
+[INFO] Finished at: 2017-03-15T16:18:29+01:00
+[INFO] Final Memory: 35M/398M
 [INFO] ------------------------------------------------------------------------

Propchange: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Mar 15 15:32:51 2017
@@ -5,4 +5,3 @@ target
 .classpath
 .project
 .settings
-*.log