<?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: Creating SWC files with asdoc comments..</title>
	<atom:link href="http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/</link>
	<description>Tips and Tools of Flex</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:23:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Build SWCs with ASDoc for Flash Builder 4 &#171; Flash Builder Tips</title>
		<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/comment-page-1/#comment-2600</link>
		<dc:creator>Build SWCs with ASDoc for Flash Builder 4 &#171; Flash Builder Tips</dc:creator>
		<pubDate>Mon, 19 Jul 2010 12:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=572#comment-2600</guid>
		<description>[...] SWCs that bundle ASDoc content without distributing your source code. Gaurav wrote a great blog post going into detail on how the SDK uses Ant to include ASDoc using framework.swc as an example. You [...]</description>
		<content:encoded><![CDATA[<p>[...] SWCs that bundle ASDoc content without distributing your source code. Gaurav wrote a great blog post going into detail on how the SDK uses Ant to include ASDoc using framework.swc as an example. You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/comment-page-1/#comment-1977</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=572#comment-1977</guid>
		<description>Thanks Gaurav! I used your post to create a sample SWC library project in Flash Builder. Download the FXPL here http://blogs.adobe.com/jasonsj/2010/04/build_swcs_with_asdoc_for_flash_builder_4.html.</description>
		<content:encoded><![CDATA[<p>Thanks Gaurav! I used your post to create a sample SWC library project in Flash Builder. Download the FXPL here <a href="http://blogs.adobe.com/jasonsj/2010/04/build_swcs_with_asdoc_for_flash_builder_4.html" rel="nofollow">http://blogs.adobe.com/jasonsj/2010/04/build_swcs_with_asdoc_for_flash_builder_4.html</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/comment-page-1/#comment-1717</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sat, 15 May 2010 11:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=572#comment-1717</guid>
		<description>My mistake, the ASDoc-enriched SWCs are in /framework/locale.

Fantastic stuff!</description>
		<content:encoded><![CDATA[<p>My mistake, the ASDoc-enriched SWCs are in /framework/locale.</p>
<p>Fantastic stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/comment-page-1/#comment-1692</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Tue, 11 May 2010 19:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=572#comment-1692</guid>
		<description>I looked in the latest Flex SDK nightly (4.1.0.15885) and the docs are not present in the SWCs...</description>
		<content:encoded><![CDATA[<p>I looked in the latest Flex SDK nightly (4.1.0.15885) and the docs are not present in the SWCs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/comment-page-1/#comment-1212</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=572#comment-1212</guid>
		<description>@Bjorn, 

ASDoc tool in the Flex SDK generates intermediate xml files. The final HTML is then generated by running transformations (via xslt) over these xml files. These intermediate xml files are deleted once the asdoc process completes. 
When you specify -keep-xml=true the xml files will not be deleted from the disk. And when you specify -skip-xsl=true, ASDoc tool will not run the final transformations step and will exit after generating the xmls. 

Currently there is no plan to combine the three step, but feel free to file an enhancement request in JIRA. 

-Gaurav</description>
		<content:encoded><![CDATA[<p>@Bjorn, </p>
<p>ASDoc tool in the Flex SDK generates intermediate xml files. The final HTML is then generated by running transformations (via xslt) over these xml files. These intermediate xml files are deleted once the asdoc process completes.<br />
When you specify -keep-xml=true the xml files will not be deleted from the disk. And when you specify -skip-xsl=true, ASDoc tool will not run the final transformations step and will exit after generating the xmls. </p>
<p>Currently there is no plan to combine the three step, but feel free to file an enhancement request in JIRA. </p>
<p>-Gaurav</p>
]]></content:encoded>
	</item>
</channel>
</rss>
