Archive for the ‘ActionScript 3’ Category
Monday, July 19th, 2010
In the previous part of my series "Practicing Continuous Integration on Flash Projects" I described how to setup a CI server using Amazon's EC2 service. In this final part of the series I'm going to quickly show you how to set up your project in Hudson so that it can build ...
Posted in ActionScript 3, Continuous Integration, Flash, Flex, Methodology, Process, Unit Testing | No Comments »
Monday, July 19th, 2010
In the previous part of my series "Practicing Continuous Integration on Flash Projects" I explained how to use Apache Ant and the Flex SDK to automate the build process of a project. In this part of the series I'm going to show you how to set up Hudson, an integration ...
Posted in ActionScript 3, Continuous Integration, Flash, Flex, Methodology, Process, Unit Testing | No Comments »
Monday, July 19th, 2010
In the previous part one of my series of "Practicing Continuous Integration on Flash Projects" I explained how to set up a Flash project for CI. In this part of the series I'm going to explain how automation is achieved using Apache Ant and the Flex SDK.
Introduction
One of the most ...
Posted in ActionScript 3, Continuous Integration, Flash, Flex, Methodology, Process, Unit Testing | No Comments »
Monday, July 19th, 2010
In the previous part of my series "Practicing Continuous Integration on Flash Projects" I described what CI is and its best practices. In this next part I will explain how to set up a project to make the CI process run smoothly.
Introduction
Practicing CI relies heavily on a consistent process. Having ...
Posted in ActionScript 3, Continuous Integration, Flash, Flex, Methodology, Process, Unit Testing | No Comments »
Sunday, July 18th, 2010
Welcome to my blog series, "Continuous Integration and Flash". This series is a case study of all the things I learned about practicing Continuous Integration. As a reader of this series, you are most likely interested in Continuous Integration in some way or another. After reading at least this first ...
Posted in ActionScript 3, Continuous Integration, Flash, Flex, Methodology, Process, Unit Testing | 3 Comments »
Wednesday, June 16th, 2010
I've really been getting into Apache Ant lately. I really enjoy using it to manage various build processes when working on Flash projects. So when I found out that AIR 2.0 can invoke a native process I immediately thought that it'd be cool to learn how to use that capability to ...
Posted in AIR, ActionScript 3, Flash, Flex | 3 Comments »