Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-7
-
Fix Version/s: 1.0-beta-10
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Both of the following (identical) ant tags just echo to the console:
<style in="$
{maven.test.reportsDirectory}/TESTS-TestSuites.xml" out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}/overview-summary.xsl" processor="trax" /><xslt in="${maven.test.reportsDirectory}
/TESTS-TestSuites.xml" out="$
{maven.docs.dest}/junit-report-mail.html" style="$
{plugin.dir}/overview-summary.xsl" processor="trax" />
This occurs if it is maven.xml, or plugin.jelly for a plugin.
The workaround is:
<taskdef name="style" classname="org.apache.tools.ant.taskdefs.XSLTProcess" />
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
Are you sure you have xalan etc in the dependencies?