<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FDT and FlexUnit 4.1 Beta</title>
	<atom:link href="http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/</link>
	<description>ActionScript Developer</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:38:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Adam Cousins</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1635</link>
		<dc:creator>Adam Cousins</dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1635</guid>
		<description>Brilliant! Just what I was looking for, really usefull :)</description>
		<content:encoded><![CDATA[<p>Brilliant! Just what I was looking for, really usefull <img src='http://www.jonnyreeves.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1588</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Mon, 28 Mar 2011 11:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1588</guid>
		<description>Thanks Chris; glad you found the guide useful - I will update it once FlexUnit 4.1 goes final.

As for targeting Flash Player 10, whist modifying the flex-config.xml file will work, it&#039;s not recommended as it will affect ALL flash applications which are compiled using it.  Currently there is no way to target a different flash player version (or indeed any other configuration values) when using the FlexUnit ANT Tasks; there is a &lt;a href=&quot;https://bugs.adobe.com/jira/browse/FXU-116&quot; rel=&quot;nofollow&quot;&gt;JIRA ticket&lt;/a&gt; open (and I believe it&#039;s been implemented in the FlexUnit 4.2 dev branch).  So if you want to keep using Flex SDK 3.5 you will need to compile your own TestRunner SWF.

Alternatively, if you can just compile against the Flex SDK 4 which will target flash player 10 by default! :)</description>
		<content:encoded><![CDATA[<p>Thanks Chris; glad you found the guide useful &#8211; I will update it once FlexUnit 4.1 goes final.</p>
<p>As for targeting Flash Player 10, whist modifying the flex-config.xml file will work, it&#8217;s not recommended as it will affect ALL flash applications which are compiled using it.  Currently there is no way to target a different flash player version (or indeed any other configuration values) when using the FlexUnit ANT Tasks; there is a <a href="https://bugs.adobe.com/jira/browse/FXU-116" rel="nofollow">JIRA ticket</a> open (and I believe it&#8217;s been implemented in the FlexUnit 4.2 dev branch).  So if you want to keep using Flex SDK 3.5 you will need to compile your own TestRunner SWF.</p>
<p>Alternatively, if you can just compile against the Flex SDK 4 which will target flash player 10 by default! <img src='http://www.jonnyreeves.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1587</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 27 Mar 2011 11:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1587</guid>
		<description>Hi, Thank you for this great guide!

Using FDT i&#039;m having some trouble using FP10 features. I modified the ANT build.xml file to use the libraries required (the &#039;linked SWC&#039;s&#039;&#039;  from FDT). 

But when running the test task it is not able to find the class Vector, which is a FP10 feature.

Do you know why this is / how to fix this?

*EDIT* I&#039;ve found a solution to use FP10.  Had to change the target version in:
&lt;code&gt;$FLEX_SDK/frameworksflex-config.xml&lt;/code&gt;


            		
                    
                            
                    
            		
                    
            
            
                    
                            
                    
                    
            </description>
		<content:encoded><![CDATA[<p>Hi, Thank you for this great guide!</p>
<p>Using FDT i&#8217;m having some trouble using FP10 features. I modified the ANT build.xml file to use the libraries required (the &#8216;linked SWC&#8217;s&#8221;  from FDT). </p>
<p>But when running the test task it is not able to find the class Vector, which is a FP10 feature.</p>
<p>Do you know why this is / how to fix this?</p>
<p>*EDIT* I&#8217;ve found a solution to use FP10.  Had to change the target version in:<br />
<code>$FLEX_SDK/frameworksflex-config.xml</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Fonzi</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1586</link>
		<dc:creator>Bruno Fonzi</dc:creator>
		<pubDate>Sun, 04 Jul 2010 15:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1586</guid>
		<description>Great article! Have you tried to use FDT4 and take advantage of the Project Templates?</description>
		<content:encoded><![CDATA[<p>Great article! Have you tried to use FDT4 and take advantage of the Project Templates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by richtretola</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1585</link>
		<dc:creator>Twitted by richtretola</dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1585</guid>
		<description>[...] This post was Twitted by richtretola [...] </description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by richtretola [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention FDT and FlexUnit 4.1 Beta - JonnyReeves.co.uk -- Topsy.com</title>
		<link>http://www.jonnyreeves.co.uk/2010/06/fdt-and-flexunit-4-1-beta/#comment-1584</link>
		<dc:creator>Tweets that mention FDT and FlexUnit 4.1 Beta - JonnyReeves.co.uk -- Topsy.com</dc:creator>
		<pubDate>Sat, 19 Jun 2010 16:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=185#comment-1584</guid>
		<description>[...] This post was mentioned on Twitter by jonnyreeves, jonnyreeves. jonnyreeves said: How to get FlexUnit 4.1 Beta working with #FDT http://bit.ly/bw3mti #as3 #flash [...] </description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by jonnyreeves, jonnyreeves. jonnyreeves said: How to get FlexUnit 4.1 Beta working with #FDT <a href="http://bit.ly/bw3mti" rel="nofollow">http://bit.ly/bw3mti</a> #as3 #flash [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

