Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AEAA17F85 for ; Thu, 12 Mar 2015 05:27:32 +0000 (UTC) Received: (qmail 99110 invoked by uid 500); 12 Mar 2015 05:27:31 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 99063 invoked by uid 500); 12 Mar 2015 05:27:31 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 99050 invoked by uid 99); 12 Mar 2015 05:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 05:27:31 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of willierjyt@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 05:27:06 +0000 Received: by wivr20 with SMTP id r20so17250195wiv.3 for ; Wed, 11 Mar 2015 22:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=kqcuELmnyeWOe7JF1mrE2B/2dHoCiuCw5lxwp9ZUJHc=; b=cQRGquHT5yCVdhsTA32v3yHttoJe1KR3yNdkNjxgGt9Qkq94FKc+972OMFIwc/DU7/ hZGxR/olibl3E2VnD+GLYE54SGjciSCSTVD82pQUsXhrd8/xUkkpz6ka97EMKbrHUIgT +3mucb6yzKKJcMy8Sx6hFuvmTZOf/+U7i74VOOKhdh/ilmmgw1nfo6G2sOX+lx20o6qq CEN1MxYlDlhQG5byxGeHWymUSMtYRZGFVH51e2p1Ow1bzuhfHF9iGc5akT5Qzft9Foj9 vNTNrjZjIQk1Wuoksk6h/vXcM9B95A5pSHUfz5Ll2N369WDb3TaTJRImFMh3lPCJ7vCP vz/g== X-Received: by 10.194.90.210 with SMTP id by18mr81113157wjb.80.1426138024811; Wed, 11 Mar 2015 22:27:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.30.8 with HTTP; Wed, 11 Mar 2015 22:26:34 -0700 (PDT) In-Reply-To: <2015031118151374707312@163.com> References: <2015031118151374707312@163.com> From: Yitao Jiang Date: Thu, 12 Mar 2015 13:26:34 +0800 Message-ID: Subject: Re: build cloudstack in windows error To: "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=047d7bfcf6625ea320051110a2f3 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfcf6625ea320051110a2f3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable paste more error details with run mvn -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(=E4=BE=9D=E6=B6=9B =E5=A7=9C) jiangyt.github.io On Wed, Mar 11, 2015 at 6:15 PM, wangyuyang1985@163.com < wangyuyang1985@163.com> wrote: > > i build cloudstack in windows with cygwin ,but get this error,who know wh= y? > > > [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 -rf :cloud-apidoc > > > > wangyuyang1985@163.com --047d7bfcf6625ea320051110a2f3--