The build is broken because of a jar is not available on maven. Edison has fixed this. Do the following to fix the build.
- pull the latest - cd deps - rm jargs-1.0.jar resolver-2.9.1.jar serializer-2.9.1.jar xalan-2.7.1.jar xercesImpl-2.9.1.jar xml-apis-2.9.1.jar - cd .. - ant clean-all build-all It's working for me in the 4.0 branch now. I also fixed the build for windows. The link for building with maven [1] has been updated with new instructions for windows. --Alex [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven