as3corelib
as3corelib copied to clipboard
ASDoc no longer compiles in sdk 3.5 or 4.1
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.
Same with Flex 4.5, very annoying.
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...