<?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>Fri, 10 Jun 2011 09:59:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<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>
	<item>
		<title>By: Ian</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-233</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-233</guid>
		<description>Hi Gaurav,

This looks brilliant, unfortunately I got stuck trying to run your script. I would feel incredibly thankful if you could share your complete build.xml and build.properties files. I just downloaded FB4 and it looks amazing, I am sure that it uses the most recent SDK. For some reason it throws an error saying:

asdocgen:

BUILD FAILED
/Users/Ian/Documents/Flex Builder 3/InteractiveWorks [iFramework]/ant/build.xml:15: The following error occurred while executing this line:
/Users/Ian/Documents/Flex Builder 3/InteractiveWorks [iFramework]/ant/build.xml:33: Problem: failed to create task or type asdoc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.

It looks like it can&#039;t find that specific asdoc task. :S

I would love to learn how to make your script work so its not dependent on platform and can exclude unnecessary files (such as include files).

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi Gaurav,</p>
<p>This looks brilliant, unfortunately I got stuck trying to run your script. I would feel incredibly thankful if you could share your complete build.xml and build.properties files. I just downloaded FB4 and it looks amazing, I am sure that it uses the most recent SDK. For some reason it throws an error saying:</p>
<p>asdocgen:</p>
<p>BUILD FAILED<br />
/Users/Ian/Documents/Flex Builder 3/InteractiveWorks [iFramework]/ant/build.xml:15: The following error occurred while executing this line:<br />
/Users/Ian/Documents/Flex Builder 3/InteractiveWorks [iFramework]/ant/build.xml:33: Problem: failed to create task or type asdoc<br />
Cause: The name is undefined.<br />
Action: Check the spelling.<br />
Action: Check that any custom tasks/types have been declared.<br />
Action: Check that any / declarations have taken place.</p>
<p>It looks like it can&#8217;t find that specific asdoc task. :S</p>
<p>I would love to learn how to make your script work so its not dependent on platform and can exclude unnecessary files (such as include files).</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

