<?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 with Eclipse</title>
	<atom:link href="http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/</link>
	<description>Martin Rädlinger</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:38:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Martin</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4438</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 22 Nov 2010 07:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4438</guid>
		<description>Hey George,

Try to use external-library-path ... 
-external-library-path=/Path/To/lib.swc

cheers Martin</description>
		<content:encoded><![CDATA[<p>Hey George,</p>
<p>Try to use external-library-path &#8230;<br />
-external-library-path=/Path/To/lib.swc</p>
<p>cheers Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Profenza</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4437</link>
		<dc:creator>George Profenza</dc:creator>
		<pubDate>Sat, 20 Nov 2010 23:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4437</guid>
		<description>Hello Martin,

This is a very helpful post. I don&#039;t know how to use asdoc at the moment, so I ran into trouble when documenting my current project.

I am using Flash Player 10 classes and did set the external-library-path so that&#039;s fine. I am using MinimalComps(dependency) in my project so I&#039;ve set -exclude-dependencies, but this causes an Error. It seems I cannot use both -ds/-doc-sources and -exclude-dependencies:

&quot;Error: exclude-dependencies can not be used with doc-sources.&quot;

My arguments look like this: -output ./doc -source-path ./src  -library-path ./lib  -main-title &quot;${project_name}&quot; -window-title &quot;${project_name}&quot; -external-library-path &quot;/Applications/FDT/plugins/com.powerflasher.fdt.shippedFlexSDK4_4.0.0.14159_1000/flex/frameworks/libs/player/10.0/playerglobal.swc&quot; -exclude-dependencies -ds ./src 

How can I generate the documentation ? 

I&#039;ve also tried using -doc-classes and adding the full class names, but I get another error:

oading configuration file /Applications/FDT/plugins/com.powerflasher.fdt.shippedFlexSDK4_4.0.0.14159_1000/flex/frameworks/flex-config.xml
_654c83ca96a62fe72776d64d86c4163b9683d1818934514561acf824b0fbf8e5_mx_core_FlexModuleFactory.as(26): col: 16 Error: Interface IFlexModuleFactory was not found.

    implements IFlexModuleFactory, ISWFContext
               ^

_654c83ca96a62fe72776d64d86c4163b9683d1818934514561acf824b0fbf8e5_mx_core_FlexModuleFactory.as(26): col: 36 Error: Interface ISWFContext was not found.

    implements IFlexModuleFactory, ISWFContext
                                   ^

Any hints ?</description>
		<content:encoded><![CDATA[<p>Hello Martin,</p>
<p>This is a very helpful post. I don&#8217;t know how to use asdoc at the moment, so I ran into trouble when documenting my current project.</p>
<p>I am using Flash Player 10 classes and did set the external-library-path so that&#8217;s fine. I am using MinimalComps(dependency) in my project so I&#8217;ve set -exclude-dependencies, but this causes an Error. It seems I cannot use both -ds/-doc-sources and -exclude-dependencies:</p>
<p>&#8220;Error: exclude-dependencies can not be used with doc-sources.&#8221;</p>
<p>My arguments look like this: -output ./doc -source-path ./src  -library-path ./lib  -main-title &#8220;${project_name}&#8221; -window-title &#8220;${project_name}&#8221; -external-library-path &#8220;/Applications/FDT/plugins/com.powerflasher.fdt.shippedFlexSDK4_4.0.0.14159_1000/flex/frameworks/libs/player/10.0/playerglobal.swc&#8221; -exclude-dependencies -ds ./src </p>
<p>How can I generate the documentation ? </p>
<p>I&#8217;ve also tried using -doc-classes and adding the full class names, but I get another error:</p>
<p>oading configuration file /Applications/FDT/plugins/com.powerflasher.fdt.shippedFlexSDK4_4.0.0.14159_1000/flex/frameworks/flex-config.xml<br />
_654c83ca96a62fe72776d64d86c4163b9683d1818934514561acf824b0fbf8e5_mx_core_FlexModuleFactory.as(26): col: 16 Error: Interface IFlexModuleFactory was not found.</p>
<p>    implements IFlexModuleFactory, ISWFContext<br />
               ^</p>
<p>_654c83ca96a62fe72776d64d86c4163b9683d1818934514561acf824b0fbf8e5_mx_core_FlexModuleFactory.as(26): col: 36 Error: Interface ISWFContext was not found.</p>
<p>    implements IFlexModuleFactory, ISWFContext<br />
                                   ^</p>
<p>Any hints ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4428</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 01 Oct 2010 06:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4428</guid>
		<description>hey dan, the idea is actually quite nice. here you go:

Working Directory
${project_loc} 

Arguments:
-doc-sources ./src -output ./doc -main-title &quot;${project_name}&quot; -window-title &quot;${project_name}&quot;

Now the docs of the selected project are getting built.</description>
		<content:encoded><![CDATA[<p>hey dan, the idea is actually quite nice. here you go:</p>
<p>Working Directory<br />
${project_loc} </p>
<p>Arguments:<br />
-doc-sources ./src -output ./doc -main-title &#8220;${project_name}&#8221; -window-title &#8220;${project_name}&#8221;</p>
<p>Now the docs of the selected project are getting built.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4427</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 30 Sep 2010 19:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4427</guid>
		<description>I haven&#039;t tried it yet, but could this work?   This way you could re-use the same tool on different projects, depending on which project you have currently selected.

&lt;b&gt;
-doc-sources ./src -output ./doc -main-title &quot;${project_name} Documentation&quot; -window-title &quot;${project_name} Documentation&quot;
&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but could this work?   This way you could re-use the same tool on different projects, depending on which project you have currently selected.</p>
<p><b><br />
-doc-sources ./src -output ./doc -main-title &#8220;${project_name} Documentation&#8221; -window-title &#8220;${project_name} Documentation&#8221;<br />
</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4142</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4142</guid>
		<description>I guess you have to add your swc file to the -doc-sources or -library-path

check out the docs for a complete list of arguments http://livedocs.adobe.com/flex/201/html/asdoc_127_9.html#142061</description>
		<content:encoded><![CDATA[<p>I guess you have to add your swc file to the -doc-sources or -library-path</p>
<p>check out the docs for a complete list of arguments <a href="http://livedocs.adobe.com/flex/201/html/asdoc_127_9.html#142061" rel="nofollow">http://livedocs.adobe.com/flex/201/html/asdoc_127_9.html#142061</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4141</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Mon, 11 Jan 2010 12:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4141</guid>
		<description>Hi - My project has references to several movieClips set to export as classes in a swc file.  When I try to build documentation using AsDoc I get several errors saying &quot;Type was not found or was not a compile-time constant&quot; or &quot;Call to a possibly undefined method&quot; for all the movieClip instances. The project compiles fine without any errors though.

Any suggestions on how to fix this AsDoc problem?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; My project has references to several movieClips set to export as classes in a swc file.  When I try to build documentation using AsDoc I get several errors saying &#8220;Type was not found or was not a compile-time constant&#8221; or &#8220;Call to a possibly undefined method&#8221; for all the movieClip instances. The project compiles fine without any errors though.</p>
<p>Any suggestions on how to fix this AsDoc problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for AsDoc with Eclipse / formatlos [formatlos.de] on Topsy.com</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4081</link>
		<dc:creator>Twitter Trackbacks for AsDoc with Eclipse / formatlos [formatlos.de] on Topsy.com</dc:creator>
		<pubDate>Tue, 01 Sep 2009 06:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4081</guid>
		<description>[...] AsDoc with Eclipse / formatlos  blog.formatlos.de/2008/07/10/asdoc-with-eclipse &#8211; view page &#8211; cached  If you don’t like to use Ant for generating your ActionScript docs you can create an External Tools Configuration in Eclipse (or Flex Builder). &#8212; From the page [...]</description>
		<content:encoded><![CDATA[<p>[...] AsDoc with Eclipse / formatlos  blog.formatlos.de/2008/07/10/asdoc-with-eclipse &ndash; view page &ndash; cached  If you don’t like to use Ant for generating your ActionScript docs you can create an External Tools Configuration in Eclipse (or Flex Builder). &mdash; From the page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nextgenapp</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-4059</link>
		<dc:creator>nextgenapp</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-4059</guid>
		<description>great description.  works great.</description>
		<content:encoded><![CDATA[<p>great description.  works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://blog.formatlos.de/2008/07/10/asdoc-with-eclipse/comment-page-1/#comment-3615</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Thu, 11 Sep 2008 15:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.formatlos.de/?p=19#comment-3615</guid>
		<description>Description is spot on and worked like a charm!
Thank you</description>
		<content:encoded><![CDATA[<p>Description is spot on and worked like a charm!<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

