Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Continuous Integration and how do I use it with ActionScript or Flex applications?

0
Posted

What is Continuous Integration and how do I use it with ActionScript or Flex applications?

0

Posted by Luke Bayes Fri, 08 May 2009 17:00:00 GMT We recently got a question on the Sprouts Group about Continuous Integration (CI) and I thought I’d try to give it a quick explanation here. The idea behind Continuous Integration is that you have a machine somewhere on the network that will check out, compile and test your application after almost every check-in. Whenever failures are encountered anywhere in that process, the entire team is notified. This helps us discover unexpected regressions or injections early which helps us pinpoint and address their root causes more efficiently. This process can be useful in any project, but is especially helpful when working with teams that are all checking into different components of a larger project. There are essentially three major problems when attempting to introduce ActionScript or Flex applications to typical CI systems: • The Flash Player requires a visual window manager to execute your test harness (Usually X-Windows on Linux) • The

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123