cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 97 forks source link

Building error on version 12.2.0 on-prem #97

Closed Yuntaz closed 5 years ago

Yuntaz commented 5 years ago

Hi folks,

We can't build the version 12.2.0. We are following this steps

$ git clone https://github.com/microfocus-idol/find.git --branch=onprem-release/12.2.0
$ cd find/webapp
$ GIT_COMMIT=`git rev-parse --short HEAD`
$ mvn clean package -Pproduction -pl idol -am -Dapplication.buildNumber=$GIT_COMMIT

These are my versions: node --version is 10.4.0 Maven --version

Screen Shot 2019-05-13 at 6 32 54 PM

java --version

Screen Shot 2019-05-13 at 6 32 38 PM

This is the error output

Screen Shot 2019-05-13 at 6 30 05 PM

What am I doing wrong here?