Compiling Nuxeo From Source : Build Failure
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2015 12:43 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 08:56 AM
What is the error output of the following commands, if any?
npm.cmd install
bower.cmd install
grunt.cmd
