Category // howto


Project Sprouts and Continous Integration

posted by by David Linse on November 20, 2011 at 6:47 pm

This is more a reminder to myself rather than a complete post because it took me a while to figure it out. Updated the gems of AsUnit4 as well as the sprout-flashsdk from their repository. # rakefile.rb ############################## # CI # Compile the ci swf mxmlc “bin/#{project}_ci.swf” => :asunit4 do |t| t.input = “src/XMLRunner.as” t.source_path [...]


RCov::VerifyTask “threshold” auto-update monitor

posted by by David Linse on October 3, 2011 at 2:46 am

Keep the threshold of an RCov::VerifyTask up-to-date using a log file.


Tweaking Flash (CS5) – Duplicate Symbol Dialog

posted by by David Linse on August 9, 2011 at 8:39 pm

If you don’t like the name proposal of the Flash CS5 “duplicate symbol” dialog here’s a way to change it..