I don't see any fatal error, but you might want to try to install the NodeJS and Ruby dependencies locally first, so that the maven build process doesn't have to do it for you during build time.
For what it's worth, this is how I set up my build environments with NodeJS v4 via nvm and Ruby 2.3.0 via rvm: https://gist.github.com/alanorth/2cf9c15834dc68a514262fcb04004cb0 Then you can build DSpace with Mirage 2 like this: $ mvn -Dmirage2.on=true -Dmirage2.deps.included=false package See more in the DSpace 5.x Mirage 2 README: https://github.com/DSpace/DSpace/tree/dspace-5_x/dspace-xmlui-mirage2 Regards, On Tue, Nov 15, 2016 at 4:11 PM, <[email protected]> wrote: > hello; > we would like to build dspace 5.6 with Mirage2 theme. > the building process gerenates these errors : > > > [INFO] ------ (Mirage2) com.github.eirslett:frontend-maven-plugin:0.0.23:npm > [DEBUG] Configuring mojo > com.github.eirslett:frontend-maven-plugin:0.0.23:npm from plugin realm > ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:0.0.23, parent: > sun.misc.Launcher$AppClassLoader@6f324b17] > [DEBUG] Configuring mojo > 'com.github.eirslett:frontend-maven-plugin:0.0.23:npm' with basic > configurator --> > [DEBUG] (f) arguments = install > [DEBUG] (f) workingDirectory = > /home/dspace/dspace-5.6-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2 > [DEBUG] (f) session = org.apache.maven.execution.MavenSession@31c46609 > [DEBUG] (f) skip = false > [DEBUG] -- end configuration -- > [INFO] Running 'npm install --color=false' in > /home/dspace/dspace-5.6-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2 > [ERROR] npm WARN package.json [email protected] No description > [ERROR] npm WARN package.json [email protected] No repository field. > [ERROR] npm WARN package.json [email protected] No README data > [ERROR] npm WARN deprecated [email protected]: Please update to minimatch > 3.0.2 or higher to avoid a RegExp DoS issue > [ERROR] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before > will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as > soon as possible. Use 'npm ls graceful-fs' to find it in the tree. > [ERROR] npm WARN deprecated [email protected]: Please update to minimatch > 3.0.2 or higher to avoid a RegExp DoS issue > [ERROR] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before > will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as > soon as possible. Use 'npm ls graceful-fs' to find it in the tree. > [ERROR] npm WARN deprecated [email protected]: ReDoS vulnerability parsing > Set-Cookie https://nodesecurity.io/advisories/130 > [ERROR] npm WARN deprecated [email protected]: Please update to minimatch > 3.0.2 or higher to avoid a RegExp DoS issue > [ERROR] npm WARN engine [email protected]: wanted: {"node":">=6"} (current: > {"node":"0.10.31","npm":"1.4.23"}) > [ERROR] npm WARN deprecated [email protected]: this package has been > reintegrated into npm and is now out of date with respect to npm > > [INFO] > [INFO] > [email protected] postinstall [dspace > source]/dspace-5.6-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2 > [INFO] > bower install > [INFO] > [INFO] bower jquery#~1.10.2 cached > https://github.com/jquery/jquery-dist.git#1.10.2 > [INFO] bower jquery#~1.10.2 validate 1.10.2 against > https://github.com/jquery/jquery-dist.git#~1.10.2 > [INFO] bower bootstrap-sass-official#3.3.0 cached > https://github.com/twbs/bootstrap-sass.git#3.3.0 > [INFO] bower bootstrap-sass-official#3.3.0 validate 3.3.0 against > https://github.com/twbs/bootstrap-sass.git#3.3.0 > > we searched on google but nothing found > I'd appreciate any ideas to solve this error > > thanks for help > > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. -- Alan Orth [email protected] https://englishbulgaria.net https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." ―Friedrich Nietzsche GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0 -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
