paste more error details with run mvn <goals> -rf :cloud-apidoc command. BYW, maybe the error caused by python interpreter cannot find the gentoc.py file, edit build-apidoc.sh file, changeing code of *python "$thisdir/gen_toc.py" $(find . -type f)* of $thisdir to the absolute directory of gen_toc.py exists. Note to the double \
--- Thanks, Yitao(依涛 姜) jiangyt.github.io On Wed, Mar 11, 2015 at 6:15 PM, wangyuyang1...@163.com < wangyuyang1...@163.com> wrote: > > i build cloudstack in windows with cygwin ,but get this error,who know why? > > > [INFO] Apache CloudStack Test ............................. SUCCESS [ > 3.018 s] > [INFO] Apache CloudStack Developer Mode ................... SUCCESS [ > 2.284 s] > [INFO] Apache CloudStack Developer Tools .................. SUCCESS [ > 2.054 s] > [INFO] Apache CloudStack apidocs .......................... FAILURE [ > 13.904 s] > [INFO] Apache CloudStack marvin ........................... SKIPPED > [INFO] Apache CloudStack DevCloud ......................... SKIPPED > [INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 04:25 min > [INFO] Finished at: 2015-03-11T18:12:11+08:00 > [INFO] Final Memory: 90M/715M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project > cloud-apidoc: Command execution failed. Process exited with an error: 1 > (Exit value: 1) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :cloud-apidoc > > > > wangyuyang1...@163.com