It is broken. We are getting this error only in master branch. Failed to execute goal on project cloud-vmware-base: Could not resolve dependencies for project org.apache.cloudstack:cloud-vmware-base:jar:4.2.0-SNAPSHOT: Failure to find com.cloud.com.vmware:vmware-vim25:jar:5.1 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Thanks, Pradeep S -----Original Message----- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Tuesday, March 05, 2013 5:53 AM To: cloudstack-dev@incubator.apache.org Cc: Nitin Mehta; Abhinandan Prateek; Jayapal Reddy Uradi Subject: Re: Master branch build is broken again Importance: High I've fixed the build with commit 7a54458e172fa325d520970bd0dd84aece61f292. The problem was caused by the new set of api commands added to the stack: addIpToNic removeIpFromNic listNics 1) The commands were incorrectly represented in commands.properties file - had trailing ";" - and APIDocReader failed to process it 2) gen.toc.py fail was lacking category for this new set of commands. I've created a new category "Nic" for this matter. Jayapal, please update the category name if you feel that it doesn't fully reflect the functionality of these commands you've added. Thanks, -Alena. From: Min Chen <min.c...@citrix.com<mailto:min.c...@citrix.com>> Reply-To: "cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org>" <cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org>> To: "cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org>" <cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org>> Cc: Nitin Mehta <nitin.me...@citrix.com<mailto:nitin.me...@citrix.com>>, Abhinandan Prateek <abhinandan.prat...@citrix.com<mailto:abhinandan.prat...@citrix.com>> Subject: Re: Master branch build is broken again Filed blocker for this build issue: https://issues.apache.org/jira/browse/CLOUDSTACK-1502. Hope that somebody can pick it up and fix immediately. Merge is blocked again:( Thanks -min On 3/4/13 10:27 AM, "Min Chen" <min.c...@citrix.com<mailto:min.c...@citrix.com>> wrote: Even with Nitin's revert, master still failed with the following error: Exception in thread "main" java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java: 4 8) at java.lang.Integer.parseInt(Integer.java:470) at java.lang.Short.parseShort(Short.java:120) at java.lang.Short.parseShort(Short.java:78) at com.cloud.api.doc.ApiXmlDocWriter.main(ApiXmlDocWriter.java:147) [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] Anybody knows about this? Thanks -min On 3/4/13 10:00 AM, "Alex Huang" <alex.hu...@citrix.com<mailto:alex.hu...@citrix.com>> wrote: -1 on this checkin And this is not a small change. 18 files. Some large completely new methods checked in. Changes to the virtual machine state machine. No unit testing. I would reject this fix on these problems alone. --Alex -----Original Message----- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Monday, March 4, 2013 9:56 AM To: cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org> Cc: Nitin Mehta; Abhinandan Prateek Subject: RE: Master branch build is broken again Min, You should just revert the commit. --Alex > -----Original Message----- > From: Min Chen [mailto:min.c...@citrix.com] > Sent: Monday, March 4, 2013 9:51 AM > To: > cloudstack-dev@incubator.apache.org<mailto:cloudstack-...@incubator.ap > ache.org> > Cc: Nitin Mehta > Subject: Master branch build is broken again > Importance: High > > Hi there, > > I could not compile master after pulling latest code today, build > failed with the following error: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler- > plugin:2.5.1:compile (default-compile) on project cloud-engine- orchestration: > Compilation failure [ERROR] /Users/minc/dev/cloud- > asf/engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity > /a > pi/db/VMEntityVO.java:[52,7] > org.apache.cloudstack.engine.cloud.entity.api.db.VMEntityVO is not > abstract and does not override abstract method getNewSvcOfferingId() > in com.cloud.vm.VirtualMachine [ERROR] -> [Help 1] > > I checked the commit history, it seems related to commit > e0019eccd997d9b2b3ff9395bcd99f821f5121db, so CC Nitin here. Can > somebody quickly fix this? This is blocking me from verifying > CLOUDSTACK- > 1491 and merge my feature branch vim51_win8. > > Thanks > -min >