<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexOOP &#187; antennae</title>
	<atom:link href="http://flexoop.com/tag/antennae-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Tue, 13 Jul 2010 03:56:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Antennae &#8211; Automated Builds for Flex</title>
		<link>http://flexoop.com/2010/06/antennae-automated-builds-fo-flex/</link>
		<comments>http://flexoop.com/2010/06/antennae-automated-builds-fo-flex/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 02:34:33 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[Antennae]]></category>
		<category><![CDATA[Automated Builds]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[antennae]]></category>
		<category><![CDATA[automated build]]></category>

		<guid isPermaLink="false">http://flexoop.com/?p=197</guid>
		<description><![CDATA[My company pushes code out to our dev, QA, and production servers via ANT scripts. They&#8217;re an excellent way to deliver your code in a reproducible fashion that takes away (most) of the human interaction necessary, and hopefully most of the spots where errors could be introduced. This method has been working great for our [...]]]></description>
			<content:encoded><![CDATA[<p>My company pushes code out to our dev, QA, and production servers via <a href="http://ant.apache.org/" target="_blank">ANT scripts</a>.  They&#8217;re an excellent way to deliver your code in a reproducible fashion that takes away (most) of the human interaction necessary, and hopefully most of the spots where errors could be introduced.  This method has been working great for our ColdFusion builds (as there&#8217;s nothing that gets compiled each time), but pushing out our Flex code has been more of a challenge.</p>
<p>We use subversion to version control all of our mxml and actionscript files, and also our swf files.  Currently we build our swf files locally, deliver them to our ColdFusion stream, and check them into our SVN repository.  This works great until you forget to update your Flex files before building your SWF (as I have done), removing functionality that another developer added.  Not a huge issue, but by using some kind of automated build process, you can circumvent this issue very easily.  This is where Antennae comes into play.</p>
<p>By adding a few xml files to your directory structure, you can use Antennae to handle the initial directory structure creation, html-wrapper, compiling, unit testing, and several other things that slip my mind right now <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hopefully soon I&#8217;ll be able to make some posts about how I managed to set this up that will assist others in automating their Flex builds.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexoop.com/2010/06/antennae-automated-builds-fo-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

