<?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"
	>
<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 writes flashy writings</description>
	<pubDate>Fri, 21 Nov 2008 03:45:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Cliff Hall</title>
		<link>http://www.rubenswieringa.com/blog/asdoc-generation-in-flex#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 "C:\Stupid OS with spaces in path\but whatcha gonna do\"

-=Cliff&#62;</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-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="http://www.rubenswieringa.com/blog/ant-and-asdoc" rel="nofollow"&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-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:

"C:\asdoc_temp -doc-classes" 

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-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's the thing really, in my opinion commandline isn'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-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-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-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>
