On Sep 9, 2012, at 9:01 AM, Sebastien Goasguen <[email protected]> wrote:
> > On Sep 8, 2012, at 10:59 PM, Wido den Hollander <[email protected]> wrote: > >> >> >> On 08-09-12 21:56, Sebastien Goasguen wrote: >>> Hi, >>> >>> I am trying to build using maven on OSX 10.8.1 >>> I have maven 3.0.3 installed. >>> >>> When I do: mvn -P deps -pl deps >>> >> >> Can you try: >> >> $ mvn install -P deps >> $ ant build-all Ok it works on OSX 10.6.8, somehow on 10.8.1the cdrtools package that contains mkisofs does not install. I had to increase the memory size per the wiki hint: export MAVEN_OPTS=-Xmx512m and ant build-all succeeded. thanks Wido, -sebastien > > That moved to: > > [INFO] Apache CloudStack Console Proxy ................... FAILURE [7.749s] > [INFO] Apache CloudStack Server .......................... SKIPPED > [INFO] Apache CloudStack Usage Server .................... SKIPPED > [INFO] Apache CloudStack Plugin POM ...................... SKIPPED > [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner > SKIPPED > [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED > [INFO] Apache CloudStack Plugin - Host Allocator Random .. SKIPPED > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SKIPPED > [INFO] Apache CloudStack Plugin - Open vSwitch ........... SKIPPED > [INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SKIPPED > [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SKIPPED > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED > [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SKIPPED > [INFO] Apache CloudStack Plugin - Storage Allocator Random SKIPPED > [INFO] Apache CloudStack Plugin - User Authenticator LDAP SKIPPED > [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SKIPPED > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED > [INFO] Apache CloudStack AWS API Bridge .................. SKIPPED > [INFO] Apache CloudStack Dependencies .................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 3:40.745s > [INFO] Finished at: Sun Sep 09 08:52:53 CEST 2012 > [INFO] Final Memory: 24M/96M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec > (default) on project cloud-console-proxy: Command execution failed. Cannot > run program "mkisofs" (in directory > "/Users/sebastiengoasguen/Documents/incubator-cloudstack/console-proxy/dist"): > error=2, No such file or directory -> [Help 1] > > >> >> That should work, there is a pom.xml in the KVM hypervisor directory which >> points to libvirt.org for libvirt-java 0.4.8 >> >>> I get: >>> [ERROR] Failed to execute goal on project cloud-deps: Could not resolve >>> dependencies for project >>> org.apache.cloudstack:cloud-deps:jar:4.0.0-SNAPSHOT: Failure to find >>> org.libvirt:libvirt:jar:0.4.8 in http://repo1.maven.org/maven2 was cached >>> in the local repository, resolution will not be reattempted until the >>> update interval of central has elapsed or updates are forced -> [Help 1] >>> >> >> Are you sure you have maven 3? I saw my maven connect to repo1 as well, but >> that was when I was using maven 2.. >> > > It looks like maven 3: > > mvn -v > Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) > Maven home: /usr/share/maven > Java version: 1.6.0_33, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x", version: "10.8.1", arch: "x86_64", family: "mac" > >> Wido >> >>> I am just trying to get back to ant deploy/debug… >>> >>> Any thoughts ? thanks, >>> >>> -Sebastien >>> >
