You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Santhosh Edukulla <sa...@citrix.com> on 2014/08/02 10:51:01 UTC

build on master is failing

Build on latest master was found to be failing, related to unused imports logs below, removed them and pushed the change. It went fine thereafter. Please check.

====================================== 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-plugin-storage-volume-default ---
[INFO] Deleting /home/santhosh/softwares/cs_new_master/cloudstack/plugins/storage/volume/default/target (includes = [**/*], excludes = [])
[INFO] Deleting /home/santhosh/softwares/cs_new_master/cloudstack/plugins/storage/volume/default (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-plugin-storage-volume-default ---
[INFO] Starting audit...
/home/santhosh/softwares/cs_new_master/cloudstack/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java:49:8: Unused import - com.cloud.exception.DiscoveryException.
/home/santhosh/softwares/cs_new_master/cloudstack/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java:62:8: Unused import - com.cloud.storage.StoragePoolDiscoverer.
Audit done.


Santhosh