<?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>Wed, 04 Aug 2010 12:22:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-29</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Sun, 28 Jun 2009 10:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-29</guid>
		<description>Thanks for catching that!!</description>
		<content:encoded><![CDATA[<p>Thanks for catching that!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBAH</title>
		<link>http://gauravj.com/blog/2009/06/asdoc-integration-with-build-scripts/comment-page-1/#comment-27</link>
		<dc:creator>JBAH</dc:creator>
		<pubDate>Sun, 28 Jun 2009 01:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=328#comment-27</guid>
		<description>You might want to change this sentence:
The  is not available in the Flex 4 SDK only (not available in Flex 3). 

to

The  is available in the Flex 4 SDK only (not available in Flex 3).</description>
		<content:encoded><![CDATA[<p>You might want to change this sentence:<br />
The  is not available in the Flex 4 SDK only (not available in Flex 3). </p>
<p>to</p>
<p>The  is available in the Flex 4 SDK only (not available in Flex 3).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
