<?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: Antennae: Powerful Ant Templates for Flex Projects</title>
	<atom:link href="http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 13 Mar 2010 04:05:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean O Shea</title>
		<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/comment-page-1/#comment-97</link>
		<dc:creator>Sean O Shea</dc:creator>
		<pubDate>Thu, 07 Jun 2007 13:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/?p=39#comment-97</guid>
		<description>Hey Joe,

Looks like a really usable tool - are you planning to release this under any opensource license or am I free to use it in any kind of project?

Cheers

Sean</description>
		<content:encoded><![CDATA[<p>Hey Joe,</p>
<p>Looks like a really usable tool &#8211; are you planning to release this under any opensource license or am I free to use it in any kind of project?</p>
<p>Cheers</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/comment-page-1/#comment-96</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 15 Mar 2007 13:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/?p=39#comment-96</guid>
		<description>Aaron,  If you look in multi/app/build.xml, you will find a &quot;stage&quot; target. This makes use of a &lt;copy&gt; task with embedded filters and regexp mappers, in which all files matching web/template.* are subjected to token substitution.  One such file is web/template.index.html, which is the HTML wrapper for the SWF.</description>
		<content:encoded><![CDATA[<p>Aaron,  If you look in multi/app/build.xml, you will find a &#8220;stage&#8221; target. This makes use of a <copy> task with embedded filters and regexp mappers, in which all files matching web/template.* are subjected to token substitution.  One such file is web/template.index.html, which is the HTML wrapper for the SWF.</copy></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron King</title>
		<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/comment-page-1/#comment-95</link>
		<dc:creator>Aaron King</dc:creator>
		<pubDate>Wed, 14 Mar 2007 22:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/?p=39#comment-95</guid>
		<description>Hi Joe, great presentation at 360Flex!  You mention above that Antennae handles &quot;HTML page token substitution and web app deployment&quot;.  I assume that this is for generating the html wrapper for the swf, but I wasn&#039;t able to find anything in the build files to do that?  Am I missing something?  Would you mind explaining a little bit more about what that is and how to get it to work?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Joe, great presentation at 360Flex!  You mention above that Antennae handles &#8220;HTML page token substitution and web app deployment&#8221;.  I assume that this is for generating the html wrapper for the swf, but I wasn&#8217;t able to find anything in the build files to do that?  Am I missing something?  Would you mind explaining a little bit more about what that is and how to get it to work?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/comment-page-1/#comment-94</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Mon, 12 Mar 2007 20:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/?p=39#comment-94</guid>
		<description>Tom, I have not tried building any FDS applications with Ant (or on the command line).  To save time, I would try getting a basic app to work properly with a command line compile, then transfer that knowledge to your Ant target definitions.</description>
		<content:encoded><![CDATA[<p>Tom, I have not tried building any FDS applications with Ant (or on the command line).  To save time, I would try getting a basic app to work properly with a command line compile, then transfer that knowledge to your Ant target definitions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://joeberkovitz.com/blog/2007/03/07/antennae-powerful-ant-templates-for-flex-projects/comment-page-1/#comment-93</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 12 Mar 2007 20:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/?p=39#comment-93</guid>
		<description>I&#039;m using the Antennae templates to build our flex project but I&#039;m having a probelem gettng the Flex data services to work properly.  I added the -service arg and provided the path to service-config.xml but the application does not connect to the Flex data Services.  Have you had to use the Fex data services?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the Antennae templates to build our flex project but I&#8217;m having a probelem gettng the Flex data services to work properly.  I added the -service arg and provided the path to service-config.xml but the application does not connect to the Flex data Services.  Have you had to use the Fex data services?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
