You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sateesh Chodapuneedi <sa...@citrix.com> on 2013/02/28 15:38:00 UTC

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: sateesh@apache.org [mailto:sateesh@apache.org]
> Sent: 28 February 2013 20:07
> To: cloudstack-commits@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 <sa...@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 <sa...@apache.org>
> Authored: Thu Feb 28 20:02:10 2013 +0530
> Committer: Sateesh Chodapuneedi <sa...@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/cloudstack/pla
> tform/orchestration/CloudOrchestrator.java
> ----------------------------------------------------------------------
> diff --git
> a/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/Clo
> udOrchestrator.java
> b/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/Clo
> udOrchestrator.java
> index 6085c61..570a787 100755
> ---
> a/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/Clo
> udOrchestrator.java
> +++
> b/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/Clo
> udOrchestrator.java
> @@ -66,6 +66,9 @@ public class CloudOrchestrator implements
> OrchestrationService {
>  	@Inject
>  	private VMEntityManager vmEntityManager;
> 
> +    @Inject
> +    private VirtualMachineEntityFactory _vmEntityFactory;
> +
>  	@Inject
>  	private VirtualMachineManager _itMgr;
> 


RE: git commit: refs/heads/4.1 - Fixing build failure.

Posted by Pranav Saxena <pr...@citrix.com>.
Yeah now its compiling absolutely fine ... Thanks Sateesh !

-----Original Message-----
From: Sateesh Chodapuneedi [mailto:sateesh.chodapuneedi@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: sateesh@apache.org [mailto:sateesh@apache.org]
> Sent: 28 February 2013 20:07
> To: cloudstack-commits@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 <sa...@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 <sa...@apache.org>
> Authored: Thu Feb 28 20:02:10 2013 +0530
> Committer: Sateesh Chodapuneedi <sa...@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;
>