Yeah now its compiling absolutely fine ... Thanks Sateesh ! -----Original Message----- From: Sateesh Chodapuneedi [mailto:sateesh.chodapune...@citrix.com] Sent: Thursday, February 28, 2013 8:08 PM To: cloudstack-dev@incubator.apache.org Subject: RE: git commit: refs/heads/4.1 - Fixing build failure.
Hi Pranav, Can you pull latest commit and try again over 4.1? Regards, Sateesh > -----Original Message----- > From: sate...@apache.org [mailto:sate...@apache.org] > Sent: 28 February 2013 20:07 > To: cloudstack-comm...@incubator.apache.org > Subject: git commit: refs/heads/4.1 - Fixing build failure. > > Updated Branches: > refs/heads/4.1 743ba7da2 -> f4c62a859 > > > Fixing build failure. > > Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org> > > > Project: > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo > Commit: http://git-wip-us.apache.org/repos/asf/incubator- > cloudstack/commit/f4c62a85 > Tree: http://git-wip-us.apache.org/repos/asf/incubator- > cloudstack/tree/f4c62a85 > Diff: http://git-wip-us.apache.org/repos/asf/incubator- > cloudstack/diff/f4c62a85 > > Branch: refs/heads/4.1 > Commit: f4c62a8596c3958b5051a989b02df51e2a95b398 > Parents: 743ba7d > Author: Sateesh Chodapuneedi <sate...@apache.org> > Authored: Thu Feb 28 20:02:10 2013 +0530 > Committer: Sateesh Chodapuneedi <sate...@apache.org> > Committed: Thu Feb 28 20:02:10 2013 +0530 > > ---------------------------------------------------------------------- > .../platform/orchestration/CloudOrchestrator.java | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator- > cloudstack/blob/f4c62a85/engine/orchestration/src/org/apache/cloudstac > k/pla tform/orchestration/CloudOrchestrator.java > ---------------------------------------------------------------------- > diff --git > a/engine/orchestration/src/org/apache/cloudstack/platform/orchestratio > n/Clo > udOrchestrator.java > b/engine/orchestration/src/org/apache/cloudstack/platform/orchestratio > n/Clo > udOrchestrator.java > index 6085c61..570a787 100755 > --- > a/engine/orchestration/src/org/apache/cloudstack/platform/orchestratio > n/Clo > udOrchestrator.java > +++ > b/engine/orchestration/src/org/apache/cloudstack/platform/orchestratio > n/Clo > udOrchestrator.java > @@ -66,6 +66,9 @@ public class CloudOrchestrator implements > OrchestrationService { > @Inject > private VMEntityManager vmEntityManager; > > + @Inject > + private VirtualMachineEntityFactory _vmEntityFactory; > + > @Inject > private VirtualMachineManager _itMgr; >