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 "<" and all ">" with ">" 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