0
[asdoc] ���ڼ��������ļ���D:\4.5.0\frameworks\flex-config.xml��
[asdoc] Error at xsl:call-template on line 310 of fieldSummary.xslt:
[asdoc]   Too many nested template or function calls. The stylesheet may be looping.
[asdoc] Transformation failed: Run-time errors were reported
j0k
  • 22,600
  • 28
  • 79
  • 90
huanle
  • 11
  • Clearly ASDoc is failing to run citing too many tested template or function calls. They are trying to resolve the error to generate documentation. This question could be written better. – Jason Sturges May 18 '12 at 18:04

1 Answers1

0

When ASDoc fails, there is usually a more descriptive citation of the error within log file.

At the end of that error message is likely a path to the log, in which it will explicitly state errors in greater details. It will state something such as:

Please see C:\flex\bin\framework-asdoc\validation_errors.log for details.

Jason Sturges
  • 15,855
  • 14
  • 59
  • 80
  • no,i can't find the error log, reported the error ,Error at xsl:call-template on line 310 of fieldSummary.xslt: – huanle May 19 '12 at 02:07