Hi, I went to the following tutorial :
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack Then i figure out one issues on importing cloudstack source into eclipse using maven.. as following. Import CloudStack Now you can import CloudStack using the M2E plugin: * Go to File->Import... * Under Maven select "Existing Maven Projects" and click Next * Browse to and select the root directory of the CloudStack source tree. Once selected, Eclipse will scan the source for pom.xml files. Make sure all are selected, then click the Finish button. It was empty, none of the projects was listed. The solution may as the following. cd /Documents/workspace git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git (successful downloaded) Eclipse will import the projects and build the code. At this point you should be able to develop and debug code as usual within Eclipse. If these are not bugs, please updates any information that can resolve that bugs. Thanks Nazri