Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C40CD682 for ; Tue, 5 Mar 2013 01:23:42 +0000 (UTC) Received: (qmail 57133 invoked by uid 500); 5 Mar 2013 01:23:41 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 57091 invoked by uid 500); 5 Mar 2013 01:23:41 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 57084 invoked by uid 99); 5 Mar 2013 01:23:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 01:23:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5ED95314B46; Tue, 5 Mar 2013 01:23:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/master - suddenly, maven can't build this java file Message-Id: <20130305012341.5ED95314B46@tyr.zones.apache.org> Date: Tue, 5 Mar 2013 01:23:41 +0000 (UTC) Updated Branches: refs/heads/master 7a54458e1 -> 69678c82a suddenly, maven can't build this java file Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/69678c82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/69678c82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/69678c82 Branch: refs/heads/master Commit: 69678c82ac9f41088d967bc6448e07ea7077abec Parents: 7a54458 Author: Edison Su Authored: Mon Mar 4 17:23:09 2013 -0800 Committer: Edison Su Committed: Mon Mar 4 17:23:27 2013 -0800 ---------------------------------------------------------------------- .../StorageAllocatorTestConfiguration.java | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/69678c82/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTestConfiguration.java ---------------------------------------------------------------------- diff --git a/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTestConfiguration.java b/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTestConfiguration.java index a6cf854..1601702 100644 --- a/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTestConfiguration.java +++ b/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTestConfiguration.java @@ -29,14 +29,9 @@ import org.springframework.core.type.classreading.MetadataReader; import org.springframework.core.type.classreading.MetadataReaderFactory; import org.springframework.core.type.filter.TypeFilter; -import com.cloud.cluster.agentlb.dao.HostTransferMapDaoImpl; -import com.cloud.configuration.dao.ConfigurationDaoImpl; -import com.cloud.dc.dao.ClusterDaoImpl; import com.cloud.dc.dao.DataCenterDaoImpl; import com.cloud.domain.dao.DomainDaoImpl; import com.cloud.host.dao.HostDaoImpl; -import com.cloud.host.dao.HostDetailsDaoImpl; -import com.cloud.host.dao.HostTagsDaoImpl; import com.cloud.storage.StorageManager; import com.cloud.storage.dao.StoragePoolDaoImpl; import com.cloud.storage.dao.StoragePoolDetailsDaoImpl; @@ -52,8 +47,7 @@ import com.cloud.vm.UserVmManager; VMTemplateDaoImpl.class, HostDaoImpl.class, DomainDaoImpl.class, - DataCenterDaoImpl.class, - }, + DataCenterDaoImpl.class}, includeFilters={@Filter(value=Library.class, type=FilterType.CUSTOM)}, useDefaultFilters=false )