On 2012/09/07, at 23:02, Rohit Yadav <rohit.ya...@citrix.com> wrote:
> > On 07-Sep-2012, at 6:50 PM, Chip Childers <chip.child...@sungard.com> wrote: > >> On Fri, Sep 7, 2012 at 12:33 AM, Rajesh Battala >> <rajesh.batt...@citrix.com> wrote: >>> >>> >>> -----Original Message----- >>> From: Chip Childers [mailto:chip.child...@sungard.com] >>> Sent: Friday, September 07, 2012 9:41 AM >>> To: cloudstack-dev@incubator.apache.org >>> Subject: [ASFCS40] Release Candidate Status >>> >>> Hi all, >>> >>> Wido and Edison have been working on build issues this evening, but we >>> haven't sorted everything yet. >>> >>> Currently, I'm stuck with trying to build the deb packages on a fresh >>> Ubuntu 12.04 VM. I'm getting this error during ./waf deb: >>> >>> incubator-cloudstack/artifacts/debbuild/cloud-4.0/build/build-aws-api.xml:34: >>> taskdef class org.apache.axis2.tool.ant.AntCodegenTask cannot be found >>> >>> [Rajesh Battala] >>> Ant broken. Can you try building other components by commenting >>> build-aws-api.xml in build.xml >>> >> >> Based on the latest master, and talking with Wido, the correct build >> process for a deb package is now: >> >> mvn install -P deps && dpkg-buildpackage >> > > WIki updated: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-BuildingDEBpackages > > Temporary build process on asf master as suggested by Edison on IRC: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-TemporaryBuildProcessonASFMaster > > Though I keep getting error, in compile-kvm: http://pastebin.com/Zdx1vGVw I experienced that when I have system installed libvirt-java of version 0.4.7. The cloudstack code requires 0.4.8. In maven build, this does not happen because maven builds a right class path environment from dependencies.