Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASDoc no longer compiles in sdk 3.5 or 4.1 #153

Open
familiarcat opened this issue Feb 15, 2011 · 2 comments
Open

ASDoc no longer compiles in sdk 3.5 or 4.1 #153

familiarcat opened this issue Feb 15, 2011 · 2 comments

Comments

@familiarcat
Copy link

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.

@elsassph
Copy link

Same with Flex 4.5, very annoying.

@elsassph
Copy link

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...

sangupta added a commit to sangupta/as3corelib that referenced this issue Apr 30, 2012
rzubek pushed a commit to rzubek/as3corelib that referenced this issue Mar 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants