Archive for the ‘Flex’ Category

Practicing Continuous Integration on Flash Projects : Using Hudson

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 ...

Practicing Continuous Integration on Flash Projects : Integration Server Setup

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 ...

Practicing Continuous Integration on Flash Projects : Automation

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 ...

Practicing Continuous Integration on Flash Projects : Project Structure

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 ...

Practicing Continuous Integration on Flash Projects : What Is CI?

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 ...

Proof-Of-Concept: A Simple UI for Running Ant Targets Built with Adobe AIR 2.0

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 ...