[ https://issues.apache.org/jira/browse/ATLAS-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974000#comment-14974000 ]
liutongfeng commented on ATLAS-199: ----------------------------------- The failure is gone, but the profile's activation has warnings. [WARNING] Some problems were encountered while building the effective model for org.apache.atlas:atlas-dashboard:war:0.6-incubating-SNAPSHOT [WARNING] 'profiles.profile[install-node].activation.file.missing' Failed to interpolate file location ${project.build.directory}/node for profile install-node: ${project.*} expressions are not supported during profile activation @ org.apache.atlas:atlas-dashboard:[unknown-version], D:\vagrant\centos6.5\git\incubator-atlas\dashboard\pom.xml [WARNING] 'profiles.profile[install-node_modules].activation.file.missing' Failed to interpolate file location ${project.build.directory}/node_modules for profile install-node_modules: ${project.*} expressions are not supported during profile activation @ org.apache.atlas:atlas-dashboard:[unknown-version], D:\vagrant\centos6.5\git\incubator-atlas\dashboard\pom.xml [WARNING] 'profiles.profile[bower-install].activation.file.missing' Failed to interpolate file location ${project.build.directory}/dist/lib for profile bower-install: ${project.*} expressions are not supported during profile activation @ org.apache.atlas:atlas-dashboard:[unknown-version], D:\vagrant\centos6.5\git\incubator-atlas\dashboard\pom.xml > webapp build fails (grunt + tests) > ---------------------------------- > > Key: ATLAS-199 > URL: https://issues.apache.org/jira/browse/ATLAS-199 > Project: Atlas > Issue Type: Bug > Affects Versions: 0.6-incubating > Reporter: Erik Bergenholtz > Assignee: Darshan Kumar > Priority: Critical > Labels: patch-available > Fix For: 0.6-incubating > > Attachments: ATLAS-199-v0.patch > > > When building Atlas webapp, I see the following issues: > mvn clean install: > {code} > [INFO] Running 'grunt bower --no-color' in > /Users/ebergenholtz/git3/incubator-atlas/dashboard > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 34.282 s > [INFO] Finished at: 2015-09-30T13:55:30-05:00 > [INFO] Final Memory: 35M/420M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (install bower) on > project atlas-webapp: Failed to run task: 'grunt bower --no-color' failed. > java.io.IOException: Cannot run program > "/Users/ebergenholtz/git3/incubator-atlas/dashboard/node/node" (in directory > "/Users/ebergenholtz/git3/incubator-atlas/dashboard"): error=2, No such file > or directory -> [Help 1] > {code} > Also, if I bypass the grunt task some of the tests fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)