<?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 for Avocado Blog</title>
	<atom:link href="http://www.avocado.fi/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avocado.fi/blog</link>
	<description>Zen and the Art of Flash Development</description>
	<lastBuildDate>Wed, 29 Sep 2010 07:30:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Dynamically compiling assets to an SWC file by Jiinus</title>
		<link>http://www.avocado.fi/blog/2009/10/dynamically-compiling-assets-to-an-swc-file/comment-page-1/#comment-118</link>
		<dc:creator>Jiinus</dc:creator>
		<pubDate>Wed, 29 Sep 2010 07:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.avocado.fi/?p=52#comment-118</guid>
		<description>Glad I could help. I don&#039;t know either how the forward slashes work somewhere and somewhere they don&#039;t, but good thing that it worked in FlashDevelop too. :)

I&#039;ll try to remember to update the links and other outdated stuff in this post this weekend.

Cheers,
Joonas</description>
		<content:encoded><![CDATA[<p>Glad I could help. I don&#8217;t know either how the forward slashes work somewhere and somewhere they don&#8217;t, but good thing that it worked in FlashDevelop too. <img src='http://www.avocado.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll try to remember to update the links and other outdated stuff in this post this weekend.</p>
<p>Cheers,<br />
Joonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically compiling assets to an SWC file by SP</title>
		<link>http://www.avocado.fi/blog/2009/10/dynamically-compiling-assets-to-an-swc-file/comment-page-1/#comment-117</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Tue, 28 Sep 2010 21:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.avocado.fi/?p=52#comment-117</guid>
		<description>Joonas,

Thanks for the answer!

I&#039;m new to Ant too, but much newer. :&#124;D

Last night I fixed those problems. It was as you said with the slashes to backslashes and the basedir.

Still don&#039;t understand how the base dir works fine (with backslashes) with other paths like

&quot;${basedir}/ant-contrib-1.0b3.jar&quot;.

The &quot;\&quot; from the base dir work fine with the &quot;/&quot;. Who knows... I&#039;ll have to read the manual!

I use flashdevelop + the ant panel plugin, very easy to setup. Install Ant, set the path in the plugin&#039;s properties. Done.

I&#039;m very happy with the new workflow now. Thanks for the article!

SP.</description>
		<content:encoded><![CDATA[<p>Joonas,</p>
<p>Thanks for the answer!</p>
<p>I&#8217;m new to Ant too, but much newer. <img src='http://www.avocado.fi/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> D</p>
<p>Last night I fixed those problems. It was as you said with the slashes to backslashes and the basedir.</p>
<p>Still don&#8217;t understand how the base dir works fine (with backslashes) with other paths like</p>
<p>&#8220;${basedir}/ant-contrib-1.0b3.jar&#8221;.</p>
<p>The &#8220;\&#8221; from the base dir work fine with the &#8220;/&#8221;. Who knows&#8230; I&#8217;ll have to read the manual!</p>
<p>I use flashdevelop + the ant panel plugin, very easy to setup. Install Ant, set the path in the plugin&#8217;s properties. Done.</p>
<p>I&#8217;m very happy with the new workflow now. Thanks for the article!</p>
<p>SP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically compiling assets to an SWC file by Jiinus</title>
		<link>http://www.avocado.fi/blog/2009/10/dynamically-compiling-assets-to-an-swc-file/comment-page-1/#comment-115</link>
		<dc:creator>Jiinus</dc:creator>
		<pubDate>Tue, 28 Sep 2010 00:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.avocado.fi/?p=52#comment-115</guid>
		<description>Hi SP,

Sorry for the slight delay in reply, I&#039;m currently attending the Flash On The Beach in Brighton, so I&#039;ve been a bit busy for the day.
Are you using a Windows or a Mac platform? Sorry but as this was my first ANT-task, I&#039;ve not had a chance (or rather the skills) to thoroughly test it on different platforms. However, I found a bug in the build file, that might prevent it from compiling in Flash Builder. In the line 128 which reads 

&lt;code&gt;&lt;mapper type=&quot;glob&quot; from=&quot;${TEMP_CLASS_PATH}/*.as&quot; to=&quot;*&quot;/&gt;&lt;/code&gt;

It should read

&lt;code&gt;&lt;mapper type=&quot;glob&quot; from=&quot;${basedir}/${TEMP_CLASS_PATH}/*.as&quot; to=&quot;*&quot;/&gt;&lt;/code&gt;

so you may need to add &lt;code&gt;${basedir}/&lt;/code&gt; before the &lt;code&gt;${TEMP_CLASS_PATH}&lt;/code&gt;.
If you are on a Windows platform, you might also need to change &#039;/&#039; characters to &#039;\&#039; characters on line 117. (or better yet, use ${file.separator}).
Let me know if either or both of those tricks worked for you or not.

It seems that the link to installing the ant support also leads to a page not found, so I need to check and update this post as soon as I get back home... luckily my ANT skills have gotten better since writing this post, and I&#039;ve also added the support for embedding SVG-files. Please stay tuned... :)

Cheers,
- Joonas</description>
		<content:encoded><![CDATA[<p>Hi SP,</p>
<p>Sorry for the slight delay in reply, I&#8217;m currently attending the Flash On The Beach in Brighton, so I&#8217;ve been a bit busy for the day.<br />
Are you using a Windows or a Mac platform? Sorry but as this was my first ANT-task, I&#8217;ve not had a chance (or rather the skills) to thoroughly test it on different platforms. However, I found a bug in the build file, that might prevent it from compiling in Flash Builder. In the line 128 which reads </p>
<p><code>&lt;mapper type="glob" from="${TEMP_CLASS_PATH}/*.as" to="*"/&gt;</code></p>
<p>It should read</p>
<p><code>&lt;mapper type="glob" from="${basedir}/${TEMP_CLASS_PATH}/*.as" to="*"/&gt;</code></p>
<p>so you may need to add <code>${basedir}/</code> before the <code>${TEMP_CLASS_PATH}</code>.<br />
If you are on a Windows platform, you might also need to change &#8216;/&#8217; characters to &#8216;\&#8217; characters on line 117. (or better yet, use ${file.separator}).<br />
Let me know if either or both of those tricks worked for you or not.</p>
<p>It seems that the link to installing the ant support also leads to a page not found, so I need to check and update this post as soon as I get back home&#8230; luckily my ANT skills have gotten better since writing this post, and I&#8217;ve also added the support for embedding SVG-files. Please stay tuned&#8230; <img src='http://www.avocado.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
- Joonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically compiling assets to an SWC file by SP</title>
		<link>http://www.avocado.fi/blog/2009/10/dynamically-compiling-assets-to-an-swc-file/comment-page-1/#comment-113</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Mon, 27 Sep 2010 06:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.avocado.fi/?p=52#comment-113</guid>
		<description>Hi,

I&#039;ve been trying to compile using your build file it&#039;s not working.
The pathconvert part is not generating the assetList correctly, it&#039;s just empty (echo after it).

Could there be something wrong with the build file?

I&#039;m using ant-contrib ant all seems to work fine if I create the assetList property manually.

Please help! I would be really great to be able to compile my assets like this!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been trying to compile using your build file it&#8217;s not working.<br />
The pathconvert part is not generating the assetList correctly, it&#8217;s just empty (echo after it).</p>
<p>Could there be something wrong with the build file?</p>
<p>I&#8217;m using ant-contrib ant all seems to work fine if I create the assetList property manually.</p>
<p>Please help! I would be really great to be able to compile my assets like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scale9Bitmap Class by Jussi Mankki</title>
		<link>http://www.avocado.fi/blog/2009/09/scale9bitmap-class/comment-page-1/#comment-2</link>
		<dc:creator>Jussi Mankki</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.avocado.fi/blog/?p=23#comment-2</guid>
		<description>Nice work

jussi</description>
		<content:encoded><![CDATA[<p>Nice work</p>
<p>jussi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

