Yeah now its compiling absolutely fine ... Thanks Sateesh ! -----Original Message----- From: Sateesh Chodapuneedi [mailto:[email protected]] Sent: Thursday, February 28, 2013 8:08 PM To: [email protected] 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: [email protected] [mailto:[email protected]] > Sent: 28 February 2013 20:07 > To: [email protected] > 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 <[email protected]> > > > 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 <[email protected]> > Authored: Thu Feb 28 20:02:10 2013 +0530 > Committer: Sateesh Chodapuneedi <[email protected]> > 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; >
