Alireza, It is not related to your error but building the system vm doesn't work on windows: mvn install -pl developer,systemvm -Dnoredist should be mvn install -pl developer -Dnoredist
As for the error; you have a conflict with windows vs unix paths. You python installation doesn't handle the cygwin path to the python script it refers. You should fix this in %PATH% (I think) Op di 2 jun. 2015 om 13:44 schreef Alireza Eskandari <astro.alir...@yahoo.com.invalid>: > Hi > I try to build build cloudstack 4.4.3 in eclipse. > I read these docs: > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+dev+environment+on+Windows > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack > I use embedded maven in eclipse that is equivalent to this: > mvn install -pl developer,systemvm -Dnoredist > > I get this log: > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CloudStack apidocs 4.4.3 > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ > cloud-apidoc --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ > cloud-apidoc --- > [INFO] > [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc --- > 2015-06-01 16:38:20,139{GMT} DEBUG [org.reflections.Reflections] (main:) > going to scan these urls: > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-api-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-api-discovery-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-ssp-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-dedicated-resources-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.4.3.jar!/ > > 2015-06-01 16:38:20,764{GMT} INFO [org.reflections.Reflections] (main:) > Reflections took 625 ms to scan 9 urls, producing 86 keys and 1296 values > 2015-06-01 16:38:21,201{GMT} DEBUG [org.reflections.Reflections] (main:) > going to scan these urls: > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-api-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-netscaler-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-palo-alto-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-netapp-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-f5-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-srx-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-nvp-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-server-4.4.3.jar!/ > > jar:file:/C:/Users/Administrator/workspace/cloudstack/client/target/cloud-client-ui-4.4.3/WEB-INF/lib/cloud-plugin-network-vns-4.4.3.jar!/ > > 2015-06-01 16:38:21,389{GMT} INFO [org.reflections.Reflections] (main:) > Reflections took 188 ms to scan 11 urls, producing 57 keys and 361 values > Check, is this api part of another build profile? Null value for key: > createOvsElement preProcessedCommand=7 > Check, is this api part of another build profile? Null value for key: > deleteStratoshereSsp preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > configureSimulator preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > querySimulatorMock preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > cleanupSimulatorMock preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > removedeleteUcsManager preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > createServiceInstance preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > addOpenDaylightController preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > deleteOpenDaylightController preProcessedCommand=1 > Check, is this api part of another build profile? Null value for key: > listOpenDaylightControllers preProcessedCommand=1 > FIND: Parameter format not correct > C:\Python27\python.exe: can't open file > '/cygdrive/c/Users/Administrator/workspace/cloudstack/tools/apidoc/gen_toc.py': > [Errno 2] No such file or directory > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration > SUCCESS [ 2.279 s] > [INFO] Apache CloudStack ................................. SUCCESS [ > 4.947 s] > [INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [ > 2.045 s] > [INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS [ > 4.996 s] > [INFO] Apache CloudStack Utils ........................... SUCCESS [ > 16.700 s] > [INFO] Apache CloudStack Framework ....................... SUCCESS [ > 0.109 s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [ > 8.195 s] > [INFO] Apache CloudStack Framework - Configuration ....... SUCCESS [ > 5.433 s] > [INFO] Apache CloudStack API ............................. SUCCESS [ > 18.648 s] > [INFO] Apache CloudStack Framework - REST ................ SUCCESS [ > 3.418 s] > [INFO] Apache CloudStack Framework - IPC ................. SUCCESS [ > 7.710 s] > [INFO] Apache CloudStack Cloud Engine .................... SUCCESS [ > 0.078 s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [ > 6.134 s] > [INFO] Apache CloudStack Framework - Security ............ SUCCESS [ > 3.200 s] > [INFO] Apache CloudStack Core ............................ SUCCESS [ > 12.205 s] > [INFO] Apache CloudStack Agents .......................... SUCCESS [ > 10.881 s] > [INFO] Apache CloudStack Framework - Clustering .......... SUCCESS [ > 4.027 s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [ > 2.794 s] > [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [ > 16.450 s] > [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [ > 6.119 s] > [INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS [ > 4.136 s] > [INFO] Apache CloudStack Server .......................... SUCCESS [ > 44.966 s] > [INFO] Apache CloudStack Usage Server .................... SUCCESS [ > 8.664 s] > [INFO] Apache XenSource XAPI ............................. SUCCESS [ > 7.099 s] > [INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS [ > 10.471 s] > [INFO] Apache CloudStack Cloud Services .................. SUCCESS [ > 0.078 s] > [INFO] Apache CloudStack Secondary Storage ............... SUCCESS [ > 0.390 s] > [INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS [ > 6.260 s] > [INFO] Apache CloudStack Engine Storage Component ........ SUCCESS [ > 8.115 s] > [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [ > 5.573 s] > [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [ > 4.308 s] > [INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS [ > 3.683 s] > [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [ > 3.575 s] > [INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS [ > 8.585 s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [ > 3.075 s] > [INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS [ > 7.475 s] > [INFO] Apache CloudStack Plugin POM ...................... SUCCESS [ > 1.279 s] > [INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS [ > 8.663 s] > [INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS [ > 5.713 s] > [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [ > 3.326 s] > [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS [ > 3.574 s] > [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS > [ 3.309 s] > [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment > Planner SUCCESS [ 3.450 s] > [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner > SUCCESS [ 3.247 s] > [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS [ > 8.225 s] > [INFO] Apache CloudStack Plugin - Skip Heurestics Planner SUCCESS [ > 3.075 s] > [INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [ > 3.232 s] > [INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS [ > 8.568 s] > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS [ > 4.386 s] > [INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS [ > 4.635 s] > [INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SUCCESS [ > 10.831 s] > [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS [ > 11.882 s] > [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS [ > 3.918 s] > [INFO] Apache CloudStack Plugin - In Memory Event Bus .... SUCCESS [ > 5.355 s] > [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [ > 5.290 s] > [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS [ > 3.933 s] > [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SUCCESS [ > 7.086 s] > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS > [ 6.978 s] > [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS > [ 9.738 s] > [INFO] Apache CloudStack Framework - Spring Life Cycle ... SUCCESS [ > 3.278 s] > [INFO] Apache CloudStack Plugin - Network Juniper Contrail SUCCESS [ > 12.393 s] > [INFO] Apache CloudStack Plugin - Palo Alto .............. SUCCESS [ > 8.654 s] > [INFO] Apache CloudStack Plugin - Network Netscaler ...... SUCCESS [ > 5.323 s] > [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS [ > 9.989 s] > [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment > SUCCESS [ 7.180 s] > [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS [ > 8.724 s] > [INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SUCCESS [ > 7.601 s] > [INFO] Apache CloudStack Plugin - Network Opendaylight ... SUCCESS [ > 39.925 s] > [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS [ > 3.247 s] > [INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS [ > 5.978 s] > [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS [ > 3.590 s] > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS > [ 3.341 s] > [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted > SUCCESS [ 5.807 s] > [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS [ > 3.247 s] > [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS [ > 3.762 s] > [INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS [ > 3.123 s] > [INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS > [ 2.981 s] > [INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS > [ 3.138 s] > [INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SUCCESS > [ 5.291 s] > [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider > SUCCESS [ 5.650 s] > [INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS > [ 3.310 s] > [INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider > SUCCESS [ 3.808 s] > [INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS > [ 3.247 s] > [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS [ > 6.041 s] > [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS [ > 4.870 s] > [INFO] Apache CloudStack Plugin - Network VXLAN .......... SUCCESS [ > 5.917 s] > [INFO] Apache CloudStack Plugin - NetApp File System ..... SUCCESS [ > 4.214 s] > [INFO] Apache CloudStack Plugin - F5 ..................... SUCCESS [ > 4.276 s] > [INFO] Apache CloudStack Plugin - Juniper SRX ............ SUCCESS [ > 4.885 s] > [INFO] Apache CloudStack VMware Base ..................... SUCCESS [ > 7.132 s] > [INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SUCCESS [ > 13.976 s] > [INFO] Apache CloudStack Plugin - Cisco VNMC ............. SUCCESS [ > 7.867 s] > [INFO] Apache CloudStack Plugin - MySQL HA Strategy ...... SUCCESS [ > 3.200 s] > [INFO] Apache CloudStack Framework - Spring Module ....... SUCCESS [ > 7.867 s] > [INFO] Apache CloudStack Secondary Storage Controller .... SUCCESS [ > 4.027 s] > [INFO] Apache CloudStack Console Proxy - RDP Client ...... SUCCESS [ > 10.253 s] > [INFO] Apache CloudStack Console Proxy ................... SUCCESS [ > 0.484 s] > [INFO] Apache CloudStack Console Proxy - Server .......... SUCCESS [ > 6.508 s] > [INFO] Apache CloudStack System VM ....................... SUCCESS [ > 14.514 s] > [INFO] Apache CloudStack Client UI ....................... SUCCESS [ > 18.694 s] > [INFO] Apache CloudStack Framework - QuickCloud .......... SUCCESS [ > 0.719 s] > [INFO] Apache CloudStack Test ............................ SUCCESS [ > 2.138 s] > [INFO] Apache CloudStack Developer Mode .................. SUCCESS [ > 2.483 s] > [INFO] Apache CloudStack Developer Tools ................. SUCCESS [ > 2.324 s] > [INFO] Apache CloudStack apidocs ......................... FAILURE [ > 12.766 s] > [INFO] Apache CloudStack marvin .......................... SKIPPED > [INFO] Apache CloudStack DevCloud ........................ SKIPPED > [INFO] Apache CloudStack DevCloud-KVM .................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11:42 min > [INFO] Finished at: 2015-06-01T16:38:30+03:30 > [INFO] Final Memory: 86M/424M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project > cloud-apidoc: Command execution failed. Process exited with an error: 1 > (Exit value: 1) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :cloud-apidoc >