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 43334DF8A for ; Thu, 25 Oct 2012 03:52:23 +0000 (UTC) Received: (qmail 84704 invoked by uid 500); 25 Oct 2012 03:52:23 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 84542 invoked by uid 500); 25 Oct 2012 03:52:22 -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 84504 invoked by uid 99); 25 Oct 2012 03:52:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 03:52:20 +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 (athena.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; Thu, 25 Oct 2012 03:52:15 +0000 X-IronPort-AV: E=Sophos;i="4.80,643,1344211200"; d="scan'208";a="212383528" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 25 Oct 2012 03:51:52 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Wed, 24 Oct 2012 20:51:51 -0700 From: Edison Su To: "cloudstack-dev@incubator.apache.org" CC: "cloudstack-dev@incubator.apache.org" Date: Wed, 24 Oct 2012 20:51:49 -0700 Subject: Re: Getting build error in axis2 module Thread-Topic: Getting build error in axis2 module Thread-Index: Ac2yZBFGqMqmxiKKQ/WdlOpO86V9zQ== Message-ID: <36B6D9BD-CC87-40B8-91CE-A8E15F46B811@citrix.com> References: <8EC081586F1D7C41931517E802E9473201304528C9D9@SJCPMAILBOX01.citrite.net> In-Reply-To: <8EC081586F1D7C41931517E802E9473201304528C9D9@SJCPMAILBOX01.citrite.net> 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 X-Virus-Checked: Checked by ClamAV on apache.org depend on which branch you are using. If it's on master, please switch to m= aven, and use the steps I send out last saturday. Sent from my iPhone On Oct 24, 2012, at 3:51 PM, "Abhijith Chandrashekar" wrote: > Hi, >=20 > I followed the steps given in http://wiki.cloudstack.org/display/COMM/Dev= Cloud and was able to install DevCloud on my Mac. However, when I tried to = modify some of the existing code (minimal changes to ui/index.jsp) and rede= ploy it, I'm facing a build error - >=20 > #ant clean-all build-all >=20 > .... > BUILD FAILED > /root/incubator-cloudstack/build.xml:48 The following error occurred whil= e executing this line: > /root/incubator-cloudstack/build/build-aws-api.xml:34: taskdef class org.= apache.axis2.tool.ant.AntCodegenTask cannot be found using the classloader = AntClassLoader [] >=20 > Total time: 0 seconds >=20 > Sure enough, axis2 wasn't installed on my machine - I checked $ANT_HOME/l= ib and $JAVA_HOME. >=20 > The VM is pretty much in factory setting at the moment. I'm wondering if = I need to be installing axis2 on my own to get the build process to work? >=20 > Has anybody else faced this error? >=20 > Thanks, > Abhijith