<?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 integration with build scripts</title>
	<atom:link href="http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/</link>
	<description>Tips and Tools of Flex</description>
	<lastBuildDate>Tue, 10 Apr 2012 21:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ron Vergis</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-23798</link>
		<dc:creator>Ron Vergis</dc:creator>
		<pubDate>Sat, 19 Nov 2011 21:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-23798</guid>
		<description>Is there any plan to resolve http://python.mmitd.com/bugs.adobe.com/jira/browse/FLEXDOCS-1379?</description>
		<content:encoded><![CDATA[<p>Is there any plan to resolve <a href="http://python.mmitd.com/bugs.adobe.com/jira/browse/FLEXDOCS-1379?" rel="nofollow">http://python.mmitd.com/bugs.adobe.com/jira/browse/FLEXDOCS-1379?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-5548</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 21 Oct 2010 19:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-5548</guid>
		<description>I see that my last comment didn&#039;t render properly in terms of the xml that I posted.  Here it is w/out the angle brackets:

taskdef resource=&quot;flexTasks.tasks&quot; classpath=&quot;${flexTasksJar}&quot;</description>
		<content:encoded><![CDATA[<p>I see that my last comment didn&#8217;t render properly in terms of the xml that I posted.  Here it is w/out the angle brackets:</p>
<p>taskdef resource=&#8221;flexTasks.tasks&#8221; classpath=&#8221;${flexTasksJar}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-5545</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 21 Oct 2010 18:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-5545</guid>
		<description>Thanks, Gaurav.  Very helpful.  I had the same problem Ian did - asdoc task name not recognized.  What fixed it was adding this line (which is in your fuller build.xml file):

The classpath essentially needed to be updated with flexTasksJar var.
Now I&#039;m trying to figure out how to exclude entire classes vs. just one .as file.  For example we use hurlant and I don&#039;t want to doc that stuff.</description>
		<content:encoded><![CDATA[<p>Thanks, Gaurav.  Very helpful.  I had the same problem Ian did &#8211; asdoc task name not recognized.  What fixed it was adding this line (which is in your fuller build.xml file):</p>
<p>The classpath essentially needed to be updated with flexTasksJar var.<br />
Now I&#8217;m trying to figure out how to exclude entire classes vs. just one .as file.  For example we use hurlant and I don&#8217;t want to doc that stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-236</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 15 Aug 2009 13:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-236</guid>
		<description>I think I finally worked it out. Gumbo seems like a great upcoming release. Thanks for the information and keep up the great work!</description>
		<content:encoded><![CDATA[<p>I think I finally worked it out. Gumbo seems like a great upcoming release. Thanks for the information and keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-234</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-234</guid>
		<description>You should pass in sdk.dir and point that to the sdk root folder. For example

ant asdocgen -Dsdk.dir=/Users/Ian/Flex_SDK

Also take a look at build.xml which is present under the asdoc folder of Flex SDK.</description>
		<content:encoded><![CDATA[<p>You should pass in sdk.dir and point that to the sdk root folder. For example</p>
<p>ant asdocgen -Dsdk.dir=/Users/Ian/Flex_SDK</p>
<p>Also take a look at build.xml which is present under the asdoc folder of Flex SDK.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

