Compiling Nuxeo From Source : Build Failure

I keep getting this error when compiling nuxeo. I already have grunt on my local, the error seems weird since I tested in its actual directory(“C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp“). Can someone tell me how to fix this?

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (bower-install) on project nuxeo-platform-webapp: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] around Ant part ...<ant antfile="C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp/build.xml" dir="C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp" target="build"></ant>... @ 4:177 in C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp\target\antrun\build-main.xml
0 votes

1 answers

2201 views

ANSWER



What is the error output of the following commands, if any?

npm.cmd install
bower.cmd install
grunt.cmd
0 votes