Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5045A9DDB for ; Mon, 10 Sep 2012 16:51:55 +0000 (UTC) Received: (qmail 93989 invoked by uid 500); 10 Sep 2012 16:51:55 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 93954 invoked by uid 500); 10 Sep 2012 16:51:55 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 93945 invoked by uid 99); 10 Sep 2012 16:51:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 16:51:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Edison.su@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 16:51:47 +0000 X-IronPort-AV: E=Sophos;i="4.80,398,1344211200"; d="scan'208";a="207611595" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 10 Sep 2012 16:51:25 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 10 Sep 2012 09:51:25 -0700 From: Edison Su To: "cloudstack-dev@incubator.apache.org" Date: Mon, 10 Sep 2012 09:51:25 -0700 Subject: RE: ant clean-all build-all error. org.apache.axis2.tool.ant.AntCodegenTask cannot be found Thread-Topic: ant clean-all build-all error. org.apache.axis2.tool.ant.AntCodegenTask cannot be found Thread-Index: Ac2N5+tncU49WHIGTLSw+WzP5Jnv3wBjFEgA Message-ID: References: <1346960057.764.140661124559849.11BF7C83@webmail.messagingengine.com> <504913C5.1000705@widodh.nl> <1346967253.26701.140661124605321.7F570031@webmail.messagingengine.com> <25f71a09.1ee.139a6efffe6.Coremail.cloudstacks@163.com> In-Reply-To: <25f71a09.1ee.139a6efffe6.Coremail.cloudstacks@163.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 There are two steps: 1. mvn -P deps 2. ant build-all We will fully migrate to maven in the next few weeks.=20 > -----Original Message----- > From: yueluck@163.com [mailto:yueluck@163.com] On Behalf Of > cloudstacks@163.com > Sent: Saturday, September 08, 2012 10:32 AM > To: cloudstack-dev@incubator.apache.org > Subject: ant clean-all build-all error. > org.apache.axis2.tool.ant.AntCodegenTask cannot be found >=20 > mavan can not configurate build-environment correctly. >=20 >=20 >=20 > [root@xxxxxxx xxxxxxxxx]# ant clean-all > Buildfile: build.xml > [echo] Using build parameters from /mnt/cloudstack/build/build- > cloud.properties > [echo] Using company info from > /mnt/cloudstack/build/cloud.properties > [echo] Using override file from > /mnt/cloudstack/build/replace.properties > [echo] Using build parameters from /mnt/cloudstack/build/build- > cloud.properties > [echo] Using company info from > /mnt/cloudstack/build/cloud.properties > [echo] Using override file from > /mnt/cloudstack/build/replace.properties >=20 > BUILD FAILED > /mnt/cloudstack/build.xml:48: The following error occurred while > executing this line: > /mnt/cloudstack/build/build-aws-api.xml:34: taskdef class > org.apache.axis2.tool.ant.AntCodegenTask cannot be found >=20 > Total time: 1 second