<?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: ASDoc generation in Flex</title>
	<atom:link href="http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex</link>
	<description>Ruben Swieringa on Actionscript and a whole lot of other stuff..</description>
	<lastBuildDate>Mon, 08 Mar 2010 09:38:49 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tyler Wright</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-78111</link>
		<dc:creator>Tyler Wright</dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-78111</guid>
		<description>I could be wrong, but doesn&#039;t the usage of quotes allow you to have spaces in your sourcepath? eg asdoc -source-path &quot;C:\Program Files\asdoc&quot; ...</description>
		<content:encoded><![CDATA[<p>I could be wrong, but doesn&#8217;t the usage of quotes allow you to have spaces in your sourcepath? eg asdoc -source-path &#8220;C:\Program Files\asdoc&#8221; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Hall</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-62604</link>
		<dc:creator>Cliff Hall</dc:creator>
		<pubDate>Tue, 07 Oct 2008 16:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-62604</guid>
		<description>Use quotes around the path like:

asdoc -source-path &quot;C:\Stupid OS with spaces in path\but whatcha gonna do\&quot;

-=Cliff&gt;</description>
		<content:encoded><![CDATA[<p>Use quotes around the path like:</p>
<p>asdoc -source-path &#8220;C:\Stupid OS with spaces in path\but whatcha gonna do\&#8221;</p>
<p>-=Cliff&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-10908</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Sat, 17 Nov 2007 16:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-10908</guid>
		<description>Hey, well actually I got frustrated by the commandline-thing pretty soon after my first attempt, so I put together a little ANT-script of my own:
&lt;a href=&quot;http://www.rubenswieringa.com/blog/ant-and-asdoc&quot; rel=&quot;nofollow&quot;&gt;rubenswieringa.com/blog/ant-and-asdoc&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey, well actually I got frustrated by the commandline-thing pretty soon after my first attempt, so I put together a little ANT-script of my own:<br />
<a href="http://www.rubenswieringa.com/blog/ant-and-asdoc" rel="nofollow">rubenswieringa.com/blog/ant-and-asdoc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-10816</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Fri, 16 Nov 2007 16:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-10816</guid>
		<description>did you try doing this:

&quot;C:\asdoc_temp -doc-classes&quot; 

it might help you get around the space issue in your source path...</description>
		<content:encoded><![CDATA[<p>did you try doing this:</p>
<p>&#8220;C:\asdoc_temp -doc-classes&#8221; </p>
<p>it might help you get around the space issue in your source path&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-467</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 07 Jun 2007 08:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-467</guid>
		<description>Well that&#039;s the thing really, in my opinion commandline isn&#039;t really user-friendly..</description>
		<content:encoded><![CDATA[<p>Well that&#8217;s the thing really, in my opinion commandline isn&#8217;t really user-friendly..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-454</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 06 Jun 2007 17:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-454</guid>
		<description>you can wrap your file reference in quotations and the command line utility should work just fine. no need to create an ANT task...unless you want to, of course.</description>
		<content:encoded><![CDATA[<p>you can wrap your file reference in quotations and the command line utility should work just fine. no need to create an ANT task&#8230;unless you want to, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANT task to generate ASDoc &#171; Flexed</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-104</link>
		<dc:creator>ANT task to generate ASDoc &#171; Flexed</dc:creator>
		<pubDate>Tue, 17 Apr 2007 07:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-104</guid>
		<description>[...] is pretty cryptic and its definitely not a tool for someone who is new to the whole thing. I guess I am not the only one on that boat either !!!  Then, I stumbled across some links for ANT scripts for ASDoc generation. [...]</description>
		<content:encoded><![CDATA[<p>[...] is pretty cryptic and its definitely not a tool for someone who is new to the whole thing. I guess I am not the only one on that boat either !!!  Then, I stumbled across some links for ANT scripts for ASDoc generation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant and ASDoc</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex/comment-page-1#comment-8</link>
		<dc:creator>Ant and ASDoc</dc:creator>
		<pubDate>Wed, 21 Feb 2007 14:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#comment-8</guid>
		<description>[...] ASDoc generation in Flex [...]</description>
		<content:encoded><![CDATA[<p>[...] ASDoc generation in Flex [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
