<?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: Headless Flex Builds on EC2 Using Hudson Against Remote SVN Repo on Assembla with FlexPMD</title>
	<atom:link href="http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Fri, 18 May 2012 00:51:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Parthenia Albach</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/comment-page-1/#comment-2552</link>
		<dc:creator>Parthenia Albach</dc:creator>
		<pubDate>Sun, 31 Oct 2010 21:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641#comment-2552</guid>
		<description>ample entry you enjoy</description>
		<content:encoded><![CDATA[<p>ample entry you enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Jensen &#124; Upstarthq.com</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/comment-page-1/#comment-1297</link>
		<dc:creator>Darren Jensen &#124; Upstarthq.com</dc:creator>
		<pubDate>Sat, 29 May 2010 10:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641#comment-1297</guid>
		<description>Did you manage to get the FlexUnit tests running on Hudson? I am having real trouble getting this to work! If you have done this could you share how please? :)</description>
		<content:encoded><![CDATA[<p>Did you manage to get the FlexUnit tests running on Hudson? I am having real trouble getting this to work! If you have done this could you share how please? <img src='http://www.webappsolution.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/comment-page-1/#comment-335</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641#comment-335</guid>
		<description>Did you try to duplicate what fluint did by using AIR?  AIR allows you to run headless, and I read about some dudes on that list using nix who were using it.</description>
		<content:encoded><![CDATA[<p>Did you try to duplicate what fluint did by using AIR?  AIR allows you to run headless, and I read about some dudes on that list using nix who were using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianr</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/comment-page-1/#comment-334</link>
		<dc:creator>brianr</dc:creator>
		<pubDate>Wed, 25 Nov 2009 13:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641#comment-334</guid>
		<description>We actually spent a good deal of time trying  to hook up FlexUnit 4 Beta 2 with Hudson on our Linux based EC2 box to no avail -- we have it working locally with ant builds no problem. We read a number of blogs and forums that suggested we'd need to use xvnc or xvfb in order to fire up the Flash Player on a headless box for the TestRunner.swf, but we failed to actually get it working.

The approach we took was to just select the checkbox for the build: "Run Xvnc during build" as that seemed like the easiest thing to do...got this from:

http://www.justinedelson.com/blog/2008/06/04/using-xvnc-within-hudson-to-run-flexunit-tests/

But that didn't do it, so more googling led us to the following 2 forums:

http://forums.adobe.com/thread/505090?tstart=0
http://forums.adobe.com/thread/504046?tstart=0

which lead us to:

"On Linux, you need to make sure a symlink for the flashplayer executable you want to use is created with a name of "gflashplayer" and is available on the user's path."

and got some more help from my buddy jon marston (http://marstonstudio.com/):

http://n4.nabble.com/Using-a-password-with-XVNC-td377942.html#a377951

application/x-shockwave-flash; /usr/bin/flashplayer '%s';

So we did all of the above and still no-go...anyone? buhler?

As a final note, we've put this on hold for a bit as we have other pressing matters and for now developers can run everything locally which is better than nothing. We might try this as a next step:

http://groups.google.com/group/fluint-discussions/browse_thread/thread/b4be801162a00dfc</description>
		<content:encoded><![CDATA[<p>We actually spent a good deal of time trying  to hook up FlexUnit 4 Beta 2 with Hudson on our Linux based EC2 box to no avail &#8212; we have it working locally with ant builds no problem. We read a number of blogs and forums that suggested we&#8217;d need to use xvnc or xvfb in order to fire up the Flash Player on a headless box for the TestRunner.swf, but we failed to actually get it working.</p>
<p>The approach we took was to just select the checkbox for the build: &#8220;Run Xvnc during build&#8221; as that seemed like the easiest thing to do&#8230;got this from:</p>
<p><a href="http://www.justinedelson.com/blog/2008/06/04/using-xvnc-within-hudson-to-run-flexunit-tests/" rel="nofollow">http://www.justinedelson.com/blog/2008/06/04/using-xvnc-within-hudson-to-run-flexunit-tests/</a></p>
<p>But that didn&#8217;t do it, so more googling led us to the following 2 forums:</p>
<p><a href="http://forums.adobe.com/thread/505090?tstart=0" rel="nofollow">http://forums.adobe.com/thread/505090?tstart=0</a><br />
<a href="http://forums.adobe.com/thread/504046?tstart=0" rel="nofollow">http://forums.adobe.com/thread/504046?tstart=0</a></p>
<p>which lead us to:</p>
<p>&#8220;On Linux, you need to make sure a symlink for the flashplayer executable you want to use is created with a name of &#8220;gflashplayer&#8221; and is available on the user&#8217;s path.&#8221;</p>
<p>and got some more help from my buddy jon marston (http://marstonstudio.com/):</p>
<p><a href="http://n4.nabble.com/Using-a-password-with-XVNC-td377942.html#a377951" rel="nofollow">http://n4.nabble.com/Using-a-password-with-XVNC-td377942.html#a377951</a></p>
<p>application/x-shockwave-flash; /usr/bin/flashplayer &#8216;%s&#8217;;</p>
<p>So we did all of the above and still no-go&#8230;anyone? buhler?</p>
<p>As a final note, we&#8217;ve put this on hold for a bit as we have other pressing matters and for now developers can run everything locally which is better than nothing. We might try this as a next step:</p>
<p><a href="http://groups.google.com/group/fluint-discussions/browse_thread/thread/b4be801162a00dfc" rel="nofollow">http://groups.google.com/group/fluint-discussions/browse_thread/thread/b4be801162a00dfc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/comment-page-1/#comment-318</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641#comment-318</guid>
		<description>Are you running any tests on the EC2 boxes currently? Running FlexUnit tests requires a window, so you will need to set up the Xvnc Hudson plugin to generate a virtual window (or use xvfb). I didn't see those steps, so I assume  you're not actually running any tests currently here?</description>
		<content:encoded><![CDATA[<p>Are you running any tests on the EC2 boxes currently? Running FlexUnit tests requires a window, so you will need to set up the Xvnc Hudson plugin to generate a virtual window (or use xvfb). I didn&#8217;t see those steps, so I assume  you&#8217;re not actually running any tests currently here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

