Bonjour,
Lorsque je lance un step xslt ant depuis ant (build.xml) ça marche, mais lorsque je lance ce step depuis un antrun maven, j'ai ce probleme :
generate_html_report:
[xslt] Processing P:\maven-2.0.6\projets\msginstscm\docs\xml\masterreport_final.xml to P:\maven-2.0.6\projets\msginstscm\docs\empty.html
[xslt] Loading stylesheet P:\xradar-base-0.99.1\src\stylesheets\radar\statics\report\master-report-detail-frames.xsl
[xslt] : Error! Erreur de contrôle du type de l'expression 'filter-expr(funcall(current, []), [pred(ParentLocationPath(step("child", 29), step("child", 37)))])'.
[xslt] : Fatal Error! Impossible de compiler la feuille de style
[xslt] Failed to process P:\maven-2.0.6\projets\msginstscm\docs\xml\masterreport_final.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks
Avez-vous une idée?
Partager