1. You can download the following jars and put them in the deps directory: cloud-iControl.jar http://zooi.widodh.nl/cloudstack/build-dep/cloud-iControl.jar cloud-manageontap.jar http://zooi.widodh.nl/cloudstack/build-dep/cloud-manageontap.jar vmware-vim.jar http://zooi.widodh.nl/cloudstack/build-dep/vmware-vim.jar vmware-vim25.jar http://zooi.widodh.nl/cloudstack/build-dep/vmware-vim25.jar vmware-apputils.jar http://zooi.widodh.nl/cloudstack/build-dep/vmware-apputils.jar cloud-netscaler.jar, cloud-netscaler-sdx.jar http://community.citrix.com/download/attachments/37847122/cloud-netscaler-jars.zip In case of 4.2/master, Min suggests on ML: To build non-oss build, you need to first download Vmware 5.1 SDK fromhttps://my.vmware.com/group/vmware/get-download?downloadGroup=VSP510-WEBSDK-510 (Version: 5.1, Release-date: 2012-09-10, Build: 774886) to a temp directory. This is a zip file, unzip file and you will see a vim25.jarin <unzip folder>/vsphere-ws/java/JAXWS/lib. Place this vim25.jar in deps folder and rename it as vim25_51.jar, then run: deps/install-non-oss.sh to install it into your m2 repo. 2. Go into the deps directory and run install-non-oss.sh $ cd deps $ mv cloud-manageontap.jar manageontap.jar $ mv vmware-apputils.jar apputils.jar $ mv vmware-vim.jar vim.jar $ mv vmware-vim25.jar vim25.jar $ unzip cloud-netscaler-jars.zip $ ./install-non-oss.sh 试试上面这些
aireal217 发件人: 陈珂 发送时间: 2013-04-18 14:18 收件人: [email protected] 主题: CloudStack4.0.1编译问题 我把apache-cloudstack-4.0.1-incubating-src代码下载下来按照文档上的要求进行编译,发现有些工程如“vmware-base”不能编译通过,貌似是依赖的vmware包不能从maven中获取。大家是怎么解决这个问题的。
