You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
sangupta
added a commit
to sangupta/as3corelib
that referenced
this issue
Apr 30, 2012
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.
The text was updated successfully, but these errors were encountered: