I'm trying to use asdoc (from Adobe Labs
<http://labs.adobe.com/wiki/index.php/ASDoc>  ) to document our API. 
I'm running across the following error:
C:\workspace\components\tools\RubberbandTool.mxml: Error: Unable to
locate specified base class 'components.tools.Tool' for component class
'RubberbandTool'.
Tool.mxml is a custom class that is based off of the Button class as
seen below:
<mx:Button xmlns:mx="http://www.adobe.com/2006/mxml"; styleName="Tool"  
toggle="true" click="toolChanged(event)">
RubberbandTool.mxml is based on Tool.mxml as seen below:
<tool:Tool xmlns:mx="http://www.adobe.com/2006/mxml"; 
xmlns:tool="components.tools.*">
I'm not really sure how to go about fixing this since it seems that
asdoc is having issues finding the Tool class, yet it will create
asdoc's for the Tool class just fine.  Below is the asdoc command I'm
using:
C:\> asdoc -source-path C:\workspace\components\tools\ -doc-classes
RubberbandTool

Thanks in advance,
    Geoff

Reply via email to