Quantcast
Channel: Adobe Community : Popular Discussions - Using Flash Builder
Viewing all articles
Browse latest Browse all 70427

ASDOCS Error Interface IFlexModuleFactory was not found

$
0
0

I got an error with ASDOCS that I do not understand. I am using Flash Builder 4 on MAC and it is an Actionscript project.

 

Loading configuration file /Applications/Adobe Flash Builder 4/sdks/4.0.0/frameworks/flex-config.xml
_8a96cd3a25128dbd315708caff56516b3c3e83309abd23b6fb42e1b21d033d59_mx_core_FlexModuleFactor y.as(26): col: 16 Error: Interface IFlexModuleFactory was not found.

 

    implements IFlexModuleFactory, ISWFContext
               ^

 

_8a96cd3a25128dbd315708caff56516b3c3e83309abd23b6fb42e1b21d033d59_mx_core_FlexModuleFactor y.as(26): col: 36 Error: Interface ISWFContext was not found.

 

    implements IFlexModuleFactory, ISWFContext
                                   ^

 

I had cleaned up all the errors that related to content in the project folder, but was left with the one above that seems unrelated to content.

 

If it helps the ASDoc configuration file is this:

 

-source-path src
-doc-sources src
-library-path "assets/flash/swcs" "libs" "src/foomonger"
-lenient=true
-warnings=false 
-strict=false
-main-title "Sprycel Unbranded"


-exclude-sources "/Users/ahosford/Documents/Adobe Flash Builder 4/SprycelCML/sprycel-cml-tracker/trunk/client/SprycelCML/src/com/sprycel/model/Calendar.a s" "/Users/ahosford/Documents/Adobe Flash Builder 4/SprycelCML/sprycel-cml-tracker/trunk/client/SprycelCML/src/com/sprycel/ui/IDateItem.as" "/Users/ahosford/Documents/Adobe Flash Builder 4/SprycelCML/sprycel-cml-tracker/trunk/client/SprycelCML/src/foomonger/utils/LoadWatcher. as"


-define+=CONFIG::local,true


Viewing all articles
Browse latest Browse all 70427

Trending Articles