PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: richardleggett on March 17, 2009, 09:29:53



Title: [ WARNING ] asdoc broken in Flex 4
Post by: richardleggett on March 17, 2009, 09:29:53
Not really a bug, just a quick FYI. It seems the latest version of asdoc (as per Flex 4) chokes and "FATAL ERROR"s on the missing closing P-tags in the header comments for several of the classes, you have to open the log file to see which because the stdout errors don't give enough info.

Not sure why this has started happening, and whether you're experiencing it with asdoc already when you generate for the current builds, but this may start happening. I'm closing these tags manually in my version so I can generate docs for inclusion with my own.


Title: Re: asdoc broken in Flex 4
Post by: puremvc on March 17, 2009, 09:54:59
Haven't had to touch the code in a while so, no, I haven't tried ASDOCing in Flex 4.

Have you ran into problems that are causing you to need to modify the source code and redoc in Flex 4?

-=Cliff>


Title: Re: asdoc broken in Flex 4
Post by: richardleggett on March 17, 2009, 10:10:10
Ah no, PureMVC multi-core works perfectly in Flex 4 (build 4.0.0.4932), but asdoc has started playing up, it's even complaining about using < after an @param (replaced with &lt;).

It seems you now need to use the -lenient flag to treat invalid HTML as just warnings not fatal errors. Also if you have -strict=false, remove that as it will conflict and silently fail to recognise the new -lenient.


Title: Re: [ WARNING ] asdoc broken in Flex 4
Post by: mrbrutalis on September 04, 2012, 05:25:28
Just a heads up that using flashbuilder 4.6 I'm still unable to successfully generate ASDOCS from puremvc source.

Errors such as this are generated
:
[Fatal Error] :13:6: The element type "P" must be terminated by the matching end-tag "</P>".


Title: Re: [ WARNING ] asdoc broken in Flex 4
Post by: bluntcoder on July 08, 2013, 11:00:10
Hi there,

Hate to open up an old thread - but my company is AsDoc'ing our source for one of our As3/PureMVC projects and in fact the source is still broken in Flex 4 (Air 3.7). I had one of my programmers spend about half hour and fixed it all. We're using As3 standard framework. I'd be happy to push it to the source tree, if I'm allowed to have access. Or, I can just send the zip file up to Cliff for review.

Thanks,
  Mark


Title: Re: [ WARNING ] asdoc broken in Flex 4
Post by: puremvc on July 08, 2013, 12:22:24
If you make a pull request on Github for the project, I'll take a look.


Title: Re: [ WARNING ] asdoc broken in Flex 4
Post by: bluntcoder on July 22, 2013, 12:01:25
Pull request submitted.


Title: Re: [ WARNING ] asdoc broken in Flex 4
Post by: puremvc on August 05, 2013, 10:12:15
Thanks a ton. Just reviewed but probably won't do a new release until weekend due to time constraints. 

Cheers,
-=Cliff>