I would rather call that a "bug fix" as the previous versions of ASDoc allowed 
invalid html in the asdoc comments, and now it doesn't anymore.
But I won't argue with you.
So let's call it a regression :-).

Maurice 

-----Message d'origine-----
De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] 
Envoyé : mercredi 23 octobre 2013 15:58
À : dev@flex.apache.org
Objet : AW: ASDoc

This was the Default Header added to all code by Velo who initially created the 
Project. It's not the main intent to make it's way into the generated ASDoc 
documents, but to be in place on any source file same as all These Apache 
Headers in Apache Projects.

And I would call it a Regression as all seems to have worked previously and the 
latest ASDoc implementations produce Nonsense XML.

Chris

________________________________________
Von: Maurice Amsellem [maurice.amsel...@systar.com]
Gesendet: Mittwoch, 23. Oktober 2013 15:47
An: dev@flex.apache.org
Betreff: RE: ASDoc

Ok, I understand.

/**
....
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
package net.flexmojos.oss.it

What I don't understand, is why you put asdoc comments at the package level , 
since they are ignored anyway by the ASDOC compiler.

So maybe a simpler fix to that "bug" would have been to remove the second "*" , 
something like:

/*
....
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
package net.flexmojos.oss.it

what do you think ?

Maurice

-----Message d'origine-----
De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de]
Envoyé : mercredi 23 octobre 2013 15:30
À : dev@flex.apache.org
Objet : AW: ASDoc

Hi Maurice,

Have a look at this commit: 
https://github.com/chrisdutz/flexmojos/commit/6f0e7f2f390525b45ef47db6cf65fac385a0ee54
I had to replace all "<" with "&lt;" and all ">" with "&gt;" and I'm sure this 
is a Regression.
But one not from us, but by the latest Adobe Versions. The tests run through 
for Flex 2-4.5.x, but start failing in the newest Versions. As I updated 
Flexmojos to circumvent this Problem, I can't really see if it's still a 
Problem.

Chris

________________________________________
Von: Maurice Amsellem [maurice.amsel...@systar.com]
Gesendet: Mittwoch, 23. Oktober 2013 15:20
An: dev@flex.apache.org
Betreff: RE: ASDoc

Are you sure this is a regression?

Can you give an example of ASDOC comment that causes this problem, so that I 
can run it on older version of ASDOC tool.

Thanks

Maurice

-----Message d'origine-----
De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de]
Envoyé : mercredi 23 octobre 2013 15:18
À : dev@flex.apache.org
Objet : ASDoc

Hi,

it seems People have been working on ASDoc judging from the number of mails 
regarding ASDoc on the list.
When taking over Flexmojos, my first unit of work was getting the testsuite up 
and running again. It seems in the latest Adobe Flex Versions there was some 
Major regression. I had to modify allmost every source file containng Velos 
license Header as this contained his email-address with a "<" at the front and 
a ">" the end of the address. This caused the ASDoc tool to generate totally 
useless XML-rubbish. Has some work been done on this?

Chris

Reply via email to