I'm still running this unverified command line:

mvn -B clean install package -DnewVersion=2.4.2.0.0 -DskipTests 
-Dpython.ver="python >= 2.6" -P windows
in admin mode on windows 10.

Nodejs/npm/brunch are installed.

Too many build issues get reported by brunch and these errors show up on the 
console. Did i miss a pre-requisite?


[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (compile-brunch) @ ambari-web ---
00:05:23 - warn: config.files.stylesheets.defaultExtension: perhaps you meant 
defaultExtensions
00:05:23 - warn: config.files.templates.defaultExtension: perhaps you meant 
defaultExtensions
00:05:23 - warn: config.files.templates.paths: perhaps you meant order
00:05:23 - warn: Loading of ember-precompiler-brunch failed due to Setter must 
have exactly one formal parameter.
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:26 - info: compiling
00:05:29 - warn: 
C:/Users/jesaremi/AppData/Roaming/npm/node_modules/brunch/node_modules/process/browser.js
 compiled, but not written. Check your javascripts.joinTo config
00:05:29 - error: Compiling of app/styles/alerts.less failed.
   deps.concat is not a function
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:29 - error: Compiling of app/styles/config_history_flow.less failed.
   deps.concat is not a function
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:29 - error: Compiling of app/styles/modal_popups.less failed.
   deps.concat is not a function
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:29 - error: Compiling of app/styles/common.less failed.
   deps.concat is not a function
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:29 - error: Compiling of app/styles/log_file_search.less failed.
   deps.concat is not a function
...
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:29 - error: Processing of 
test/views/main/service/widgets/create/wizard_view_test.js failed.
   Could not load module '/views/main/service/widgets/create/wizard_view' from 
'D:/Users/jesaremi/Downloads/apache-ambari-2.4.2-src/ambari-web/test/views/main/service/widgets/create'.
 Possible solution: add '' to package.json and `npm install`.
Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
00:05:31 - info: compiling.
00:05:32 - info: compiled 946 files into 4 files, copied 318 in 10.3 sec
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------


Reply via email to