as3corelib icon indicating copy to clipboard operation
as3corelib copied to clipboard

ASDoc no longer compiles in sdk 3.5 or 4.1

Open familiarcat opened this issue 14 years ago • 2 comments

The ASDoc compilation fails in the build.xml, from the command line, and via an External Tool in both sdk's 3.5 and 4.1.0. (note, one must use aasdoc to include the Air specific libraries) In 3.5 it returns the error: Error: '' is not a directory

Use 'asdoc -help' for information about using the command line.

In 4.1 it returns the error: Error: Could not create toplevel.xml: String index out of range: -15

I can't seem to find any ASDocs of the library on the interwebs for reference.

familiarcat avatar Feb 15 '11 23:02 familiarcat

Same with Flex 4.5, very annoying.

elsassph avatar Jun 11 '11 20:06 elsassph

I found the relevant ASDoc bug: http://bugs.adobe.com/jira/browse/ASC-4145

Solution was to remove all the @see #someMethod entries and this part passed.

But there's another problem: URI.as has a few errors - one missing [/P] and some '&' characters not written as '& amp;'. ASDoc error log somewhat indicate where they are located.

I won't fork the project just for that so I hope the authors fix the mess themselves...

elsassph avatar Jun 11 '11 21:06 elsassph