<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Automating Flex Compilation Using ANT</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/06/15/automating-flex-compilation-using-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/06/15/automating-flex-compilation-using-ant/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<pubDate>Thu, 04 Dec 2008 21:38:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
		<item>
		<title>By: Hem Talreja</title>
		<link>http://blog.smartlogicsolutions.com/2008/06/15/automating-flex-compilation-using-ant/#comment-150</link>
		<dc:creator>Hem Talreja</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/06/15/automating-flex-compilation-using-ant/#comment-150</guid>
		<description>Hi!
You do not need to include individual swc's in flex 3

Here is the ant script that I've used that works...


//////////////////////////////////////////////////////////////////////////////
ANT SCRIPT (Build.xml)
//////////////////////////////////////////////////////////////////////////////



&lt;!-- myMXMLCBuild.xml --&gt;


    

	

    

    

    

	&lt;!-- assuming the name of the "Main mxml file" is  the same as the project name --&gt;
	
        

            &lt;!-- Get default compiler options. --&gt;
            

            &lt;!-- List of path elements that form the roots of ActionScript            class hierarchies. --&gt;
            

            &lt;!-- List of SWC files or directories that contain SWC files. --&gt;
            
                
                
            

			&lt;!-- List of SWC files or directories that contain SWC files. --&gt;
            
                
            

            &lt;!-- Set size of output SWF file. --&gt;
            &#60;!--  --&#62;
        

	

    
        
        
            
        
    








///////////////////////////////////////////////////////////////
Call to the Build.xml

ant -buildfile Build.txt main
///////////////////////////////////////////////////////////////</description>
		<content:encoded><![CDATA[<p>Hi!<br />
You do not need to include individual swc&#8217;s in flex 3</p>
<p>Here is the ant script that I&#8217;ve used that works&#8230;</p>
<p>//////////////////////////////////////////////////////////////////////////////<br />
ANT SCRIPT (Build.xml)<br />
//////////////////////////////////////////////////////////////////////////////</p>
<p><!-- myMXMLCBuild.xml --></p>
<p>	<!-- assuming the name of the "Main mxml file" is  the same as the project name --></p>
<p>            <!-- Get default compiler options. --></p>
<p>            <!-- List of path elements that form the roots of ActionScript            class hierarchies. --></p>
<p>            <!-- List of SWC files or directories that contain SWC files. --></p>
<p>			<!-- List of SWC files or directories that contain SWC files. --></p>
<p>            <!-- Set size of output SWF file. --><br />
            &lt;!&#8211;  &#8211;&gt;</p>
<p>///////////////////////////////////////////////////////////////<br />
Call to the Build.xml</p>
<p>ant -buildfile Build.txt main<br />
///////////////////////////////////////////////////////////////</p>
]]></content:encoded>
	</item>
</channel>
</rss>
