depend on which branch you are using. If it's on master, please switch to maven, and use the steps I send out last saturday.
Sent from my iPhone On Oct 24, 2012, at 3:51 PM, "Abhijith Chandrashekar" <abhijith.chandrashe...@citrix.com> wrote: > Hi, > > I followed the steps given in > http://wiki.cloudstack.org/display/COMM/DevCloud 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 redeploy it, I'm facing a build error - > > #ant clean-all build-all > > .... > BUILD FAILED > /root/incubator-cloudstack/build.xml:48 The following error occurred while > 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 [] > > Total time: 0 seconds > > Sure enough, axis2 wasn't installed on my machine - I checked $ANT_HOME/lib > and $JAVA_HOME. > > 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? > > Has anybody else faced this error? > > Thanks, > Abhijith