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
-
Activity
Ben Walding
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Assigned [ 2 ] | Unassigned [ 1 ] |
| Assignee | Jason van Zyl [ jason ] |
Ben Walding
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.0-beta-10 [ 10095 ] | |
| Assignee | Ben Walding [ bwalding ] | |
| Status | Unassigned [ 1 ] | Closed [ 6 ] |
Ben Walding
made changes -
Vincent Massol
made changes -
| Workflow | jira [ 10337 ] | Maven [ 37912 ] |
Brett Porter
made changes -
| Workflow | Maven [ 37912 ] | Maven New [ 51188 ] |