<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iFac</title>
	<atom:link href="http://ifac-plugin.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ifac-plugin.com</link>
	<description>a FCSH Ant Connector</description>
	<lastBuildDate>Tue, 22 Jan 2008 15:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iFac Release 0.2.1</title>
		<link>http://ifac-plugin.com/?p=75</link>
		<comments>http://ifac-plugin.com/?p=75#comments</comments>
		<pubDate>Tue, 22 Jan 2008 14:54:16 +0000</pubDate>
		<dc:creator>Florian Diesner</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[iFac Release 0.2.1]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=75</guid>
		<description><![CDATA[Hi, we just released a new version if iFac. This version contains some new features which were requested by our users: Errors are now linked to their source file in eclipse. If you click on an error, you will be automatically redirected to the line where the error appeared. iFac can report the mxmlc argument [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>we just released a new version if iFac. This version contains some new features which were requested by our users:</p>
<ul>
<li>Errors are now linked to their source file in eclipse. If you click on an error, you will be automatically redirected to the line where the error appeared.</li>
<li>iFac can report the mxmlc argument line just before it tries to execute it (useful for debugging your arguments). Just set the  <em><strong>verbose</strong></em> property to &#8220;true&#8221; (&lt;iFac verbose=&#8221;true&#8221; ..).</li>
<li>Speedup for windows (re-)compilation process</li>
<li>iFac supports neested arguments:</li>
</ul>
<blockquote><p>        &lt;ifac failonerror=&#8221;true&#8221; delay=&#8221;${iFac.delay}&#8221; verbose=&#8221;true&#8221; &gt;<br />
&lt;arg value=&#8221;${iFac.compilationCore}&#8221; /&gt;<br />
&lt;arg value=&#8221;${iFac.docClass}&#8221; /&gt;<br />
&lt;/ifac&gt;</p></blockquote>
<p>To use all new features please use the update manager to update your installation. Remember to update you iFac.ant path in the properties file.</p>
<p>Regards,<br />
Florian Diesner</p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>iFac Release 0.1.8</title>
		<link>http://ifac-plugin.com/?p=74</link>
		<comments>http://ifac-plugin.com/?p=74#comments</comments>
		<pubDate>Sun, 20 Jan 2008 13:07:56 +0000</pubDate>
		<dc:creator>Florian Diesner</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[iFac Release 0.1.8]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=74</guid>
		<description><![CDATA[We just released a brand new version of iFac. It&#8217;s available from the update manager as described in the documentation. Major changes: No separate download of the iFac Ant Connector needed anymore. Everything is shipped with the update manager. Fixed a bug on windows which filled the console with &#8220;Protocol Errors&#8221; Added the Ant Connector [...]]]></description>
			<content:encoded><![CDATA[<p>We just released a brand new version of iFac. It&#8217;s available from the update manager as described in the documentation.</p>
<p>Major changes:</p>
<ul>
<li>No separate download of the iFac Ant Connector needed anymore. Everything is shipped with the update manager.</li>
<li>Fixed a bug on windows which filled the console with &#8220;Protocol Errors&#8221;</li>
<li>Added the Ant Connector Path for your build.xml to the properties dialog in Eclipse</li>
<li>Changed shortcuts for the iFac Menu (Ctrl/Command + Shift +[6-9])</li>
</ul>
<p>You will have to change you build.xml once to use the shipped ant connector. Please update your configuration as follows:</p>
<p><em>(the iFac.ant path is shown in the properties dialog, just copy &amp; past from there)<br />
</em> The build.properties:<em><br />
</em></p>
<blockquote style="text-align: left"><p>iFac.ant = ${ant.home}/../com.netTrek.iFac.eclipse_0.1.8/antbuild/iFac-ant.jar</p></blockquote>
<p>The build.xml:</p>
<blockquote style="text-align: left"><p>&lt;taskdef name=&#8221;ifac&#8221; classname=&#8221;com.netTrek.iFac.ant.core.IFacTask&#8221; classpath=&#8221;${iFac.ant}&#8221;/&gt;</p></blockquote>
<p align="left">&nbsp;</p>
<p>Regards,<br />
Florian Diesner</p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compile mxml with iFac</title>
		<link>http://ifac-plugin.com/?p=71</link>
		<comments>http://ifac-plugin.com/?p=71#comments</comments>
		<pubDate>Mon, 17 Dec 2007 08:51:55 +0000</pubDate>
		<dc:creator>saban</dc:creator>
				<category><![CDATA[Environment]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=71</guid>
		<description><![CDATA[We&#8217;ve installed the new Flex 3 Beta with ant support and checked iFac in this enviroment! Everything has worked perfect and so you&#8217;re also be able to compile mxml with iFac! (see also: samples page)]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve installed the new <a href="http://labs.adobe.com/technologies/flex/" target="_blank">Flex 3 Beta</a> with <a href="http://ifac-plugin.com/?page_id=60">ant support</a> and checked iFac in this enviroment!<br />
Everything has worked perfect and so you&#8217;re also be able to compile mxml with iFac!</p>
<p><em>(see also: <a href="http://ifac-plugin.com/?page_id=59">samples page</a>) </em></p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>iFac &amp; eclipse update manager</title>
		<link>http://ifac-plugin.com/?p=56</link>
		<comments>http://ifac-plugin.com/?p=56#comments</comments>
		<pubDate>Sat, 15 Dec 2007 16:04:34 +0000</pubDate>
		<dc:creator>saban</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=56</guid>
		<description><![CDATA[iFac eclipse plugin is now under update manager control. Therfore you can install the iFac plugin with the eclipse upade manager. ( see Installation )]]></description>
			<content:encoded><![CDATA[<p>iFac eclipse plugin is now under update manager control. Therfore you can install the iFac plugin with the eclipse upade manager.</p>
<p>( see <a href="http://ifac-plugin.com/?page_id=34">Installation</a> )</p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>First Windows XP tests</title>
		<link>http://ifac-plugin.com/?p=19</link>
		<comments>http://ifac-plugin.com/?p=19#comments</comments>
		<pubDate>Fri, 14 Dec 2007 18:09:14 +0000</pubDate>
		<dc:creator>saban</dc:creator>
				<category><![CDATA[Environment]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=19</guid>
		<description><![CDATA[Hi there, we have installed Bootcamp and Win XP Pro and iFac seems to work very well with win os also! Test sysem: MacBookPro 2.4 GHz Bootcamp &#38; Parallels with Windows XP Pro Eclipse 3.3 rpc / FDT, Flex SDK 2.0.1 and FCSH ( Flex Compiler Shell ) Java (JRE) 5.0 Update 14 Here you [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there, we have installed Bootcamp and Win XP Pro and iFac seems to work very well with win os also!</p>
<p><strong>Test sysem: </strong></p>
<ul>
<li>MacBookPro 2.4 GHz</li>
<li>Bootcamp &amp; Parallels with Windows XP Pro</li>
<li><a href="http://www.eclipse.org/" target="_blank">Eclipse 3.3 rpc</a> / <a href="http://fdt.powerflasher.com/" target="_blank">FDT</a>, <a href="http://www.adobe.com/products/flex/downloads/" target="_blank">Flex SDK 2.0.1</a> and <a href="http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell" target="_blank">FCSH ( Flex Compiler Shell )</a></li>
<li><a href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">Java (JRE) 5.0 Update 14</a><a href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank"><br />
</a></li>
</ul>
<p>Here you can download a sample:  <a href="http://ifac-plugin.com/wp-content/uploads/2007/12/ifacwinxp_parallels.zip" title="Windows Eclipse/FDT Sample">Windows Eclipse/FDT Sample<br />
</a>It would be great to get Win User feedbacks!</p>
<p><strong>Never Forget:</strong> Eclipse Worskpace and SDK folder should not have empty spaces. Otherwise you get an command line error from fcsh!</p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>First release</title>
		<link>http://ifac-plugin.com/?p=14</link>
		<comments>http://ifac-plugin.com/?p=14#comments</comments>
		<pubDate>Fri, 14 Dec 2007 10:15:25 +0000</pubDate>
		<dc:creator>Florian Diesner</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://ifac-plugin.com/?p=14</guid>
		<description><![CDATA[We&#8217;re proud to present you our first release of iFac-eclipse beta 0.0.7 and iFac-Ant beta 0.0.5. You can get it here. Please feel free to leave your comments.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to present you our first release of iFac-eclipse beta 0.0.7 and iFac-Ant beta 0.0.5.</p>
<p>You can get it <a href="http://ifac-plugin.com/?page_id=3">here</a>.</p>
<p>Please feel free to leave your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://ifac-plugin.com/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
