flex - ASDoc generation error -
i following instructions here exporting asdocs. image below tutorial , have set same.
when run configuration error below
loading configuration file /applications/adobe flash builder 4.6/sdks/4.6.0 (air 14)/frameworks/flex-config.xml /users/steam/documents/development/air/mediawindowtest/src/mediawindow.mxml: error: unable locate specified base class 'spark.components.windowedapplication' component class 'mediawindow'.
so can't find base class spark.components.windowedapplication
can find "flex-config.xml" in sdk folder. confusing. flex sdk copy of 4.6 on overlaid air sdk. works fine build project – confused.
do need add variable point flex sdk using (and why doesn't pick project)?
you need add additional arguments follows:
-source-path src -doc-sources src -main-title "asdoc documentation" -external-library-path+=c:\repository_mvn3\com\adobe\as3corelib\0.93\as3corelib-0.93.swc -external-library-path+=c:\repository_mvn3\windowedapplication\bin
these add external libraries build path of asdoc, asdoc not generate documnetation them.
Comments
Post a Comment