Oh gee ... I can confirm it not no work ;-)
I had a look at ant and was surprised to see it using the antTasks from the normal FDK. I used the asdoc-template.xml form framework to create a new template and used that in a new ASDoc mojo. It turned out the compiler doesn't understand doc-namespaces or doc-sources So I tried feeding it the "compile-as-template.xml" content and it worked and it correctly created the: Core-0.7.0-SNAPSHOT-javadoc.jar file I was hoping to create. Unfortunately I had a look at the file and it turned out to be somewhat identical to the compile-as version and it didn't contain a single line of ASDoc stuff. So I compared ASDOC and COMPC and it turned out that semantically the only difference is that ASDOC has a constructor, in which an asdoc delecate is set on the workspace: workspace.setASDocDelegate(new SimpleASDocDelegate()); Soooo ... any ideas/suggestions/whatever? Hope I didn't stumble over a "TODO: This feature has to be implemented" :-( Chris ________________________________ Von: Alex Harui <[email protected]> Gesendet: Montag, 1. August 2016 16:09:11 An: [email protected] Betreff: Re: [FlexJS] ASDoc? On 8/1/16, 5:57 AM, "Christofer Dutz" <[email protected]> wrote: >Hi, > > >as I have just added the JavaDoc generation to the Java side of the >build, now I thought ... hey, how about adding ASDoc too. But >unfortunately I don't recall the latest state of that. Does ASDoc in >Falcon work? ASDoc from Falcon has never been proven to work. FlexJS produces ASDoc by using the mxmlc compiler from flex-sdk. -Alex
