I am using the 4.0 RC and compiling on OSX 10.8.1 I then follow the RC testing procedure step by step: https://cwiki.apache.org/CLOUDSTACK/cloudstack-40-test-procedure.html
including the cleanup of devcloud: ssh root@localhost -p 2222 'cd /opt/cloudstack/; rm -rf apache-tomcat-6.0.32; unzip apache-tomcat-6.0.32.zip; cd incubator-cloudstack; git clean -f; git reset --hard; git pull --rebase; git clean -f; git checkout origin/4.0 -b 4.0 -f ' Which I do before the 'ant deploy'. On the laptop/desktop: mvn -P deps ant clean-all build-all ant rdeploy ant rdeploydb ant rdebug On Oct 25, 2012, at 3:25 PM, Charles Moulliard wrote: > Hi Sebastien, > > Very interesting video. Could also provide the commands 'gist.github.com or > pastebin.com' that you have used for the build, deployment in VB, ... > during this video ? > > Regards, > > Charles > > On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <[email protected]>wrote: > >> Hi folks, >> >> It's a little late to help with the voting, but I created a screencast as >> I was testing things this morning: >> >> https://vimeo.com/52150218 >> >> Quality seems good enough to follow. It shows how to use devcloud and >> deploy the source. >> >> Any feedback welcome, but I won't be able to do anything about the french >> accent... >> >> -Sebastien > > > > > -- > Charles Moulliard > Apache Committer / Sr. Enterprise Architect (RedHat) > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
