You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Nazri Abdulah <na...@kth.se> on 2013/05/10 12:43:34 UTC

Reporting bugs

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



Re: Reporting bugs

Posted by Sebastien Goasguen <ru...@gmail.com>.
On May 10, 2013, at 6:43 AM, Nazri Abdulah <na...@kth.se> wrote:

> 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

Nazri, it's not a bug, you do need to clone the git repository and point eclipse to it.

I updated the wiki page.

Let us know if you are still having issues.

thanks,

-Sebastien

> 
>