Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: [ WARNING ] asdoc broken in Flex 4  (Read 15656 times)
richardleggett
Newbie
*
Posts: 5


View Profile WWW Email
« 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.
« Last Edit: April 03, 2009, 10:34:19 by puremvc » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
richardleggett
Newbie
*
Posts: 5


View Profile WWW Email
« Reply #2 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.
Logged
mrbrutalis
Newbie
*
Posts: 4


View Profile Email
« Reply #3 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>".
Logged
bluntcoder
Newbie
*
Posts: 4


View Profile Email
« Reply #4 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
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #5 on: July 08, 2013, 12:22:24 »

If you make a pull request on Github for the project, I'll take a look.
Logged
bluntcoder
Newbie
*
Posts: 4


View Profile Email
« Reply #6 on: July 22, 2013, 12:01:25 »

Pull request submitted.
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #7 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>
Logged
Pages: [1]
Print