<?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: Building ASDocs and SWC with Flex Ant Tasks (flexTasks) for both Mac and PC</title>
	<atom:link href="http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/</link>
	<description>Flash &#38; Flex Developer</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:17:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Russ Back</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-15433</link>
		<dc:creator>Russ Back</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-15433</guid>
		<description>If anybody still gets a problem with spaces in paths in the properties file, I solved the problem in Leopard 10.5.8 by creating a symobolic link to the SDK directory. Full post (with credit to Mister for the excellent article here!) ia at http://www.russback.com/adobe-flex/compiling-documentation-with-ant-and-asdoc.html</description>
		<content:encoded><![CDATA[<p>If anybody still gets a problem with spaces in paths in the properties file, I solved the problem in Leopard 10.5.8 by creating a symobolic link to the SDK directory. Full post (with credit to Mister for the excellent article here!) ia at <a href="http://www.russback.com/adobe-flex/compiling-documentation-with-ant-and-asdoc.html" rel="nofollow">http://www.russback.com/adobe-flex/compiling-documentation-with-ant-and-asdoc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-15431</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-15431</guid>
		<description>asdoc.exe on PC and just asdoc on Mac</description>
		<content:encoded><![CDATA[<p>asdoc.exe on PC and just asdoc on Mac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-15430</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-15430</guid>
		<description>Is this section correct?
# The location of your asdoc.exe, change this to build for Mac or PC using # as comment
#asdoc.exe = C:/Program Files/Adobe/Flex Builder 3/sdks/3.0.0/bin/asdoc.exe
asdoc.exe = /Applications/Adobe Flex Builder 3/sdks/3.0.0/bin/asdoc

the asdoc is not an .exe on the Mac?</description>
		<content:encoded><![CDATA[<p>Is this section correct?<br />
# The location of your asdoc.exe, change this to build for Mac or PC using # as comment<br />
#asdoc.exe = C:/Program Files/Adobe/Flex Builder 3/sdks/3.0.0/bin/asdoc.exe<br />
asdoc.exe = /Applications/Adobe Flex Builder 3/sdks/3.0.0/bin/asdoc</p>
<p>the asdoc is not an .exe on the Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Back</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-15242</link>
		<dc:creator>Russell Back</dc:creator>
		<pubDate>Thu, 13 Aug 2009 21:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-15242</guid>
		<description>Hi, quick question you may or may not be able to shed light on. 

I&#039;m using the properties method above and without the single quotes I get a command line error: Error: unable to open &#039;/Applications/Adobe&#039; which is what you get from terminal if you do it that way. So I need to use single quotes it appears.

However when I do that using Ant I get the following: Execute failed: java.io.IOException: &#039;/Applications/Adobe Flex Builder 3/sdks/3.3.0/bin/asdoc&#039;: not found

I&#039;m using 3.3.0 and the path to the adoc program is at /Applications/Adobe Flex Builder 3/sdks/3.3.0/bin/asdoc and I can verify that by running it in my terminal (os x leopard 10.5.8)

So I&#039;m stuck - any thoughts on this would be much appreciated!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, quick question you may or may not be able to shed light on. </p>
<p>I&#8217;m using the properties method above and without the single quotes I get a command line error: Error: unable to open &#8216;/Applications/Adobe&#8217; which is what you get from terminal if you do it that way. So I need to use single quotes it appears.</p>
<p>However when I do that using Ant I get the following: Execute failed: java.io.IOException: &#8216;/Applications/Adobe Flex Builder 3/sdks/3.3.0/bin/asdoc&#8217;: not found</p>
<p>I&#8217;m using 3.3.0 and the path to the adoc program is at /Applications/Adobe Flex Builder 3/sdks/3.3.0/bin/asdoc and I can verify that by running it in my terminal (os x leopard 10.5.8)</p>
<p>So I&#8217;m stuck &#8211; any thoughts on this would be much appreciated!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-14089</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 15 Jul 2009 05:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-14089</guid>
		<description>El rancho grande! I&#039;ve spent hours perusing the web to find this solution. Muchas gracias, amigo!</description>
		<content:encoded><![CDATA[<p>El rancho grande! I&#8217;ve spent hours perusing the web to find this solution. Muchas gracias, amigo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almog Kurtser</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-7643</link>
		<dc:creator>Almog Kurtser</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-7643</guid>
		<description>Hi,

This is very useful pieces of information, but the xdrive link doesn&#039;t work.

Thanks a lot and such!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is very useful pieces of information, but the xdrive link doesn&#8217;t work.</p>
<p>Thanks a lot and such!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-7526</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Fri, 14 Mar 2008 05:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-7526</guid>
		<description>Im back.
Checking out how you did the asDocs part.
Thanks again</description>
		<content:encoded><![CDATA[<p>Im back.<br />
Checking out how you did the asDocs part.<br />
Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://www.thanksmister.com/index.php/archive/building-asdocs-and-swc-with-flex-ant-tasks-flextasks-for-both-mac-and-pc/#comment-7510</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Thu, 13 Mar 2008 05:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=87#comment-7510</guid>
		<description>very helpful, thanks alot</description>
		<content:encoded><![CDATA[<p>very helpful, thanks alot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
