Re: error api-doc

2014-08-19 Thread Rajani Karuturi
Glad that it worked. Thanks for reporting the doc error. I opened a pull request to update java version https://github.com/apache/cloudstack-docs/pull/6 Its very easy to update the docs if you want to do it in future. Just click on the "Edit on GitHub" button on the top right. It will fork the rep

Re: error api-doc

2014-08-18 Thread sandeep khandekar
Thank you. It worked. one more thing I would like to say. In the link http://docs.cloudstack.apache.org/en/master/developer_guide.html#building-packages they refer us to use java 1.6 - it failed, so I installed java 1.7 and I was successfull with your commands Thanks again rajani. On Mon, Aug 18

Re: error api-doc

2014-08-17 Thread Rajani Karuturi
$ git pull --rebase should get you the latest commit $ git log -1 should show you the latest commit info. check if you are on the latest. also, make sure you do mvn clean install. If the issues persists remove the .m2 repo ($USER_HOME/.m2/repository) and try again I suggest reading https://www.at

Re: error api-doc

2014-08-14 Thread sandeep khandekar
[INFO] Apache CloudStack Developer Tools . SUCCESS [0.130s] [INFO] Apache CloudStack apidocs . FAILURE [12.574s] [INFO] Apache CloudStack marvin .. SKIPPED [INFO] Apache CloudStack cloudmonkey cli . SKIPPED [INFO] Apach

Re: error api-doc

2014-08-13 Thread Rajani Karuturi
$ git checkout master && git pull --rebase and then continue with the mvn build. Please go through this document to understand git branches, how to move between them. http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging On Wed, Aug 13, 2014 at 6:44 PM, sandeep khandekar < clouds

Re: error api-doc

2014-08-13 Thread sandeep khandekar
root@cloudstack:/home/cloudstack/cloudstack# git remote update && git status Fetching origin # On branch 4.2 nothing to commit (working directory clean This is the o/p I got what to do now? On Tue, Aug 12, 2014 at 1:51 PM, Rajani Karuturi wrote: > assuming you did a git clone of the repo, doi

Re: error api-doc

2014-08-12 Thread Rajani Karuturi
assuming you did a git clone of the repo, doing "git remote update && git status" should tell you. On Tue, Aug 12, 2014 at 12:55 PM, sandeep khandekar < cloudstack.sand...@gmail.com> wrote: > How can I check I am on master and on latest commit? > How to fix these apidoc dependency issues? > > >

Re: error api-doc

2014-08-12 Thread sandeep khandekar
How can I check I am on master and on latest commit? How to fix these apidoc dependency issues? Thankyou On Tue, Aug 12, 2014 at 9:25 AM, Rajani Karuturi wrote: > This is the latest commit I see for cloud-apidocs > > commit 5ddd0cff32c6ea417f31daa82f88b02f0a440c36 > Author: Hugo Trippaers

Re: error api-doc

2014-08-11 Thread Rajani Karuturi
This is the latest commit I see for cloud-apidocs commit 5ddd0cff32c6ea417f31daa82f88b02f0a440c36 Author: Hugo Trippaers AuthorDate: Thu Jul 31 12:05:25 2014 +0200 Commit: Hugo Trippaers CommitDate: Thu Jul 31 12:06:54 2014 +0200 Fix dependency issue in apidoc, depends on server as

error api-doc

2014-08-11 Thread sandeep khandekar
Dear cloud stackers, I was building cloudstack I got the following error during build everything was success, but cloudapidocs i got the error - can anyone tell me why I got these error. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information availab