<?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: Run Flex Unit Tests from ANT</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jonbcampos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1225</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Wed, 20 Jul 2011 14:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1225</guid>
		<description>@manoj How are you telling your application about your endpoints? Maybe a service-config.xml? If that is the case make sure that you are compiling the service-config.xml into your application. The app may not know the endpoints. If the endpoints are hardcoded in then they should be known. As long as everything is compiled the same you shouldn&#039;t be seeing this problem, which is why I am lead to believe there is something missing from your build script.</description>
		<content:encoded><![CDATA[<p>@manoj How are you telling your application about your endpoints? Maybe a service-config.xml? If that is the case make sure that you are compiling the service-config.xml into your application. The app may not know the endpoints. If the endpoints are hardcoded in then they should be known. As long as everything is compiled the same you shouldn&#8217;t be seeing this problem, which is why I am lead to believe there is something missing from your build script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1224</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 20 Jul 2011 10:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1224</guid>
		<description>Hi,

If my flex unit tests need to make an asynchronous call to a remote object, how can i handle that in ant? i am using blaze ds to connect to my server. The tests run fine if i run them from with in flash builder. But when I run them via ant, all those tests that make an asynchronous call to my server side methods fail by timing out. Apparently, I need to tell the flex unit ant task where my server is and all that but I don&#039;t know how to do that.

Do you have any idea how I do this? Thanks much in advance.
Manoj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If my flex unit tests need to make an asynchronous call to a remote object, how can i handle that in ant? i am using blaze ds to connect to my server. The tests run fine if i run them from with in flash builder. But when I run them via ant, all those tests that make an asynchronous call to my server side methods fail by timing out. Apparently, I need to tell the flex unit ant task where my server is and all that but I don&#8217;t know how to do that.</p>
<p>Do you have any idea how I do this? Thanks much in advance.<br />
Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonbcampos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1210</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1210</guid>
		<description>@raper sad to hear, as the article is roughly a year old there may have been some changes to flexunit that are causing issues. What is the issue you are having? it&#039;s okay to ask questions.</description>
		<content:encoded><![CDATA[<p>@raper sad to hear, as the article is roughly a year old there may have been some changes to flexunit that are causing issues. What is the issue you are having? it&#8217;s okay to ask questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fucker@junker.com</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1209</link>
		<dc:creator>fucker@junker.com</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1209</guid>
		<description>dude i cant run your code ...so sad ..shanme on you</description>
		<content:encoded><![CDATA[<p>dude i cant run your code &#8230;so sad ..shanme on you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonbcampos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1033</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Thu, 17 Mar 2011 14:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1033</guid>
		<description>@Nikos Have you made sure that your path is set up correctly? Have you linked FlexUnitTasks.file back to  your sdk properly?</description>
		<content:encoded><![CDATA[<p>@Nikos Have you made sure that your path is set up correctly? Have you linked FlexUnitTasks.file back to  your sdk properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1031</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Thu, 17 Mar 2011 13:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1031</guid>
		<description>resource=flexUnitTasks.tasks classpath={FlexUnitTasks.file}</description>
		<content:encoded><![CDATA[<p>resource=flexUnitTasks.tasks classpath={FlexUnitTasks.file}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-1030</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Thu, 17 Mar 2011 13:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-1030</guid>
		<description>My IDE can&#039;t find these tasks:

</description>
		<content:encoded><![CDATA[<p>My IDE can&#8217;t find these tasks:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-364</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Oct 2010 16:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-364</guid>
		<description>Hey Jason, I also had this issue but I had forgotten to add core.addListener(new CIListener()); to my mxml file</description>
		<content:encoded><![CDATA[<p>Hey Jason, I also had this issue but I had forgotten to add core.addListener(new CIListener()); to my mxml file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-363</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Mon, 11 Oct 2010 14:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-363</guid>
		<description>@Jason
Definitely then the socket isn&#039;t being connected. Do you have anything else running on the same socket listener? Is there anything you&#039;ve done to the ant script that I should know about? Please give me some more information so I can help troubleshoot.</description>
		<content:encoded><![CDATA[<p>@Jason<br />
Definitely then the socket isn&#8217;t being connected. Do you have anything else running on the same socket listener? Is there anything you&#8217;ve done to the ant script that I should know about? Please give me some more information so I can help troubleshoot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant/#comment-362</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 11 Oct 2010 01:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1096#comment-362</guid>
		<description>I meet a problem:
Socket timeout waiting for flexunit report</description>
		<content:encoded><![CDATA[<p>I meet a problem:<br />
Socket timeout waiting for flexunit report</p>
]]></content:encoded>
	</item>
</channel>
</rss>

